TPE TelephonyPlatform team/2015-05-26: Difference between revisions
Jump to navigation
Jump to search
(→Weekly Meeting: 2015-05-26) |
(→Edgar) |
||
Line 51: | Line 51: | ||
== Edgar == | == Edgar == | ||
==== Target ==== | ==== Target ==== | ||
* {{Bug|1163968}} - [external/qemu] Port master branch to kitkat-mr2.2 | * {{Bug|1166174}} - [B2G] GetCellInfoList cannot work (Ongoing) | ||
** Test cases. | |||
* {{Bug|1159591}} - [Telephony] Move MMI logic from ril_worker to telephonyService (Feedback+) | |||
** Using MobileConnectionService/IccService API, instead of using sendWorkerMessage. | |||
* {{Bug|831637}} - B2G RIL: Each parcel request must has a callback (Ongoing) | |||
** Working branch: https://github.com/EdgarChen/gecko/commits/bug_831637/parcel_callback. | |||
* {{Bug|1163968}} - [external/qemu] Port master branch to kitkat-mr2.2 | |||
** Create '''b2g-ics''' branch for emulator-ics. | ** Create '''b2g-ics''' branch for emulator-ics. | ||
* {{Bug|1166274}} - [B2G][Wifi] WifiManager.setStaticIpMode() never triggers success or error event (Review?) | |||
* {{Bug| | |||
==== Review & feedback ==== | ==== Review & feedback ==== | ||
* {{Bug|1114938}} - [B2G][ICC] Refactor STK in MozIcc.webidl with IPDL. | |||
* {{Bug|1159134}} - [B2G][STK] Add Test Coverage for STK related requests | |||
* {{Bug|1166170}} - B2G NetworkManager: _addSubnetRoutes error: Invalid argument | |||
* {{Bug|1161438}} - [B2G][RIL] Should return the updated contact after icc.updateICCContact succeed | * {{Bug|1161438}} - [B2G][RIL] Should return the updated contact after icc.updateICCContact succeed | ||
* {{Bug| | * {{Bug|999300}} - Remove RIL V5 legacy support | ||
* {{Bug| | * {{Bug|1167054}} - NetworkManager: unregisterNetworkInterface should clear active network | ||
* {{Bug| | * {{Bug|1167132}} - [NetworkManager] move network information into a separate interface | ||
==== Debugging & Tracking ==== | ==== Debugging & Tracking ==== | ||
* {{Bug| | * {{Bug|1168064}} - [B2G] Got wrong cell info when using GetCellInfoList | ||
==== Pending ==== | ==== Pending ==== | ||
* {{Bug| | * {{Bug|1081529}} - Un-hide Marionette(Mnw) tests on B2G when they meet visibility standards (Pending) | ||
* | ** {{Bug|1153709}} - [Marionette-webapi] emulator_cmd doesn't get response until sending a `timed out` error to client (Pending) | ||
* {{Bug| | ** {{Bug|1154215}} - Marionette-webapi test fails due to "TimeoutException: Connection timed out" (Pending) | ||
** | *** poll(), http://man7.org/linux/man-pages/man2/poll.2.html | ||
*** Can it be reproduced in emulator-kk or emulator-x86-kk? | |||
* {{Bug|1075437}} - Support running marionette test script in both OOP and non-OOP mode | * {{Bug|1075437}} - Support running marionette test script in both OOP and non-OOP mode | ||
* Marionette OOP test, {{Bug|926277}} - [meta] Add test cases running in OOP mode for RIL APIs: | * Marionette OOP test, {{Bug|926277}} - [meta] Add test cases running in OOP mode for RIL APIs: |
Revision as of 14:03, 25 May 2015
Team's updates
<Read Only>
- Employee Engagement Survey - kindly complete the survey
- 2015 Q2 team building with QA Team on 6/12
- FireFox OS Blockers
Team memebers' updates
Aknow
- Target/Ongoing:
- bug 1162426 - B2G RIL: need a way to know current telephony state
- bug 1163511 - [TelephonyService] Use XPCOMUtils.defineLazyModuleGetter to load the js module
- Review:
- bug 906603 - B2G RIL: Support Change Call Barring Password on Emulator.
- bug 1159591 - [Telephony] Move MMI logic from ril_worker to telephonyService
- bug 1161403 - [Telephony] Deprecate internal call states including connecting, disconnecting, holding and resuming.
Ben
- Done
- bug 1147736 - Deprecate nsITelephonyListener.notifyError (checkin-needed)
- Ongoing
- bug 906603 - B2G RIL: Support Change Call Barring Password on Emulator (r+)
- bug 1100774 - [MarionetteTest] add test cases for call barring
- bug 1130332 - [Telephony] Use callback for nsITelephonyService.enumerateCalls
- bug 1129280 - [Telephony] the usage of nsITelephonyCallback should be optional
- bug 1161403 - [Telephony] Deprecate internal call states including connecting, disconnecting, holding and resuming.
- Feedback
- bug 999300 - Remove RIL V5 legacy support
- Pending
- bug 891707 - B2G Emulator: update voice registration after switching radio technology
- bug 975779 - [B2G] [RIL] add marionette tests for CDMA call waiting
- bug 977503 - B2G RIL: [CDMA] update callNumber when a waiting call coming after a 3way call
- bug 1147296 - [B2G] [Emulator] Support CDMA call operations
- bug 1116665 - Add [AvailableIn="CertifiedApps"] and [CheckPermissions="telephony"] to Telephony API
Bevis
- Done
- bug 1162464 - [B2G][ICC] Move LogicalChannel access from IccProvider to IccService. (landed)
- Ongoing
- bug 1159134 - [B2G][STK] Add support to peek last +CSIM request from console command. (r?)
- bug 1114938 - [B2G][ICC] Refactor STK in MozIcc.webidl with IPDL. (r?)
- bug 1114937 - [B2G][ICC] Refactor Icc Contacts in MozIcc.webidl with IPDL.
Edgar
Target
- bug 1166174 - [B2G] GetCellInfoList cannot work (Ongoing)
- Test cases.
- bug 1159591 - [Telephony] Move MMI logic from ril_worker to telephonyService (Feedback+)
- Using MobileConnectionService/IccService API, instead of using sendWorkerMessage.
- bug 831637 - B2G RIL: Each parcel request must has a callback (Ongoing)
- bug 1163968 - [external/qemu] Port master branch to kitkat-mr2.2
- Create b2g-ics branch for emulator-ics.
- bug 1166274 - [B2G][Wifi] WifiManager.setStaticIpMode() never triggers success or error event (Review?)
Review & feedback
- bug 1114938 - [B2G][ICC] Refactor STK in MozIcc.webidl with IPDL.
- bug 1159134 - [B2G][STK] Add Test Coverage for STK related requests
- bug 1166170 - B2G NetworkManager: _addSubnetRoutes error: Invalid argument
- bug 1161438 - [B2G][RIL] Should return the updated contact after icc.updateICCContact succeed
- bug 999300 - Remove RIL V5 legacy support
- bug 1167054 - NetworkManager: unregisterNetworkInterface should clear active network
- bug 1167132 - [NetworkManager] move network information into a separate interface
Debugging & Tracking
- bug 1168064 - [B2G] Got wrong cell info when using GetCellInfoList
Pending
- bug 1081529 - Un-hide Marionette(Mnw) tests on B2G when they meet visibility standards (Pending)
- bug 1153709 - [Marionette-webapi] emulator_cmd doesn't get response until sending a `timed out` error to client (Pending)
- bug 1154215 - Marionette-webapi test fails due to "TimeoutException: Connection timed out" (Pending)
- poll(), http://man7.org/linux/man-pages/man2/poll.2.html
- Can it be reproduced in emulator-kk or emulator-x86-kk?
- bug 1075437 - Support running marionette test script in both OOP and non-OOP mode
- Marionette OOP test, bug 926277 - [meta] Add test cases running in OOP mode for RIL APIs:
- bug 1118675 - Improve NetworkService debugging message
Hsinyi
Target
Tracking & Debugging & Clarifying
- bug 1162405 - Emulator tests are orange on Taskcluster due to keyError: 'branch' in _parse_extra_try_arguments
- bug 1162831 - Cannot detect x86 type when running marionette-webapi tests for emu-x86-kk on taskcluster
- emu-x86-kk test issues & bug filing
Review & Feedback
- bug 1163511 - [TelephonyService] Use XPCOMUtils.defineLazyModuleGetter to load the js module
Others
- IMS study
- OMA-DRM study
Pending
- bug 1116654 - [meta] completely hide Telephony, MobileMessage, MobileConnection, ICC... interfaces from privileged and web content
- MobileConnection - should have stricter checks in code (pending)
Jessica
- Target/Ongoing:
- bug 1143984 - B2G NetworkManager: 'active' should only set for default connections, e.g. wifi or default data (landed)
- bug 1114901 - [B2G] [RIL] Move data connection related code out of RadioInterfaceLayer (r+)
- will fix review comments and upload final patches
- bug 904542 - B2G NetworkManager: Redefine the nsINetworkInterface (ongoing)
- next step for NetworkManager enhancement
- Pending:
- bug 1156231 - Data registration lost issues
- depends on bug 1162426
- bug 1131962 - B2G RIL: clear proxies on boot up
- bug 1017470 - B2G RIL: reconnect data call only if necessary when apns are updated
- bug 1156231 - Data registration lost issues
- Reviews/Feedbacks/Others:
- Necko DNS study (sharing on 5/21)
John
- Done:
- bug 1159622 - [Icc] Split test_icc_contact.js into smaller tests.(r+)
- bug 1153774 - Teach mozharness to detect the emulator type (arm or x86) implicitly.(r+)
- bug 1143607 - 2nd run failure on emulator-x86-kk.(r+)
- Target:
- bug 1162831 - Cannot detect x86 type when running marionette-webapi tests for emu-x86-kk on taskcluster.
- bug 935398 - B2G RIL: Use DOMCursor for icc.readContacts.
- bug 1161438 - [B2G][RIL] Should return the updated contact after icc.updateICCContact succeed.(r?)
- bug 1122376 - [B2G][RIL] Support SIM contact dialling number exceed 20 digits.
Samael
- Ongoing
- bug 1152730 - [Messages] We should retry sending SMS for some time if there is no network available
- bug 984413 - [SMS][MMS] Document message database
- Pending
- bug 759539 - B2G SMS tests: write Marionette tests for Unicode subsets
- bug 1043250 - [B2G][SMS] Update getSmscAddress API to support variant SMSC address formats on different devices.
Wesley (EPM)
- 2.2
- Approaching CSRR and CS
- Mozilla CC on June8
- Retrospect (Postmortem) planning in progress
- red-tai project