TPE RIL Network team/2014-04-22: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(37 intermediate revisions by 15 users not shown)
Line 1: Line 1:
= Team's updates =
<!-- Read only update this week? Uncomment the following line-->
{{readonly}}
* Bugs priorities list : 1.3T=1.3+ > 1.4+ > 1.5+ >Feature works.
** http://andreasgal.github.io/dashboard/
* Target landing date for 1.4+ is before 4/25.
* 1.5 is going to start after 4/28.
* Demonstrations for all hands meeting(at 8 AM on every alternate Friday)
** 04/25 Wifi-Display Henry.
** 05/09 NFC Part1    Dimi.
** 05/23 RTSP Part1  Ethan.
** 06/06?
** 06/20 CDMA 3-way calling Hsinyi?
= Team memebers' updates =
= Team memebers' updates =
== Aknow ==
== Aknow ==
*'''Done:'''
*'''Done:'''
*# {{bug|993255}} - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly '''-- landed'''
*# {{bug|990472}} - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls '''.. landed'''


*'''Target:
*'''Target:'''
*# {{bug|990472}} - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
*# {{bug|784429}} - [WebAPI] WebTelephony: Hang-up while connecting, call is not terminated '''.. r?'''
*#* reviewing, almost ready, rebasing
*# {{bug|784429}} - [WebAPI] WebTelephony: Hang-up while connecting, call is not terminated
*#* desired state transition: '''(1) connecting -> (2) connected -> (3) disconnecting -> (4) disconnected'''
*#* if we answer the call and then hangup immediately: '''(1) connecting -> (3) disconnecting -> (2) connected''' ... issue occured
*#* after fix the bug: '''(1) connecting -> (3) disconnecting -> (4) disconnected'''
*#* after fix the bug: '''(1) connecting -> (3) disconnecting -> (4) disconnected'''
*# {{Bug|977085}} - B2G RIL: remove nsIGonkTelephonyProvider::notifyCallError '''.. r+'''
*#* Remove unused interface
*# {{Bug|996444}} - [B2G] [RIL] remove gTelephonyList '''.. r?'''
*#* Remove unused global variable
*# {{Bug|997003}} - Refactor: setupConference in telephony test code '''.. r?'''
*#* Utility function in test code
*#* Merge setupConference'Two'Calls, setupConference'Three'Calls, ..'Five'.. into setupConference([calls..]) w/ arbitrary calls
*'''Pending:'''
*# {{bug|889737}} - [MMI] Unify both sendMMI() and dial() functions
*# {{bug|889737}} - [MMI] Unify both sendMMI() and dial() functions
*#* working... waiting for mobileConnection ipdl


== Bevis ==  
== Bevis ==  
* '''Done'''
* '''Done'''
**{{Bug|991988}} - UI Freezes when trying to send MMS while data is down. '''(landed) (1.3+)'''
**{{Bug|935287}} - [B2G][MMS] The user cannot send or receive a MMS when using a roaming sim '''(RESOLVED INVALID)'''
* '''New'''
*** 'emome' APN cannot be established when sending/receiving MMS.
**{{Bug|992772}} - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface. '''(new)'''
*** The same behavior was seen in other reference phone.
*** Since JB 4.3, Netd provides additional |iface| parameter in |getaddrinfo| command.
**Finish writing of "Brief Introduction of MobileMessage in FFOS" for MozTech.
*** Next topic is to review all the call path of |getaddrinfo| in gecko.
* '''Ongoing'''
**{{Bug|939026}} - B2G NetworkManager: resolveHostname() should use async dns service '''(new)'''
**{{Bug|998244}} - [ZTE][OPEN C_1.3]MMS cannot be sent in the network of Join operator '''(1.3+)(ni?)'''
*** Blocked by {{Bug|992772}}
*** error message printed "'''D/DHCP    (  298): getaddrinfo failed: invalid address'''" is not available in gecko.
*** NI ZTE & QC to clarify this error message instead.
**{{Bug|992772}} - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface.
*** Summarize current usage in gecko of getaddrinfo(), getnameinfo(), gethostbyname2() in bugzilla.
**{{Bug|824717}} - WebSMS: When sending a SMS fails, it would be handy to have the message in the error event object
*** Try to extend DOMError with one more attribute of the failed message.
**{{Bug|995486}} - CDMA MO MMS is not working on reference ril '''(ni?)'''
**{{Bug|995486}} - CDMA MO MMS is not working on reference ril '''(ni?)'''
*** 2 issues:
*** Wait for tcpdump & clarification from QC if the data connection is workable.
**** MMS Configuration can not be applied immediately.
**** MmsService got HTTP Status == 0 immediately after sending. Wondering if the mms data connection is workable?
* '''Pending'''
* '''Pending'''
** {{bug|874335}} B2G MMS: MMS test framework.
** {{Bug|939026}} - B2G NetworkManager: resolveHostname() should use async dns service
** {{bug|959015}} - B2G SMS: Support SMS over IMS
** {{Bug|990926}} - [B2G][CBS] Support to set both CDMA/GSM Search list for CDMA+LTE devices.
** {{Bug|874335}} B2G MMS: MMS test framework.
** {{Bug|959015}} - B2G SMS: Support SMS over IMS


== Chuck ==  
== Chuck ==  
==== Target ====
==== Target ====
# {{bug|989717}} - Wifi/Hotspot status error <b>1.3T+, r+</b>
# {{bug|997791}} - Regression on wifi enable/disable <b>1.3T+, WIP</b>
# {{bug|979130}} - Wifi Lock in system app <b>landed</b>
# {{bug|994564}} - Use different thread for executing wifi command and netutil command <b>WIP</b>
# WPA-EAP
# WPA-EAP
## {{bug|917102}} - Import Cert by WifiManager <b>rebasing</b>
## {{bug|917102}} - Import Cert by WifiManager <b>reviewing</b>
## {{bug|917175}} - Delete imported Cert by WifiManager <b>rebasing</b>
## {{bug|917175}} - Delete imported Cert by WifiManager <b>reviewing</b>
## {{bug|917176}} - List imported Certs by WifiManager <b>rebasing</b>
## {{bug|917176}} - List imported Certs by WifiManager <b>reviewing</b>
## {{bug|745468}} - Support EAP-PEAP and EAP-TTLS <b>reviewing</b>
## {{bug|790056}} - Enable WPA-EAP <b>reviewing</b>


==== Review ====
==== Review ====
# {{bug|993327}} - [tarako] unable to enable Data Connect after turning off WIFI
# {{bug|993821}} - [Wifi] [Follow up of Bug 986365] Event thread is blocked in WaitForEvent caused wifi stay in searching state
# {{bug|994524}} -  [Follow up of bug 989135] Fix ssid buffer may overflow


==== Pending ====
==== Pending ====
# {{bug|994564}} - Use different thread for executing wifi command and netutil command <b>WIP</b>
# {{bug|981472}} - Join an invalid network, the current connection will be disconnected <b>WIP</b>
# {{bug|981472}} - Join an invalid network, the current connection will be disconnected <b>WIP</b>
# {{bug|989834}} - it takes 10 seconds to unload wifi driver on Sora <b>WIP</b>
# {{bug|989834}} - it takes 10 seconds to unload wifi driver on Sora <b>WIP</b>
Line 57: Line 78:


== Dimi ==  
== Dimi ==  
* '''NFC'''
* '''Done & Reviewing'''
# {{bug|998285}} - [NFC] If connection for handover is broken, do not notify TECH_DISCOVERED. '''land'''
# {{bug|998274}} - [NFC] Support pass tag technology to GAIA. '''land'''
# {{bug|997094}} - [NFC] nfcd should ndef message count to 0 when reading an empty NFC tag. '''land'''
# {{bug|984397}} - [NFC] Fix rf_discover in NFC emulator. '''r+'''
# {{bug|984397}} - [NFC] Fix rf_discover in NFC emulator. '''r+'''
#* working on testcase
# {{bug|993330}} - [NFC] support notify tag discover by emulator console command. '''r?'''
# {{bug|993330}} - [NFC] support notify tag discover by emulator console command. '''on-going'''
# {{bug|996452}} - [NFC] Add emulator rf_discover test case. '''r?'''
# {{bug|993836}} - [NFC] Emulator support for reading NDEF data from type 1 tag. '''on-going'''  
# {{bug|996633}} - { { ssid } } is displayed instead of the Wireless network name in settings app. '''land'''
# {{bug|972248}} - [B2F][NFC] : nfcd should using error code instead of boolean. '''pending'''
# {{bug|996869}} - Join hidden network gives error. '''land'''
# {{bug|984207}} - NFC should be in standby mode when NFC option is enable and screen is off. '''pending'''
# {{bug|997066}} - Add MozWifiNetwork parameter to Webidl. '''land'''


* '''Wifi'''
* '''Working'''
# {{bug|994524}} - [Follow up of bug 989135] Fix ssid buffer may overflow. '''land'''
# {{Bug|993836}} - [NFC] Emulator support for reading NDEF data from type 2 tag. '''on-going...'''  
# {{bug|987760}} - [v1.4] Investigate test_settings_wifi.py failure. '''on-going'''
# {{bug|987760}} - [v1.4] Investigate test_settings_wifi.py failure. '''on-going...'''
 
* '''Review'''
# {{bug|970263}} - B2G NFC: Enable NFC when running NFC marionette tests
# {{bug|995101}} - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC.
# {{bug|970251}} - B2G NFC: Use API to enable/disable NFC hardware
# {{bug|993891}} - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice.


== Edgar ==  
== Edgar ==  
==== Target ====
==== Target ====
* {{Bug|978027}} - [B2G] Need to implement API for getCdmaPrlVersion. (Landed)
* {{Bug|996409}} - B2G Network: 'network-active-changed' doesn't be propagated if active becomes to null. (Landed)
* {{Bug|980259}} - B2G: Dynamic enable network related debug log. (Landed)
* {{Bug|995109}} - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler. (Landed)
* {{Bug|898445}} - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL. (Ongoing)
* {{Bug|898445}} - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL. (Ongoing)
** Address review comment.
** Address review comment.
* {{Bug|995109}} - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler. (Ongoing)
** Wait for DOM peer's review.
** WIP patch.
* {{Bug|843452}} - B2G RIL: use ipdl as IPC in MozMobileConnection. (Pending)
* {{Bug|843452}} - B2G RIL: use ipdl as IPC in MozMobileConnection. (Pending)
** Wait for bug 898445.
** Ready in working branch:
** Ready in working branch:
*** https://github.com/EdgarChen/mozilla-central/commits/bug_843452
*** https://github.com/EdgarChen/mozilla-central/commits/bug_843452


==== Tracking & debugging ====
==== Tracking & debugging ====
* {{Bug|995024}} - [B2G][Tarako] T-Mobile SIM does not work in the first SIM slot.
* {{Bug|994285}} - [B2G][Tarako][Lockscreen] The user does not receive PUK code entry after failing PIN entry for two sims.
* {{Bug|993327}} - [tarako] unable to enable Data Connect after turning off WIFI.
* {{Bug|993268}} - Card EF File load end time issue.
* {{Bug|993268}} - Card EF File load end time issue.


==== Review & feedback ====
==== Review & feedback ====
* {{Bug|982018}} - [B2G] Need to implement API for CDMALOCKMODE.
* {{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement.
* {{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement.
* {{Bug|995107}} - Some RIL test cases fail unconditionally on Emulator-jb due to its multi-sim nature.
* {{Bug|995844}} - test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame.
* {{Bug|995844}} - test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame.


Line 102: Line 115:
==== Target ====
==== Target ====
# {{Bug|877193}} - Reduce memory usage for RTSP streaming ('''2.0, landed''')
# {{Bug|877193}} - Reduce memory usage for RTSP streaming ('''2.0, landed''')
#* {{Bug|998239}} - Follow up of 877193 to refine RtspTrackBuffer size ('''2.0, review+''')
# {{Bug|996688}} - Prevent potential crash in RtspConnectionHandler::parsePlayResponse ('''2.0, landed''')
# {{Bug|996688}} - Prevent potential crash in RtspConnectionHandler::parsePlayResponse ('''2.0, landed''')
#* {{Bug|964911}} - crash in android::RtspConnectionHandler::parsePlayResponse(android::sp<android::ARTSPResponse> const&) ('''resolved fixed by 996688''')
#* {{Bug|964911}} - crash in android::RtspConnectionHandler::parsePlayResponse(android::sp<android::ARTSPResponse> const&) ('''resolved fixed by 996688''')
# {{Bug|992568}} - Refactor RtspChannel to support HTTP->RTSP redirection and rendering inside the browser ('''2.0, review?''')
# {{Bug|992568}} - Refactor RtspChannel to support HTTP->RTSP redirection and rendering inside the browser ('''2.0, review+''')
#* The following bugs shall be resolved fixed by this bug.
#* The following bugs shall be resolved fixed by this bug.
#** {{Bug|949675}} - Support HTTP->Rtsp Channel redirects
#** {{Bug|949675}} - Support HTTP->Rtsp Channel redirects
Line 110: Line 124:
#** {{Bug|940840}} - Support Rtsp protocol in HTML iframe tag
#** {{Bug|940840}} - Support Rtsp protocol in HTML iframe tag
#** {{Bug|971593}} - Resource leak of HTMLMediaElement containing RTSP media resource
#** {{Bug|971593}} - Resource leak of HTMLMediaElement containing RTSP media resource
# {{Bug|998899}} - [META][RTSP] Build automated tests for RTSP feature ('''new''')
#* First step is to make RTSP streaming work on emulator
# {{Bug|996765}} - [RTSP] Support TCP-interleaved RTP transport ('''new''')


==== Tracking & Debugging ====
==== Tracking & Debugging ====
# {{Bug|993924}} - [Sora][streaming] Can't play the audio rtsp resource ('''1.3+''') ('''ongoing''')
# {{Bug|993924}} - [Sora][streaming] Can't play the audio rtsp resource ('''resolved invalid''')
#* The DSS server sends TCP-interleaved RTP instead of UDP-based RTP.
#* RTP over UDP seems to be blocked by some intermediate firewall. Identified as server side issue.
#* Our RTSP client does not try TCP interleaving for now.
#* Our RTSP client doesn't support TCP-interleaved RTP yet.
# {{Bug|990908}} - Video app crash at android::OMXCodec::read when opening RTSP streaming ('''ongoing''')
# {{Bug|989221}} - Duplicate error alerts are displayed when video app encounters an error ('''resolved won't fix''')
# {{Bug|996793}} - When switching back to an RTSP stream from card view the browser page with the link is restored instead of the stream itself ('''1.3, won't fix''')
# {{Bug|990908}} - Video app crash at android::OMXCodec::read when opening RTSP streaming ('''ongoing by Benjamin''')
 
== Henry ==
<!-- Read only update this week? Uncomment the following line-->
==== Done & Working ====
# {{bug|997047}} - Gecko test case for Bug 993732
# {{bug|996508}} - |nsFrameMessageManager::sPendingSameProcessAsyncMessages| may be processed twice
#* When both cpmm and ppmm are in parent process ...
#* cpmm.sendAsyncMessage('A'); cpmm.sendSyncMessage('S') ==> ppmm receives 'A', 'S', then a duplicated 'A'
#* Proposed a solution and still under review.
# {{bug|991025}} - Enable WiFi test on emulator
#* 3 PRs (platform_build/device_generic_goldfish/external_qemu)
# {{bug|997090}} - Basic wifi test case on ICS emulator


==== Pending ====
==== Pending ====
# {{Bug|989221}} - Duplicate error alerts are displayed when video app encounters an error
# {{bug|937528}} - Accepted client tcp socket (mozTcpSocket) has uninitialized host and port
# Automation test framework for RTSP feature
# {{bug|945569}} - Support Wifi Display device discovery and group formation
# {{Bug|975257}} - [RTSP] No warning message pops up after disabling network on the hotspot
#* Need of adding comments
# {{bug|811635}} - B2G Wifi: Support Wifi Direct
#* Documentation


== Henry ==  
== Henry ==  
Line 142: Line 175:
== Hsinyi ==  
== Hsinyi ==  
==== Target.(Bug Number, Summay, Stauts, Estimated date) ====
==== Target.(Bug Number, Summay, Stauts, Estimated date) ====
#{{Bug|975778}} - [B2G] [Emulator] Support CDMA_FLASH command for Cdma call waiting and 3way calling senario '''ongoing'''
#{{Bug|996421}} - [B2G] [RIL] [Tarako] assign options to Buf.newParcel() in sendDialRequest() otherwise options.number is missing in the response handler '''1.3t+, landed'''
#* Studying TS 27.007 to get right AT commands to use
#{{Bug|997584}} - [B2G] [RIL] mobileConnection::setCallingLineIdRestriction() doesn't work well on DSDS. SIM_1 is affected if set on SIM_2 '''1.3t+, under review'''
#* Depend on Bug 986362 - B2G Emulator: Support numberPresentation/name/namePresentation in emulator.
#{{Bug|975779}} - [B2G] [RIL] add marionette tests for CDMA call waiting and 3way calling
#* Depend on bug 975778
#{{Bug|981519}} - [CDMA] Number and name presentation '''1.5?, ongoing'''
#{{Bug|981519}} - [CDMA] Number and name presentation '''1.5?, ongoing'''
#{{Bug|989728}} - [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure '''landed'''
#{{Bug|975778}} - [B2G] [Emulator] Support CDMA_FLASH command for Cdma call waiting and 3way calling senario '''pending'''
#{{Bug|975779}} - [B2G] [RIL] add marionette tests for CDMA call waiting and 3way calling '''pending'''
==== Tracking & Debugging ====
#{{Bug|990003}} - [Tarako][Perf][Dialer] It takes a long time for the call screen shows up '''1.3t+, confirmed Vendcom'''
#{{Bug|996863}} - [B2G][Tarako][Dialer][Airplane Mode] Large lag occurs when making an emergency call with airplane mode activated '''1.3t+, confirmed Vendcom'''


==== Tracking & Debugging ====
#{{Bug|993564}} - [B2G][Tarako]Unable to proceed past the extension line when calling into the Mozilla conference line '''1.3t+, confirmed Vendcom'''
#{{Bug|994455}} - [Tarako][Dialer]Input any number in keypad will cause hang up phone needs almost 10 seconds '''1.3t+, confirmed Vendcom'''
#{{Bug|990003}} - [Tarako][Perf][Dialer] It takes a long time for the call screen shows up '''1.3t+, debuging'''
==== Reviews and Feedbacks ====
==== Reviews and Feedbacks ====
#{{Bug|990467}} - [tarako] Cannot place ECC call when leaving shiedling box, and before getting service back '''1.3t+'''
#{{Bug|990472}} - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
#{{Bug|979134}} - Rewrite mobileconnection test cases with Promise
#{{Bug|996409}} - B2G Network: 'network-active-changed' doesn't be propagated if active becomes to null
#{{Bug|961921}} - B2G RIL: [DSDS] Separate roaming preference for each client
#{{Bug|995109}} - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler.
#{{Bug|990918}} - [B2G][CBS] Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist '''1.4+'''
#{{Bug|935776}} - Cant build Firefox OS (emulator) on Mavericks
#{{Bug|992948}} - Use the telephony-call-ended system message to fill call log '''1.3t+'''
#{{Bug|978027}} - [B2G] Need to implement API for getCdmaPrlVersion
#{{Bug|993255}} - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly
#{{Bug|993255}} - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly
#{{Bug|904588}} - Move mozIccManager to WebIDL
#{{Bug|990472}} - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
#{{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement
#{{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement
#{{Bug|898445}} - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL
#{{Bug|898445}} - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL
#{{Bug|996444}} - [B2G] [RIL] remove gTelephonyList
#{{Bug|977085}} - B2G RIL: remove nsIGonkTelephonyProvider::notifyCallError
==== Others ====
==== Others ====
# Weekly meeting with QC
# Weekly meeting with QC
Line 172: Line 198:
== Jessica ==  
== Jessica ==  
*'''Target.(Bug Number, Summay, Stauts, Estimated date):'''
*'''Target.(Bug Number, Summay, Stauts, Estimated date):'''
*# {{Bug|961921}} - B2G RIL: [DSDS] Separate roaming preference for each client
*#* landed.
*# {{Bug|984741}} - [Connectivity]Please provide requestRouteToHostAddress api
*#* resolve invalid, partner are using 'addHostRoute()' in nsINetworkService.
*#* should we support this in the future for flexibility?
*# {{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement
*# {{Bug|939046}} - B2G RIL: Data call and RILNetworkInterface enhancement
*#* offline discussion with Hsinyi, Edgar and Vicamo.
*#* ongoing.
*#* modifying according to our offline discussion.
*# {{Bug|970548}} - Intermittent B2G Marionette webapi "TEST-UNEXPECTED-FAIL | test_mobile_data_state.js |"
*#* still can't reproduce it locally.
*#* rewriting test_mobile_data_connection.js using promise.
*''' Pending
*# {{Bug|997654}} - B2G RIL: let each network handle its own host routes '''(new)'''
*#* pending, depends on {{Bug|939046}}.
*# {{Bug|973543}} - B2G RIL: host routes removed unexpectedly when data call is shared
*# {{Bug|973543}} - B2G RIL: host routes removed unexpectedly when data call is shared
*#* pending, would need to solve {{Bug|939046}} first.
*#* pending, depends on {{Bug|997654}}.
*# {{Bug|990458}} - B2G RIL: replace the use of 'network-interface-state-changed' events with updateNetworkInterface() API
*# {{Bug|990458}} - B2G RIL: replace the use of 'network-interface-state-changed' events with updateNetworkInterface() API
*#* pending, would need to solve {{Bug|939046}} first.
*#* pending, depends on {{Bug|939046}}.
*'''Reviews/Feedbacks/Others:'''
*'''Reviews/Feedbacks/Others:'''


Line 189: Line 215:
<!-- Read only update this week? Uncomment the following line-->
<!-- Read only update this week? Uncomment the following line-->
<!-- {{readonly}} -->
<!-- {{readonly}} -->
* <b>Target</b>  
* <b>Target</b>
** {{bug|996535}} - [RTSP] Convert linux socket to NSPR/PRFileDesc
** {{bug|966625}} - [RTSP] Data usage of RTSP should be tracked
** {{bug|746074}} - Allow enforcing network-usage policies on "web apps"
** {{bug|746074}} - Allow enforcing network-usage policies on "web apps"
** {{bug|986387}} - Port most of the network stats API to WebIDL ('''r?''')
** {{bug|986387}} - Port most of the network stats API to WebIDL ('''r+''')
** {{bug|993311}} - Convert Network Stats API to WebIDL ('''r?''')
** {{bug|993311}} - Convert Network Stats API to WebIDL ('''r-''')
** {{bug|993435}} - Crash getting 'navigator.connection' from closed window ('''Landed''')
** {{bug|928289}} - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
** {{bug|928289}} - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
*** Blocked by {{bug|939046}}
*** Blocked by {{bug|939046}}
** {{bug|993834}} - [NetworkStats API] missing the store_name parameter when calling dbNewTxn in function getAvailableServiceTypes ('''Landed''')


** Network Policy (per-app) Related Bugs
** Network Policy (per-app) Related Bugs
Line 210: Line 236:
==== Target.(Bug Number, Summay, Stauts, Estimated date): ====
==== Target.(Bug Number, Summay, Stauts, Estimated date): ====
# {{Bug|866938}} B2G MMS: Support email address in receiver field (in review)
# {{Bug|866938}} B2G MMS: Support email address in receiver field (in review)
# {{Bug|871475}} B2G Emulator: support RIL data connection emulation
# {{Bug|935776}} Cant build Firefox OS (emulator) on Mavericks (to be landed)
#* landed, testing emulator-jb and emulator-kk
# {{Bug|952875}} [B2G] [SMS] Not able to be notified of a new message from navigator.mozMobileMessage.onreceived before any request sent from content process to chrome process. (WIP)
# {{Bug|975442}} B2G Emulator: fails to run crashtest, marionette, mochitest, and reftest on KitKat emulator (landed)
#* {{Bug|958738}} JavaScript error: app://sms.gaiamobile.org/js/message_manager.js, line 318: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMMozMobileMessageManager.getThreads]
# {{Bug|977995}} B2G: remove mNetdWorker from SystemWorkerManager (landed)
# {{Bug|978071}} B2G Emulator: support IPv6 (pending)
# {{Bug|978071}} B2G Emulator: support IPv6
#* multiple failures on emulator-ics
# {{Bug|979134}} Rewrite mobileconnection test cases with Promise
#* first run landed, more to come
# {{Bug|979137}} B2G Emulator: Support the IPV4V6 (pending)
# {{Bug|979137}} B2G Emulator: Support the IPV4V6 (pending)
# {{Bug|983013}} Flatfish can't be build in OSX 10.9 (Mavericks) (in review)
# {{Bug|983013}} Flatfish can't be build in OSX 10.9 (Mavericks) (in review)
# {{Bug|995844}} test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame (wip)
# {{Bug|990580}} Tests are failing; app freezes after being launched
# {{Bug|995864}} configure runs forever on Mac OSX with Xcode 4.x (minor, pending)
#* {{Bug|998255}} Unsafe usage of asyncStorage.getItem in ftu_launcher.js
# {{Bug}995920}} failed to run marionette test test_proximity_change.js, test_sensor_orientation.js on emulator-kk, always timeout
# {{Bug|995920}} failed to run marionette test test_proximity_change.js, test_sensor_orientation.js on emulator-kk, always timeout (pending)
# {{Bug|996443}} B2G Emulator-x86: "./mach marionette-remote" doesn't carry "--emulator=x86" automatically
#* review+, still discussing the necessity of --emulator argument.
==== Reviews/Feedbacks/Others: ====
==== Reviews/Feedbacks/Others: ====
# {{Bug|986362}} B2G Emulator: Support numberPresentation/name/namePresentation in emulator (r-)
# {{Bug|986362}} B2G Emulator: Support numberPresentation/name/namePresentation in emulator
# {{Bug|989728}} [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure (r+)
# {{Bug|991025}} Enable WiFi test on emulator (to be landed)
# {{Bug|991450}} [B2G][ICS][emulator] Add wifi related services and scripts to init.goldfish.rc for wifi testing (f-)
# {{Bug|996421}} [B2G] [RIL] [Tarako] assign options to Buf.newParcel() in sendDialRequest() otherwise options.number is missing in the response handler (landed)
# {{Bug|991452}} [B2G][ICS][emulator] Add network interface wlan0 for wifi testing (f+)
# {{Bug|997584}} [B2G] [RIL] mobileConnection::setCallingLineIdRestriction() doesn't work well on DSDS. SIM_1 is affected if set on SIM_2


== Vincent ==  
== Vincent ==  
* '''Target.(Bug Number, Summay, Status, Estimated date):'''
* '''Target.(Bug Number, Summay, Status, Estimated date):'''
*# {{Bug|993821}} - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state
*# {{Bug|996541}} - [Tarako][Wifi] [Follow up of bug 989717] netd command error when toggle wifi hotspot quickly.
*#* Landed
*#* partner own bug.
*# {{Bug|989714}} - [Tarako][WIFI][Internet sharing] Unable to establish wifi connect after wifi-hotspot enabled.
*# {{Bug|996743}} - [B2G][WIFI][Tarako] If user toggles WIFI off, then on, WIFI signal isnt found
*#* Duplicate of bug 989717
*#* partner own bug.
*# {{Bug|993327}} - [tarako] unable to enable Data Connect after turning off WIFI
*# {{Bug|996544}} - Device takes time (in minutes) to disconnect and reconnect wifi network, after changing Channel (frequency) or Mode(b/g/n) in AP
*#* Landed
*#* QC will help to check if this should be handled by wpa_supplicant and wifi driver.
*# {{Bug|989595}} - [Tarako]wifi stay searching after turn on/off wifi some times
*# {{Bug|998892}} - WPS PIN method doesn't work
*#* Duplicate of bug 991499
*#* try to reproduce the bug first.
*# {{Bug|984295}} - [Rtsp] Serialize Rtsp controller requests
*# {{Bug|984295}} - [Rtsp] Serialize Rtsp controller requests
*#* ongoing
*#* WIP
*# {{Bug|951278}} [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second
*# {{Bug|951278}} [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second
*#* r+
*#* r+


* '''Review Bugs'''
* '''Review Bugs'''
*# {{Bug|980259}} - B2G: Dynamic enable network related debug log
*# {{Bug|989717}} - [Tarako][WIFI][Internet sharing] While wifi-hotspot enabled, enable and disable wifi, then wifi cannot be enabled again
*#* landed
*# {{Bug|745468}} - B2G Wifi: Support EAP-PEAP and EAP-TTLS with out private key
*#* feedback+
*# {{Bug|998851}} - [tarako][wifi] wifi got error after monkey test
*#* landed
*#* landed
*# {{Bug|928289}} - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
*# {{Bug|928289}} - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
Line 261: Line 289:
*# WISPr (Wireless Internet Service Provider roaming) and wifi captive portal.
*# WISPr (Wireless Internet Service Provider roaming) and wifi captive portal.


== Yoshi ==  
== Yoshi ==
* {{Bug|970251}} - B2G NFC: Use API to enable/disable NFC hardware. r+ and sr+
* {{Bug|970251}} - B2G NFC: Use API to enable/disable NFC hardware. '''landed'''
* {{Bug|993893}} - B2G NFC: NfcManager APIs will also check nfc-write permission. '''landed'''
* {{Bug|970263}} - B2G NFC: Enable NFC when running NFC marionette tests. '''landed'''
* {{Bug|993891}} - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. '''landed'''
* {{Bug|995101}} - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. '''landed'''
* {{Bug|995101}} - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. working on Gaia patch.
* {{Bug|970148}} - [NFC][Bluetooth] NFC-capable bluetooth earphone can't be paired sometimes. '''After investigation, confirmed it's a Gaia bug.'''
* {{Bug|970263}} - B2G NFC: Enable NFC when running NFC marionette tests. r+
* {{Bug|996470}} - [NFC] Default NFC setting is ON. '''landed'''
* {{Bug|933588}} - B2G NFC: Rewrite NFC Worker in C++. Ongoing.
* {{Bug|997623}} - NFC: typo for NDEF_FORMATABLE. '''landed'''
* {{Bug|997075}} - NFC: a is undefined in nfc_util.js line 208. '''r? sent'''
* {{Bug|998884}} - NFC: fix jshint error for NFC files. '''r? sent'''
* {{Bug|933588}} - B2G NFC: Rewrite NFC Worker in C++. pending
* {{Bug|963541}} - B2G NFC: Have a clear definition with NFCTag.connect and NFCTag.close. (pending, will back to this after NfcA or IsoDep is supported)
* {{Bug|963541}} - B2G NFC: Have a clear definition with NFCTag.connect and NFCTag.close. (pending, will back to this after NfcA or IsoDep is supported)
* reviewed {{Bug|978027}} - [B2G] Need to implement API for getCdmaPrlVersion
* reviewed {{Bug|997094}} - [NFC] nfcd should ndef message count to 0 when reading an empty NFC tag
* reviewed {{Bug|993896}} - Fire error to Nfc Gaia applications when returned status from Gonk nfcd is not success
* reviewed {{Bug|998274}} - [NFC] Support pass tag technology to GAIA
* reviewed {{Bug|998285}} - [NFC] If connection for handover is broken, do not notify TECH_DISCOVERED


== Borting ==  
== Borting ==  
Line 278: Line 310:
*#* Implementation patch (r+)
*#* Implementation patch (r+)
*#* Test case
*#* Test case
*#** Mochitest test (done)
*#** xpcshell test (done)
*#** xpcshell test (undergo)
*#*** All test cases have been verified on emulator.
 
*#** Mochitest test (testing/revising)
*#*** Tests are failed if the webidl declares with the [AvailalbeIn=Certified] attribute --> need to be verified
*#*** When preference is on and has no permission, calling window.ResourceStatsManager("...") should fail to create an object --> need to modify the implementation
*# {{bug|947779}} - Support auto clearing statistics and alarms when app is removed
*# {{bug|947779}} - Support auto clearing statistics and alarms when app is removed
*#* Use "webapps-uninstall" notification
*#* Use "webapps-uninstall" notification

Latest revision as of 01:40, 6 May 2014

Team's updates

<Read Only>

  • Bugs priorities list : 1.3T=1.3+ > 1.4+ > 1.5+ >Feature works.
  • Target landing date for 1.4+ is before 4/25.
  • 1.5 is going to start after 4/28.
  • Demonstrations for all hands meeting(at 8 AM on every alternate Friday)
    • 04/25 Wifi-Display Henry.
    • 05/09 NFC Part1 Dimi.
    • 05/23 RTSP Part1 Ethan.
    • 06/06?
    • 06/20 CDMA 3-way calling Hsinyi?

Team memebers' updates

Aknow

  • Done:
    1. bug 990472 - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls .. landed
  • Target:
    1. bug 784429 - [WebAPI] WebTelephony: Hang-up while connecting, call is not terminated .. r?
      • after fix the bug: (1) connecting -> (3) disconnecting -> (4) disconnected
    2. bug 977085 - B2G RIL: remove nsIGonkTelephonyProvider::notifyCallError .. r+
      • Remove unused interface
    3. bug 996444 - [B2G] [RIL] remove gTelephonyList .. r?
      • Remove unused global variable
    4. bug 997003 - Refactor: setupConference in telephony test code .. r?
      • Utility function in test code
      • Merge setupConference'Two'Calls, setupConference'Three'Calls, ..'Five'.. into setupConference([calls..]) w/ arbitrary calls
  • Pending:
    1. bug 889737 - [MMI] Unify both sendMMI() and dial() functions

Bevis

  • Done
    • bug 935287 - [B2G][MMS] The user cannot send or receive a MMS when using a roaming sim (RESOLVED INVALID)
      • 'emome' APN cannot be established when sending/receiving MMS.
      • The same behavior was seen in other reference phone.
    • Finish writing of "Brief Introduction of MobileMessage in FFOS" for MozTech.
  • Ongoing
    • bug 998244 - [ZTE][OPEN C_1.3]MMS cannot be sent in the network of Join operator (1.3+)(ni?)
      • error message printed "D/DHCP ( 298): getaddrinfo failed: invalid address" is not available in gecko.
      • NI ZTE & QC to clarify this error message instead.
    • bug 992772 - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface.
      • Summarize current usage in gecko of getaddrinfo(), getnameinfo(), gethostbyname2() in bugzilla.
    • bug 824717 - WebSMS: When sending a SMS fails, it would be handy to have the message in the error event object
      • Try to extend DOMError with one more attribute of the failed message.
    • bug 995486 - CDMA MO MMS is not working on reference ril (ni?)
      • Wait for tcpdump & clarification from QC if the data connection is workable.
  • Pending
    • bug 939026 - B2G NetworkManager: resolveHostname() should use async dns service
    • bug 990926 - [B2G][CBS] Support to set both CDMA/GSM Search list for CDMA+LTE devices.
    • bug 874335 B2G MMS: MMS test framework.
    • bug 959015 - B2G SMS: Support SMS over IMS

Chuck

Target

  1. bug 997791 - Regression on wifi enable/disable 1.3T+, WIP
  2. WPA-EAP
    1. bug 917102 - Import Cert by WifiManager reviewing
    2. bug 917175 - Delete imported Cert by WifiManager reviewing
    3. bug 917176 - List imported Certs by WifiManager reviewing
    4. bug 745468 - Support EAP-PEAP and EAP-TTLS reviewing
    5. bug 790056 - Enable WPA-EAP reviewing

Review

Pending

  1. bug 994564 - Use different thread for executing wifi command and netutil command WIP
  2. bug 981472 - Join an invalid network, the current connection will be disconnected WIP
  3. bug 989834 - it takes 10 seconds to unload wifi driver on Sora WIP
  4. bug 928775 - Support UESRNETWPIN r?
  5. bug 930355 - Wifi Enable API r?
  6. bug 917097 - Wifi Enabled in airplane mode r+
  7. bug 745468 - Support WPA-EAP configuration r+
  8. bug 790056 - Enable WPA-EAP r?
  9. bug 928227 - Key nickname filter in keystore WIP

Dimi

  • Done & Reviewing
  1. bug 998285 - [NFC] If connection for handover is broken, do not notify TECH_DISCOVERED. land
  2. bug 998274 - [NFC] Support pass tag technology to GAIA. land
  3. bug 997094 - [NFC] nfcd should ndef message count to 0 when reading an empty NFC tag. land
  4. bug 984397 - [NFC] Fix rf_discover in NFC emulator. r+
  5. bug 993330 - [NFC] support notify tag discover by emulator console command. r?
  6. bug 996452 - [NFC] Add emulator rf_discover test case. r?
  7. bug 996633 - { { ssid } } is displayed instead of the Wireless network name in settings app. land
  8. bug 996869 - Join hidden network gives error. land
  9. bug 997066 - Add MozWifiNetwork parameter to Webidl. land
  • Working
  1. bug 993836 - [NFC] Emulator support for reading NDEF data from type 2 tag. on-going...
  2. bug 987760 - [v1.4] Investigate test_settings_wifi.py failure. on-going...

Edgar

Target

  • bug 996409 - B2G Network: 'network-active-changed' doesn't be propagated if active becomes to null. (Landed)
  • bug 995109 - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler. (Landed)
  • bug 898445 - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL. (Ongoing)
    • Address review comment.
    • Wait for DOM peer's review.
  • bug 843452 - B2G RIL: use ipdl as IPC in MozMobileConnection. (Pending)

Tracking & debugging

Review & feedback

  • bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement.
  • bug 995844 - test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame.

Ethan

Target

  1. bug 877193 - Reduce memory usage for RTSP streaming (2.0, landed)
    • bug 998239 - Follow up of 877193 to refine RtspTrackBuffer size (2.0, review+)
  2. bug 996688 - Prevent potential crash in RtspConnectionHandler::parsePlayResponse (2.0, landed)
    • bug 964911 - crash in android::RtspConnectionHandler::parsePlayResponse(android::sp<android::ARTSPResponse> const&) (resolved fixed by 996688)
  3. bug 992568 - Refactor RtspChannel to support HTTP->RTSP redirection and rendering inside the browser (2.0, review+)
    • The following bugs shall be resolved fixed by this bug.
      • bug 949675 - Support HTTP->Rtsp Channel redirects
      • bug 945603 - Support Rtsp Protocol in URL Bar on b2g Browser
      • bug 940840 - Support Rtsp protocol in HTML iframe tag
      • bug 971593 - Resource leak of HTMLMediaElement containing RTSP media resource
  4. bug 998899 - [META][RTSP] Build automated tests for RTSP feature (new)
    • First step is to make RTSP streaming work on emulator
  5. bug 996765 - [RTSP] Support TCP-interleaved RTP transport (new)

Tracking & Debugging

  1. bug 993924 - [Sora][streaming] Can't play the audio rtsp resource (resolved invalid)
    • RTP over UDP seems to be blocked by some intermediate firewall. Identified as server side issue.
    • Our RTSP client doesn't support TCP-interleaved RTP yet.
  2. bug 989221 - Duplicate error alerts are displayed when video app encounters an error (resolved won't fix)
  3. bug 996793 - When switching back to an RTSP stream from card view the browser page with the link is restored instead of the stream itself (1.3, won't fix)
  4. bug 990908 - Video app crash at android::OMXCodec::read when opening RTSP streaming (ongoing by Benjamin)

Henry

Done & Working

  1. bug 997047 - Gecko test case for Bug 993732
  2. bug 996508 - |nsFrameMessageManager::sPendingSameProcessAsyncMessages| may be processed twice
    • When both cpmm and ppmm are in parent process ...
    • cpmm.sendAsyncMessage('A'); cpmm.sendSyncMessage('S') ==> ppmm receives 'A', 'S', then a duplicated 'A'
    • Proposed a solution and still under review.
  3. bug 991025 - Enable WiFi test on emulator
    • 3 PRs (platform_build/device_generic_goldfish/external_qemu)
  4. bug 997090 - Basic wifi test case on ICS emulator

Pending

  1. bug 937528 - Accepted client tcp socket (mozTcpSocket) has uninitialized host and port
  2. bug 945569 - Support Wifi Display device discovery and group formation
    • Need of adding comments
  3. bug 811635 - B2G Wifi: Support Wifi Direct
    • Documentation

Henry

Done & Working

  1. bug 906164 - mozHasPendingMessage() should queue messages even when app is running
  2. bug 993732 - [B2G][Clock] Alarm set with clock app does not fire until user reopens clock app
  3. bug 980814 - Fix test_system_message.py, JavaScript Error: "NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
    • r+'d and merged
  4. bug 991025 - Enable WiFi test on emulator

Pending

  1. bug 937528 - Accepted client tcp socket (mozTcpSocket) has uninitialized host and port
  2. bug 945569 - Support Wifi Display device discovery and group formation
    • Need of adding comments
  3. bug 811635 - B2G Wifi: Support Wifi Direct
    • Documentation

Hsinyi

Target.(Bug Number, Summay, Stauts, Estimated date)

  1. bug 996421 - [B2G] [RIL] [Tarako] assign options to Buf.newParcel() in sendDialRequest() otherwise options.number is missing in the response handler 1.3t+, landed
  2. bug 997584 - [B2G] [RIL] mobileConnection::setCallingLineIdRestriction() doesn't work well on DSDS. SIM_1 is affected if set on SIM_2 1.3t+, under review
  3. bug 981519 - [CDMA] Number and name presentation 1.5?, ongoing
  4. bug 975778 - [B2G] [Emulator] Support CDMA_FLASH command for Cdma call waiting and 3way calling senario pending
  5. bug 975779 - [B2G] [RIL] add marionette tests for CDMA call waiting and 3way calling pending

Tracking & Debugging

  1. bug 990003 - [Tarako][Perf][Dialer] It takes a long time for the call screen shows up 1.3t+, confirmed Vendcom
  2. bug 996863 - [B2G][Tarako][Dialer][Airplane Mode] Large lag occurs when making an emergency call with airplane mode activated 1.3t+, confirmed Vendcom

Reviews and Feedbacks

  1. bug 990472 - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
  2. bug 996409 - B2G Network: 'network-active-changed' doesn't be propagated if active becomes to null
  3. bug 995109 - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler.
  4. bug 993255 - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly
  5. bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement
  6. bug 898445 - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL
  7. bug 996444 - [B2G] [RIL] remove gTelephonyList
  8. bug 977085 - B2G RIL: remove nsIGonkTelephonyProvider::notifyCallError

Others

  1. Weekly meeting with QC

Jessica

  • Target.(Bug Number, Summay, Stauts, Estimated date):
    1. bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement
      • ongoing.
    2. bug 970548 - Intermittent B2G Marionette webapi "TEST-UNEXPECTED-FAIL | test_mobile_data_state.js |"
      • still can't reproduce it locally.
      • rewriting test_mobile_data_connection.js using promise.
  • Pending
    1. bug 997654 - B2G RIL: let each network handle its own host routes (new)
    2. bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
    3. bug 990458 - B2G RIL: replace the use of 'network-interface-state-changed' events with updateNetworkInterface() API
  • Reviews/Feedbacks/Others:

John

  • Target
    • bug 996535 - [RTSP] Convert linux socket to NSPR/PRFileDesc
    • bug 966625 - [RTSP] Data usage of RTSP should be tracked
    • bug 746074 - Allow enforcing network-usage policies on "web apps"
    • bug 986387 - Port most of the network stats API to WebIDL (r+)
    • bug 993311 - Convert Network Stats API to WebIDL (r-)
    • bug 928289 - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
  • Pending
    • bug 959528 - [Network Metering] Obtain network traffic cost by OTA
    • bug 935838 - [Per App Network Traffic Metering] Collect per app traffic in UDP Socket API

Vicamo

Target.(Bug Number, Summay, Stauts, Estimated date):

  1. bug 866938 B2G MMS: Support email address in receiver field (in review)
  2. bug 935776 Cant build Firefox OS (emulator) on Mavericks (to be landed)
  3. bug 952875 [B2G] [SMS] Not able to be notified of a new message from navigator.mozMobileMessage.onreceived before any request sent from content process to chrome process. (WIP)
    • bug 958738 JavaScript error: app://sms.gaiamobile.org/js/message_manager.js, line 318: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMMozMobileMessageManager.getThreads]
  4. bug 978071 B2G Emulator: support IPv6 (pending)
  5. bug 979137 B2G Emulator: Support the IPV4V6 (pending)
  6. bug 983013 Flatfish can't be build in OSX 10.9 (Mavericks) (in review)
  7. bug 990580 Tests are failing; app freezes after being launched
    • bug 998255 Unsafe usage of asyncStorage.getItem in ftu_launcher.js
  8. bug 995920 failed to run marionette test test_proximity_change.js, test_sensor_orientation.js on emulator-kk, always timeout (pending)
  9. bug 996443 B2G Emulator-x86: "./mach marionette-remote" doesn't carry "--emulator=x86" automatically
    • review+, still discussing the necessity of --emulator argument.

Reviews/Feedbacks/Others:

  1. bug 986362 B2G Emulator: Support numberPresentation/name/namePresentation in emulator
  2. bug 991025 Enable WiFi test on emulator (to be landed)
  3. bug 996421 [B2G] [RIL] [Tarako] assign options to Buf.newParcel() in sendDialRequest() otherwise options.number is missing in the response handler (landed)
  4. bug 997584 [B2G] [RIL] mobileConnection::setCallingLineIdRestriction() doesn't work well on DSDS. SIM_1 is affected if set on SIM_2

Vincent

  • Target.(Bug Number, Summay, Status, Estimated date):
    1. bug 996541 - [Tarako][Wifi] [Follow up of bug 989717] netd command error when toggle wifi hotspot quickly.
      • partner own bug.
    2. bug 996743 - [B2G][WIFI][Tarako] If user toggles WIFI off, then on, WIFI signal isnt found
      • partner own bug.
    3. bug 996544 - Device takes time (in minutes) to disconnect and reconnect wifi network, after changing Channel (frequency) or Mode(b/g/n) in AP
      • QC will help to check if this should be handled by wpa_supplicant and wifi driver.
    4. bug 998892 - WPS PIN method doesn't work
      • try to reproduce the bug first.
    5. bug 984295 - [Rtsp] Serialize Rtsp controller requests
      • WIP
    6. bug 951278 [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second
      • r+
  • Review Bugs
    1. bug 989717 - [Tarako][WIFI][Internet sharing] While wifi-hotspot enabled, enable and disable wifi, then wifi cannot be enabled again
      • landed
    2. bug 745468 - B2G Wifi: Support EAP-PEAP and EAP-TTLS with out private key
      • feedback+
    3. bug 998851 - [tarako][wifi] wifi got error after monkey test
      • landed
    4. bug 928289 - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
      • ongoing
    5. bug 945569 - Support Wifi Display device discovery and group formation
      • pending
    6. bug 981472 - [Sora][Wi-Fi] Join an invalid network, the current connection will be disconnected
      • pending
    7. bug 973809 - [Madai][WiFi][Data Share] Socket Transport isn't properly initialized when a Wi-Fi Hotspot is "enabled" (a Wi-Fi is "disabled").
      • pending
  • Tracking.(Bugs that should be fixed or interested)
    1. bug 846661 - [Buri][WIFI][Feature] a prompt should appear when there is a open Access Point
    2. bug 866718 - Automatically connect to openwireless.org WiFi networks if no others available
    3. WISPr (Wireless Internet Service Provider roaming) and wifi captive portal.

Yoshi

  • bug 970251 - B2G NFC: Use API to enable/disable NFC hardware. landed
  • bug 970263 - B2G NFC: Enable NFC when running NFC marionette tests. landed
  • bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. landed
  • bug 970148 - [NFC][Bluetooth] NFC-capable bluetooth earphone can't be paired sometimes. After investigation, confirmed it's a Gaia bug.
  • bug 996470 - [NFC] Default NFC setting is ON. landed
  • bug 997623 - NFC: typo for NDEF_FORMATABLE. landed
  • bug 997075 - NFC: a is undefined in nfc_util.js line 208. r? sent
  • bug 998884 - NFC: fix jshint error for NFC files. r? sent
  • bug 933588 - B2G NFC: Rewrite NFC Worker in C++. pending
  • bug 963541 - B2G NFC: Have a clear definition with NFCTag.connect and NFCTag.close. (pending, will back to this after NfcA or IsoDep is supported)
  • reviewed bug 997094 - [NFC] nfcd should ndef message count to 0 when reading an empty NFC tag
  • reviewed bug 998274 - [NFC] Support pass tag technology to GAIA
  • reviewed bug 998285 - [NFC] If connection for handover is broken, do not notify TECH_DISCOVERED

Borting

  • Target
    1. bug 951976 - API for Resource Statistics
      • WebIDL patch (r+)
      • Implementation patch (r+)
      • Test case
        • xpcshell test (done)
          • All test cases have been verified on emulator.
        • Mochitest test (testing/revising)
          • Tests are failed if the webidl declares with the [AvailalbeIn=Certified] attribute --> need to be verified
          • When preference is on and has no permission, calling window.ResourceStatsManager("...") should fail to create an object --> need to modify the implementation
    2. bug 947779 - Support auto clearing statistics and alarms when app is removed
      • Use "webapps-uninstall" notification
    3. bug 854200 - PowerStats implementation
      • Trace how NetworkStats implement processQueue
  • Pending
    1. bug 899596 - Get Wi-Fi link speed (r+)
    2. bug 854202 - Obtain system metrics and power profile (r+)
      • Should be rebased after bug 951976 is landed

Wesley(EPM)

Sprint planning

Feature landing criteria