TPE CONNECTIVITY GROUP/2015-05-19: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Discussion Topics =
= Discussion Topics =
* 6/12 電影+老乾杯+三重 e7 club - http://www.e7club.com.tw/
* 6/12 電影+老乾杯+三重 e7 club - http://www.e7club.com.tw/
* Q2 Goal review.
== Dimi ==  
== Dimi ==  
* ''' Done & Working in Progress '''
* ''' Done & Working in Progress '''
# {{bug|1163556}} - [aries-l] NFC does not work in aries-l. '''co-work with selin'''
# {{bug|1165774}} - [Flame L] NFC not working. '''co-work with viral'''
# {{bug|1162836}} - Fix NFC marionette testcase fail. '''working'''
# {{bug|1163952}} - nfcd should notify techlost if there is a tag or p2p connection and then nfc is turned off. '''won't fix'''
# {{bug|1158735}} - FetchEvent.client asserting in onFetch when there's no document. '''working'''
* ''' Review & Feedbacks '''
* ''' Review & Feedbacks '''
* ''' Pending '''
* ''' Pending '''
* ''' Others '''
# {{bug|1136512}} - Sony Z3C - nfcd should build with Z3 compatiable libnfc-nci library
# {{bug|1055959}} - [NFC] testNfcBadSessionIdError testcase fail. '''working'''


== Ethan ==
== Ethan ==
* ''' Done & Working in Progress '''
* ''' Done & Working in Progress '''
*# Attend CSP bug triage @ Fri May 15, 2015
*#* CSP (bug 493857) has 50 open bugs (https://bugzilla.mozilla.org/showdependencytree.cgi?id=493857&hide_resolved=1)
*# Take CSP bugs
*#* {{Bug|959388}} - CSP 1.1: Workers have their own CSP policies, should not inherit from parent document ('''in progress''')
*#* {{Bug|881509}} - Content Security Policy ShouldLoad and ShouldProcess do not use request principal (blocks 959388)
*#* {{Bug|908933}} - CSP does not block cross-domain applets with object-src 'self
*#* {{Bug|1030936}} - [CSP] remove fast-path for certified apps once the C++ backend is activated
*# Trace CSP implementation
*#* nsDocument::InitCSP()
*#* nsCSPService and its ShoudLoad()
*#* CSPContext and its ShouldLoad()
[[File:NsDocument_InitCSP.jpg|left|450px]]
[[File:CSPService_ShouldLoad.jpg|450px]]
* ''' Review & Feedbacks '''
* ''' Review & Feedbacks '''
*# Review: {{Bug|849642}} - Intermittent test_networkstats_enabled_perm.html | navigator.mozNetworkStats should be a nsIDOMMozNetworkStatsManager object ('''r+''')
*# Review: {{Bug|958689}} - Intermittent test_networkstats_alarms.html | uncaught exception - TypeError: navigator.mozNetworkStats is null | test_networkstats_enabled_no_perm.html | Accessing navigator.mozNetworkStats.getAvailableNetworks should have thrown! | Got an exception ('''r+''')
*# Both bugs have the same root cause and solution: Replace SpecialPowers.addPermission() by pushPermissions().
* ''' Pending '''
* ''' Pending '''
* ''' Others '''


== Henry ==  
== Henry ==  
* ''' Done & Working in Progress '''
* ''' Done & Working in Progress '''
* ''' Review & Feedbacks '''
# {{Bug|1160913}} - [Emulator][Wifi] Unable to connect to secure Wifi AP on emulator
# {{Bug|1165776}} - Support "run in new thread" for dhcpRequest in NetworkWorker
#* r+'d and flagged checkin-needed
# {{Bug|1165844}} - Add stopDhcp function to nsINetworkService
#* under review
# {{Bug|1161874}} - Add an entry point to trigger wifi display on B2G
#* r+'d for AudioManager.cpp part
 
# Multi-window
# {{Bug|1138287}} - Refactor GonkDisplay/nsWindow/hwc to support multiple displays
#* Merging with mc complete. Testing
# {{Bug|1138288}} - Extend nsScreenManagerGonk to support multiple screens
#* landed
#* Dedicated to redesign of nsScreenGonk/nsScreenManagerGonk/nsWindow
 
* ''' Pending '''
* ''' Pending '''
# {{Bug|1131632}} - [Wifi Direct][meta] Wifi Direct V3 refinement
# {{Bug|1141391}} - [Wifi Direct] Create Wifi Direct testing app
* ''' Others '''
* ''' Others '''


== Jonathan ==
== Jonathan ==
* ''' Done & Working in Progress '''
* ''' Done & Working in Progress '''
** {{Bug|1159639}} - Implement API to add performance marker (WIP)
*** Have a patch now, can be recognized by Raptor, looking for someone to feedback/review.
* ''' Review & Feedbacks '''
* ''' Review & Feedbacks '''
* ''' Pending '''
* ''' Pending '''
** Studying DocShell
** {{Bug|1142383}} - [RTSP] More RTSP testcases ('''emulator black screen, try to use emulator-kk or x86 now''')
** Refactor planning
* ''' Others '''
* ''' Others '''


Line 32: Line 81:
* ''' Pending '''
* ''' Pending '''
* ''' Others '''
* ''' Others '''
** Intro for the origin in new security model. http://bit.ly/1AbTqvQ


== Wesley(EPM) ==
== Wesley(EPM) ==
* planning global retrospect for 2.2 release
== Aaron (EPM for Networking) ==
FC (Feature Complete): 2015/04/29
* Sprint 12: (2015/05/04 - 2015/05/15)
* Sprint 13: (2015/05/18 - 2015/05/29)
* Memorial Day in the US (2015/05/25)
* Sprint 14: (2015/06/01 - 2015/06/12)
CC (Code Complete): 2015/06/08


== Howie/Aaron (EPM for Networking) ==
2.2 CC review next week
* To be scheduled by Josh
* https://etherpad.mozilla.org/preparation-v22

Latest revision as of 07:18, 19 May 2015

Discussion Topics

Dimi

  • Done & Working in Progress
  1. bug 1163556 - [aries-l] NFC does not work in aries-l. co-work with selin
  2. bug 1165774 - [Flame L] NFC not working. co-work with viral
  3. bug 1162836 - Fix NFC marionette testcase fail. working
  4. bug 1163952 - nfcd should notify techlost if there is a tag or p2p connection and then nfc is turned off. won't fix
  5. bug 1158735 - FetchEvent.client asserting in onFetch when there's no document. working
  • Review & Feedbacks
  • Pending
  1. bug 1136512 - Sony Z3C - nfcd should build with Z3 compatiable libnfc-nci library
  2. bug 1055959 - [NFC] testNfcBadSessionIdError testcase fail. working

Ethan

  • Done & Working in Progress
    1. Attend CSP bug triage @ Fri May 15, 2015
    2. Take CSP bugs
      • bug 959388 - CSP 1.1: Workers have their own CSP policies, should not inherit from parent document (in progress)
      • bug 881509 - Content Security Policy ShouldLoad and ShouldProcess do not use request principal (blocks 959388)
      • bug 908933 - CSP does not block cross-domain applets with object-src 'self
      • bug 1030936 - [CSP] remove fast-path for certified apps once the C++ backend is activated
    3. Trace CSP implementation
      • nsDocument::InitCSP()
      • nsCSPService and its ShoudLoad()
      • CSPContext and its ShouldLoad()
NsDocument InitCSP.jpg

CSPService ShouldLoad.jpg

  • Review & Feedbacks
    1. Review: bug 849642 - Intermittent test_networkstats_enabled_perm.html | navigator.mozNetworkStats should be a nsIDOMMozNetworkStatsManager object (r+)
    2. Review: bug 958689 - Intermittent test_networkstats_alarms.html | uncaught exception - TypeError: navigator.mozNetworkStats is null | test_networkstats_enabled_no_perm.html | Accessing navigator.mozNetworkStats.getAvailableNetworks should have thrown! | Got an exception (r+)
    3. Both bugs have the same root cause and solution: Replace SpecialPowers.addPermission() by pushPermissions().
  • Pending

Henry

  • Done & Working in Progress
  1. bug 1160913 - [Emulator][Wifi] Unable to connect to secure Wifi AP on emulator
  2. bug 1165776 - Support "run in new thread" for dhcpRequest in NetworkWorker
    • r+'d and flagged checkin-needed
  3. bug 1165844 - Add stopDhcp function to nsINetworkService
    • under review
  4. bug 1161874 - Add an entry point to trigger wifi display on B2G
    • r+'d for AudioManager.cpp part
  1. Multi-window
  2. bug 1138287 - Refactor GonkDisplay/nsWindow/hwc to support multiple displays
    • Merging with mc complete. Testing
  3. bug 1138288 - Extend nsScreenManagerGonk to support multiple screens
    • landed
    • Dedicated to redesign of nsScreenGonk/nsScreenManagerGonk/nsWindow
  • Pending
  1. bug 1131632 - [Wifi Direct][meta] Wifi Direct V3 refinement
  2. bug 1141391 - [Wifi Direct] Create Wifi Direct testing app


  • Others

Jonathan

  • Done & Working in Progress
    • bug 1159639 - Implement API to add performance marker (WIP)
      • Have a patch now, can be recognized by Raptor, looking for someone to feedback/review.
  • Review & Feedbacks
  • Pending
    • Studying DocShell
    • bug 1142383 - [RTSP] More RTSP testcases (emulator black screen, try to use emulator-kk or x86 now)
    • Refactor planning
  • Others

Yoshi

  • Done & Working in Progress
    • Filed bugs depending on bug 1163254
    • bug 1165841 - [NFC] Unable to share image from gallery, if this image was once previewed through notification. 2.2+, ongoing
  • Review & Feedbacks
  • Pending
  • Others

Wesley(EPM)

  • planning global retrospect for 2.2 release

Aaron (EPM for Networking)

FC (Feature Complete): 2015/04/29

  • Sprint 12: (2015/05/04 - 2015/05/15)
  • Sprint 13: (2015/05/18 - 2015/05/29)
  • Memorial Day in the US (2015/05/25)
  • Sprint 14: (2015/06/01 - 2015/06/12)

CC (Code Complete): 2015/06/08

2.2 CC review next week