WebAPI/2013-04-23: Difference between revisions
< WebAPI
Jump to navigation
Jump to search
(Created page with "<!-- Maybe don't screw with these links unless you've read this blog post: http://blog.johnath.com/2011/01/20/automatic-date-links-in-mediawiki/ Just copy them to new pages an...") |
(→Agenda) |
||
Line 17: | Line 17: | ||
== Agenda == | == Agenda == | ||
* Jonas | B2G work week last week | ||
* | * down to 43 v1.0.1 blockers | ||
* | * great discussions on performance, testing, memory usage | ||
* Andrea | * b2g -> tbpl will be awesome for catching regressions | ||
* Ben | * branching discussions ongoing (move to gaia master/m-c gecko for 1.1?) | ||
* Anne | SysApps WG F2F 2 weeks ago in Madrid | ||
* | * interesting discussions took place with various parties | ||
* Ehsan | * "feeling that whatever we say, people will follow it" | ||
* | * lots of work to do to ensure people know we're working with the web platform and not another native platform | ||
* good news: Anssi (now at Intel) joined the group and will help | |||
* not many comments on Mounir et al's Runtime spec | |||
** http://runtime.sysapps.org/ | |||
** Jonas going to try to make this driven by a task force of of SysApps and WebApps WGs | |||
JS implementations -> C++ | |||
* jlebar's idea | |||
* discussion on dev.platform | |||
** https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.platform/XMkcvEAeA60 | |||
Andrea | |||
* great B2G week for audio channel API | |||
** everyone's happy with it \o/ | |||
** some questions remain for Ben | |||
* is taking Future() task | |||
** has working code for simple case | |||
** Mounir recommends consulting spec | |||
** baku and Mounir to sync up on this | |||
Jan | |||
* Bug 798875 - Implement IndexedDB synchronous API | |||
** helped with remaining features | |||
** implementation is now feature complete | |||
** over 600k patch | |||
* worked on a proposal for the sandboxed file system API | |||
** should be done very soon (maybe tomorrow for Jonas to present this week) | |||
** based on old proposal by Apple | |||
** https://trac.webkit.org/wiki/MinimalFileStorageAlternate | |||
* going to run IDB tests under valgrind | |||
** potential heap corruption due to centralized quota manager? | |||
Fernando | |||
* Low device storage: | |||
** Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low (WIP patches) | |||
** Bug 861920 - Avoid apps to write in its local storage while device free storage is low (WIP patches) | |||
** Bug 861921 - Notify the user about the low free storage situation (needinfo) | |||
* Dialer app call log perf improvements | |||
Anne | |||
* Crypto uses Futures! | |||
* met with Google guys about NavigationController | |||
** https://github.com/slightlyoff/NavigationController/ | |||
** some concerns about performance of going through JS for fetches | |||
*** Alex came up with a declarative map | |||
*** concerns about complication of various proposals | |||
Ehsan | |||
* almost full-time on WebAudio still | |||
* trying to find someone else | |||
* if you're interested, lots going on there! | |||
** now we can test the API, were relying on luck before :) | |||
* Anne had questions about versions of the spec | |||
** Audio API has both legacy and new API surface. | |||
** WebKit and Blink are not playing ball killing legacy so we're stuck with it. |
Revision as of 18:07, 23 April 2013
« previous week | index | next week »
WebAPI Meeting Details
- Tuesday 2013-04-23 - 10:00 am Pacific
- Dial-in: Audio-only conference# 98413
- People with Mozilla phones or softphones please dial x4000 Conf# 98413
- US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 98413
- US/California/Mountain View: +1 650 903 0800, x4000 Conf# 98413
- US/California/San Francisco: +1 415 762 5700, x4000 Conf# 98413
- US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 98413
- CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 98413
- CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 98413
- UK/London: +44 (0)207 855 3000, x4000 Conf# 98413
- FR/Paris: +33 1 84 88 37 37, x4000 Conf# 98413
- Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
- SkypeOut is free if you use the 800 number
- WebAPI Vidyo Room / SF-Golden Gate (3rd floor) / Toronto-Spadina
- Join irc.mozilla.org #webapi for back channel
Notes will be taken on etherpad: https://etherpad.mozilla.org/webapi-meetingnotes
Agenda
B2G work week last week
- down to 43 v1.0.1 blockers
- great discussions on performance, testing, memory usage
- b2g -> tbpl will be awesome for catching regressions
- branching discussions ongoing (move to gaia master/m-c gecko for 1.1?)
SysApps WG F2F 2 weeks ago in Madrid
- interesting discussions took place with various parties
- "feeling that whatever we say, people will follow it"
- lots of work to do to ensure people know we're working with the web platform and not another native platform
- good news: Anssi (now at Intel) joined the group and will help
- not many comments on Mounir et al's Runtime spec
- http://runtime.sysapps.org/
- Jonas going to try to make this driven by a task force of of SysApps and WebApps WGs
JS implementations -> C++
- jlebar's idea
- discussion on dev.platform
Andrea
- great B2G week for audio channel API
- everyone's happy with it \o/
- some questions remain for Ben
- is taking Future() task
- has working code for simple case
- Mounir recommends consulting spec
- baku and Mounir to sync up on this
Jan
- Bug 798875 - Implement IndexedDB synchronous API
- helped with remaining features
- implementation is now feature complete
- over 600k patch
- worked on a proposal for the sandboxed file system API
- should be done very soon (maybe tomorrow for Jonas to present this week)
- based on old proposal by Apple
- https://trac.webkit.org/wiki/MinimalFileStorageAlternate
- going to run IDB tests under valgrind
- potential heap corruption due to centralized quota manager?
Fernando
- Low device storage:
- Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low (WIP patches)
- Bug 861920 - Avoid apps to write in its local storage while device free storage is low (WIP patches)
- Bug 861921 - Notify the user about the low free storage situation (needinfo)
- Dialer app call log perf improvements
Anne
- Crypto uses Futures!
- met with Google guys about NavigationController
- https://github.com/slightlyoff/NavigationController/
- some concerns about performance of going through JS for fetches
- Alex came up with a declarative map
- concerns about complication of various proposals
Ehsan
- almost full-time on WebAudio still
- trying to find someone else
- if you're interested, lots going on there!
- now we can test the API, were relying on luck before :)
- Anne had questions about versions of the spec
- Audio API has both legacy and new API surface.
- WebKit and Blink are not playing ball killing legacy so we're stuck with it.