TPE CONNECTIVITY GROUP/2015-10-21
From MozillaWiki
Contents
Meeting Info
- Time: 2015/10/21 (Wed), 11AM
- Room: 5F, Santos
- Host: Ethan
- Attendees: Dimi, Henry, Jonathan, Thomas, Tim, Winnie, Yoshi
Agenda
- Weekly status update
- Feedback of stand-up meeting
- 2.5 blockers and root cause analysis
- Initiative of Orlando WW
Weekly Status Update
Dimi Lee
- Done & Working in Progress
- bug 1207727 - Rework updating service workers according to the latest spec. writing testcases, address comment
- Review & Feedbacks
- Pending
- bug 1181389 - check for full package update when doing service worker update
- bug 1181390 - fire install and activate events on service worker
- bug 1179064 - Ensure that service worker code for signed packages is contained within the package
Ethan Tseng
- Collaborated with the team to create feature sets of NSec for 2.5.
- Bug 1179060 - Apply a default CSP for signed packaged content (work in progress)
- Bug 1214071 - Add APIs get/removeCookiesForOriginAttributes() in nsICookieManager2.idl (work in progress)
- Bug 1213827 - CSP frame-ancestors breaks firefox os apps (2.5+)
- This is critical :)
Henry Chang
- Bug 1178526 - Set appropriate origin attributes for signed packages.
- Move patch part 2 to Bug 1216062 (landed in mozilla-inbound).
- Discussing the approach in patch part 3 with Honza.
- Bug 1180088 - Fix security checks so that they work without appid by tagging a child process with a package identifier.
- r+'d by Kanru.
- Figuring out if we can have a test case on B2G emulator (impossible on browser since parent prcoess permission assertion is for B2G only)
- Bug 1216443 - Navigating from "about:blank" to signed packaged web content doesn't trigger process switch.
- The followup bug of Bug 1190088.
- Bug 1214572 - Should use a new process to load content when loading from a signed packaged web app.
- Need he20:10, 20 October 2015 (PDT)20:10, 20 October 2015 (PDT)~~lp
Jonathan Hao
bug 1178448 - Tool for creating new signed packages
- Rebasing the r+ package, will land that patch first, and file another bug to address the pref renaming and bypassing trust origin.
bug 1216469 - Bypass verification for signed packages from trust origins.
- Ongoing
Tim Huang
- bug 1180257 - mozAlarm fires alarms not at the expected time after a timezone change
- Marked as the duplicate of bug 1181489
- bug 1131493 - [Wifi Direct] Support bonjour/upnp service advertisement
- Studying WiFi Direct
- Understood the service discovery request/response.
- Studying the bonjour over service discovery.
- Studying WiFi Direct
Thomas Nguyen
- bug 1166210 - Remove ServicesSetting changes listener in NfcContentHelper
- r+, Waiting try
- bug 1201427 - [Aries] NFC Tap-to-Pay dose not work
- Duplicated
- bug 1136512 - Sony Z3C - nfcd should build with Z3 compatiable libnfc-nci library
- Under review
- bug 976457 - B2G NFC: API for supporting NFC_A tags
- Working
Winnie Sun
- bug 1131493 - [Wifi Direct] Support bonjour/upnp service advertisement
- Studying how the command send to the wpa_supplicant
Yoshi Huang
- bug 1196665 - Add originAttributes into SpecialPowers
- addressing bholley's comment
- bug 1196652 - OriginSuffix is shown in about:serviceworker on b2g
- ongoing, add {wrapReflector: true} in Cu.cloneInto, but still cannot work on b2g.