Re: Intent to implement and ship: DOMRequest.then

2014-09-27 Thread Jonas Sicking
On Sep 27, 2014 12:57 PM, "David Rajchenbach-Teller" wrote: > > Speaking only for myself: I have been waiting for this for, well, > basically since IndexedDB landed. I am a bit worried by this being > Mozilla-specific, though. > > If my memory serves, W3C specifies the IDBRequest interface which,

License Your Mozilla Tests Under CC0!

2014-09-27 Thread fantasai
Mozilla just announced that all tests and related resources will be available as public domain going forward and retro-actively for all tests for which they own the copyright. However, there's a lot of contributors here who own their own copyrights on tests, and would need to license separately!

Re: Deprecate geolocation and getUserMedia() for unauthenticated origins

2014-09-27 Thread Richard Barnes
On Sep 27, 2014, at 3:02 AM, Anne van Kesteren wrote: > On Fri, Sep 26, 2014 at 11:06 PM, Richard Barnes wrote: >> It is not our job to break the HTTP-schemed web to force everyone to HTTPS. > > It is for features where it matters for end users. > > >> Users and web sites have been using geo

Re: Intent to implement and ship: DOMRequest.then

2014-09-27 Thread David Rajchenbach-Teller
Speaking only for myself: I have been waiting for this for, well, basically since IndexedDB landed. I am a bit worried by this being Mozilla-specific, though. If my memory serves, W3C specifies the IDBRequest interface which, in the scope of IndexedDB, is essentially the same as DOMRequest. Is thi

How to make XUL 's each layer response to mouse events/

2014-09-27 Thread Yonggang Luo
For example, I have the button on the top, and the tree under the button, I want both tree and button respond to mouse events. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Intent to implement and ship: DOMRequest.then

2014-09-27 Thread Ehsan Akhgari
Summary: DOMRequest is an API that we implemented before DOM promises were available, and it is superseded by Promise. It is, however, incompatible with the Promise API in three main ways: its API surface is completely different, it uses DOM events to dispatch success/error events, and its events

Re: Deprecate geolocation and getUserMedia() for unauthenticated origins

2014-09-27 Thread Anne van Kesteren
On Fri, Sep 26, 2014 at 11:11 PM, Adam Roach wrote: > This is a matter for the relevant specification, not some secret cabal. I was not proposing doing anything in secret. I also contacted the relevant standards lists. -- https://annevankesteren.nl/ ___

Re: Deprecate geolocation and getUserMedia() for unauthenticated origins

2014-09-27 Thread Anne van Kesteren
On Fri, Sep 26, 2014 at 11:06 PM, Richard Barnes wrote: > It is not our job to break the HTTP-schemed web to force everyone to HTTPS. It is for features where it matters for end users. > Users and web sites have been using geolocation on unauthenticated origins > for several years now without