WebAPI/2014-03-25
From MozillaWiki
< WebAPI
« previous week | index | next week »
WebAPI Meeting Details
- Tuesday 2014-03-25 - 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
- TV products want 3rd-party Homescreen Apps to have higher permissions:
- navigator.mozApps.mgmt
- Homescreen App needs to know the app list and manage them on the homescreen. E.g., open app by app.launch().
- open-remote-window
- Homescreen App needs to open bookmarks on the homescreen by window.open() with the OOP mode.
- https://bugzilla.mozilla.org/show_bug.cgi?id=819882
- introduction of window.open launching of bookmark: https://github.com/mozilla-b2g/gaia/commit/cec11303c8227eb1ad90069bbba2ba2a9b9654dd#diff-394901bbdfad45132d238d38a2ff594a (?)
- Homescreen App needs to open bookmarks on the homescreen by window.open() with the OOP mode.
- mozSettings (needed for partial features like wallpaper, locale info... etc)
- In the current FxOS, the wallpaper is configured by mozSettings and is rendered by System App.
- Homescreen App can fetch the wallpaper from Wallpaper App (by web activities) but still needs to configure it by mozSettings.
- Alternatives
- Design a Wallpaper Settings API
- Let Homescreen App draw the wallpaper
- IAC
- Inter-App Communication API (IAC)
- Homescreen App needs to ask System App to layout the widgets.
- Lockscreen App needs to transfer the lock/unlock state to System App (not for TV products).
- navigator.mozApps.mgmt