Re: Intent to implement and ship

2015-08-25 Thread Martin Thomson
On Tue, Aug 25, 2015 at 2:16 PM, Ehsan Akhgari wrote: > On 2015-08-25 4:07 PM, Martin Thomson wrote: >> >> WebRTC was shipped with a prefix. >> >> Bug 1155923 moves our codebase to non-prefixed names, but includes a >> patch to restore aliases with the prefix. Thus we will expose >> `RTCPeerConne

Re: Intent to implement and ship

2015-08-25 Thread Ehsan Akhgari
On 2015-08-25 4:07 PM, Martin Thomson wrote: WebRTC was shipped with a prefix. Bug 1155923 moves our codebase to non-prefixed names, but includes a patch to restore aliases with the prefix. Thus we will expose `RTCPeerConnection` and use that ourselves, but permit legacy code to use `mozRTCPeer

Web APIs documentation/engagement/developer meeting Thursday at 8 AM PDT

2015-08-25 Thread Eric Shepherd
The Web API documentation community meeting, with representatives from the technical evangelism and the API development teams, will take place on Thursday at 8 AM Pacific Time (see http://bit.ly/1GghwBR for your time zone). Typical meetings include news about recent API development progress and fu

Intent to implement and ship

2015-08-25 Thread Martin Thomson
WebRTC was shipped with a prefix. Bug 1155923 moves our codebase to non-prefixed names, but includes a patch to restore aliases with the prefix. Thus we will expose `RTCPeerConnection` and use that ourselves, but permit legacy code to use `mozRTCPeerConnection`. Maybe some day we can remove the

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 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 >> navigator.

Fwd: [Planned] Scheduled Tree Closing and IT Maintenance Window, Sat August 29 2015, 0500-1700 PT

2015-08-25 Thread Hal Wine
FYI - all trees closed, and hg.mozilla.org will be unavailable for commits as well. Tracking bug is https://bugzil.la/1197981 if you want to follow along -- Forwarded message -- From: Date: Tue, Aug 25, 2015 at 8:46 AM Subject: [Planned] Scheduled Tree Closing and IT Maintenance W

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 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 today, there's sev

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 > 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 a