TPE CONNECTIVITY GROUP/2015-11-11: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
= Weekly Status Update = | = Weekly Status Update = | ||
== Dimi Lee == | == Dimi Lee == | ||
* ''' Done & Working in Progress ''' | |||
# {{bug|1217367}} - Service workers update algorithm optimization. '''working''' | |||
# {{bug|1207068}} - Implement ExtendableMessageEvent interface. '''land inbound''' | |||
# Prepare sharing | |||
- Smart Pointer : nsComPtr, RefPtr, nsAutoRef, UniquePtr, nsAutoPtr, nsCountedRef | |||
- String : nsA(C)String, ns(C)String, nsAuto(C)String, nsDependentString, NS_LITERAL_STRING | |||
- Warning and debug : NS_WARN_xxx NS_ENSURE_xxx, MOZ_ASSERT, ... | |||
- Some MBTF utility : DebugOnly<> , Maybe<>, unused | |||
* ''' Review & Feedbacks ''' | |||
* ''' Pending ''' | |||
# {{bug|1220950}} - Adding tests for checking signed package should not share data with other package or web content. '''ni?paul''' | |||
# {{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 == | == Ethan Tseng == |
Revision as of 02:39, 11 November 2015
Meeting Info
- Time: 2015/11/11 (Wed), 11AM
- Room: 5F, Santos
- Host: Ethan
- Attendees: Dimi, Henry, Jonathan, Thomas, Tim, Yoshi, Winnie
Agenda
- Weekly status update
- Ari meeting at Mozlando and his Taipei visit (tentatively week of Jan 18)
Weekly Status Update
Dimi Lee
- Done & Working in Progress
- bug 1217367 - Service workers update algorithm optimization. working
- bug 1207068 - Implement ExtendableMessageEvent interface. land inbound
- Prepare sharing
- Smart Pointer : nsComPtr, RefPtr, nsAutoRef, UniquePtr, nsAutoPtr, nsCountedRef - String : nsA(C)String, ns(C)String, nsAuto(C)String, nsDependentString, NS_LITERAL_STRING - Warning and debug : NS_WARN_xxx NS_ENSURE_xxx, MOZ_ASSERT, ... - Some MBTF utility : DebugOnly<> , Maybe<>, unused
- Review & Feedbacks
- Pending
- bug 1220950 - Adding tests for checking signed package should not share data with other package or web content. ni?paul
- 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
Henry Chang
Jonathan Hao
Thomas Nguyen
Tim Huang
- bug 1131493 - [Wifi Direct] Support bonjour/upnp service advertisement
- The implementation of the Bonjour service discovery is almost done for gecko.
- Sent a mail to Flyweb team to get in touch.
- bug 1209654 - [Cost Control] Data alert doesn't match reported usage
- The patch submitted and acquired R+.