WebAPI/2013-09-10

From MozillaWiki
Jump to: navigation, search


« previous week | index | next week »

WebAPI Meeting Details

  • Tuesday 2013-09-10 - 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

  • Promises are nearly done: https://github.com/domenic/promises-unwrapping
    • Competing implementations in DOM and SpiderMonkey
    • Ehsan to reconcile the situation
    • Jonas to do sr on the patch
  • Zip archive latest: http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Aug/0278.html
  • DataStore.getAll returning all of the data can OOM
    • Mounir suggested that we should return a sequence of IDs instead, and have get() accept a sequence of IDs
    • Ben pointed out that IndexedDB currently does not support this, although it's easy to add
    • Mounir asked about plans on minimizing the IPC traffic for DataStore by moving more of the logic to the main process
      • This will be a TODO item it seems, pending profiling evidence