WebAPI/2014-02-04
From MozillaWiki
< WebAPI
« previous week | index | next week »
WebAPI Meeting Details
- Tuesday 2014-02-04 - 8: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 / London-Allo Allo / Toronto-Spadina
- Join irc.mozilla.org #webapi for back channel
Notes below archived from etherpad: https://etherpad.mozilla.org/webapi-meetingnotes
Notes
- any quotamanager plans come out of work week?
- solid plans for internal quotamanager API (Q1 goal)
- asm.js caching is a new client of the quotamanager
- moving to PBackground very soon
- sync IDB
- plan is to land on nightly/aurora only and gather feedback
- feedback will inform further discussions at spec level and enabling on release
- HTML5 context menu
- Blink is going to implement this; do we have incompatibilities in our implementation?
- Jan says we should update our implementation to match the latest spec
- Demo: http://people.mozilla.org/~prouget/bugs/context-menu-test/test.html
- async IDB
- Ben is close to finishing opening of databases on PBackground
- hoping to land PBackground (has mrbkap's r+) this week
- piece of transaction scheduling that is part of appshell; needs to be changed for workers
- Gaia's needs of async IDB are late so it's not the end of the world that we're late :)
- Ben is close to finishing opening of databases on PBackground
- NetInfo
- seems Blink may not implement this
- Application name
- Our implementation will handle dynamically injected elements fine, but it will always pick the last element injected, which violates the spec (the spec says to pick the first). We will run with the non-conforming behavior for now and see if anyone notices ... or ask Hixie to change the spec :)
- Ben is grinding through his review queue
- up next is Jan's structured clone storage thing