Re: Intent to Implement and Ship: Permissions API

2019-05-12 Thread kale . williams
On Friday, August 21, 2015 at 11:04:00 PM UTC-4, Birunthan Mohanathas wrote: > Hi, > > navigator.permissions.query has been Nightly-only for a few weeks. We > are going to let it ride the trains. Other parts of the spec (such as > Permissions.request) will be implemented when the spec is

Re: Intent to Implement and Ship: Permissions API

2015-09-02 Thread Mounir Lamouri
On Wed, 2 Sep 2015, at 03:50, Ehsan Akhgari wrote: > On 2015-09-01 9:57 PM, Jonas Sicking wrote: > > But I agree that we should make it clear that we do not intend to > > implement a request API. > > There is actually a valid use case for a request API. It has become > clear that we need to

Re: Intent to Implement and Ship: Permissions API

2015-09-01 Thread Jonas Sicking
On Mon, Aug 24, 2015 at 11:57 PM, Anne van Kesteren wrote: > On Sat, Aug 22, 2015 at 5:03 AM, Birunthan Mohanathas > wrote: >> Summary: The Permissions API allows a web application to be aware of >> the status of a given permission, to know whether it

Re: Intent to Implement and Ship: Permissions API

2015-09-01 Thread Ehsan Akhgari
On 2015-09-01 9:57 PM, Jonas Sicking wrote: But I agree that we should make it clear that we do not intend to implement a request API. There is actually a valid use case for a request API. It has become clear that we need to expose pasting functionality to the Web, and the most natural way

Re: Intent to Implement and Ship: Permissions API

2015-08-25 Thread Martin Thomson
On Tue, Aug 25, 2015 at 2:12 AM, Anne van Kesteren ann...@annevk.nl wrote: 3) It seems the API is evolving in ways to also request permission without then directly using that permission. It's not clear that is a good idea. This is something that is already doable. If a webpage calls

Re: Intent to Implement and Ship: Permissions API

2015-08-25 Thread Anne van Kesteren
On Sat, Aug 22, 2015 at 5:03 AM, Birunthan Mohanathas birunt...@mohanathas.com wrote: Summary: The Permissions API allows a web application to be aware of the status of a given permission, to know whether it is granted, denied or if the user will be asked whether the permission should be

Re: Intent to Implement and Ship: Permissions API

2015-08-25 Thread Anne van Kesteren
On Tue, Aug 25, 2015 at 11:06 AM, Mounir Lamouri mou...@lamouri.fr wrote: Browsers internal implementation can change. The API will have to stay as it is in the long run. It's better to have an flexible API that would allow different implementation strategies. Even if you have only strings

Re: Intent to Implement and Ship: Permissions API

2015-08-25 Thread Mounir Lamouri
On Tue, 25 Aug 2015, at 07:57, Anne van Kesteren wrote: On Sat, Aug 22, 2015 at 5:03 AM, Birunthan Mohanathas birunt...@mohanathas.com wrote: Summary: The Permissions API allows a web application to be aware of the status of a given permission, to know whether it is granted, denied or if

Re: Intent to Implement and Ship: Permissions API

2015-08-24 Thread Ehsan Akhgari
On 2015-08-21 11:03 PM, Birunthan Mohanathas wrote: Hi, navigator.permissions.query has been Nightly-only for a few weeks. We are going to let it ride the trains. Other parts of the spec (such as Permissions.request) will be implemented when the spec is complete. Just to double check, do we

Re: Intent to Implement and Ship: Permissions API

2015-08-24 Thread Birunthan Mohanathas
On 24 August 2015 at 09:47, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: Just to double check, do we support geolocation, notifications and push? Yep! ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Intent to Implement and Ship: Permissions API

2015-08-22 Thread Jonas Sicking
I'm less psyched about Permissions.request, but looking forward to having .query ship! Does it also work in workers? / Jonas On Sat, Aug 22, 2015 at 5:03 AM, Birunthan Mohanathas birunt...@mohanathas.com wrote: Hi, navigator.permissions.query has been Nightly-only for a few weeks. We are

Re: Intent to Implement and Ship: Permissions API

2015-08-22 Thread Birunthan Mohanathas
On 22 August 2015 at 06:24, Jonas Sicking jo...@sicking.cc wrote: Does it also work in workers? Not yet, that was left for bug 1193373. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Intent to Implement and Ship: Permissions API

2015-08-21 Thread Birunthan Mohanathas
Hi, navigator.permissions.query has been Nightly-only for a few weeks. We are going to let it ride the trains. Other parts of the spec (such as Permissions.request) will be implemented when the spec is complete. Summary: The Permissions API allows a web application to be aware of the status of a