Re: window.find deprecated?

2014-07-11 Thread Johan Sörlin
The 4.x version if TinyMCE released a year ago doesn't use the window.find API anymore so it only affects older versions of TinyMCE. But it would be nice if there where a built in API for searching in a document since doing it manually by traversing DOM nodes takes a lot of code and the find

[push-api] Moving PushManager push onto ServiceWorkerRegistration

2014-07-11 Thread Jake Archibald
Currently serviceworker-dependent APIs are sitting in navigator.whatever, but now we're adding a ServiceWorkerRegistration object ( https://github.com/slightlyoff/ServiceWorker/issues/365#issue-3745) it feels like they should live there. So instead of:

[Bug 26006] Exiting fullscreen and changing orientation automagically

2014-07-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26006 Mounir Lamouri mou...@lamouri.fr changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 24697] Use Promises for lockOrientation

2014-07-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24697 Mounir Lamouri mou...@lamouri.fr changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: [push-api] Moving PushManager push onto ServiceWorkerRegistration

2014-07-11 Thread John Mellor
Yes, moving push (especially register, unregister and isRegistered) onto ServiceWorkerRegistration instances would make the API a lot easier to use. Currently it's order dependent, and if a developer tries to register before they have registered a Service Worker, navigator.push.register will

Re: [push-api] Moving PushManager push onto ServiceWorkerRegistration

2014-07-11 Thread Jonas Sicking
On Fri, Jul 11, 2014 at 8:17 AM, Jake Archibald jaffathec...@gmail.com wrote: navigator.serviceWorker.ready.then(function(reg) { reg.push.register(...) }); I agree this looks good. Though maybe reg.registerPush(...) instead? / Jonas

Re: [push-api] Moving PushManager push onto ServiceWorkerRegistration

2014-07-11 Thread Jake Archibald
On 11 July 2014 17:59, Jonas Sicking jo...@sicking.cc wrote: On Fri, Jul 11, 2014 at 8:17 AM, Jake Archibald jaffathec...@gmail.com wrote: navigator.serviceWorker.ready.then(function(reg) { reg.push.register(...) }); I agree this looks good. Though maybe reg.registerPush(...)

{minutes} [editing] Conference Call July 11th 8am San Francisco Time

2014-07-11 Thread Ben Peters
Summary: A few folks from the IndieUI TF came to the meeting today. We went over our goals and the possibility of working together on solving User Intentions for the web. Minutes are available at http://www.w3.org/2014/07/11-webapps-minutes.html Text version: conference code? BenjamP