Re: Intent to implement and ship: HTMLMediaElement.allowedToPlay

2018-08-07 Thread Jan-Ivar Bruaroey
On 8/6/18 4:03 PM, Jan-Ivar Bruaroey wrote: On 8/1/18 3:36 AM, Chris Pearce wrote: I think the only thing that you're missing is how vehemently some sites are in their desire to avoid the doorhanger prompt. No, I'm also missing why we should listen to them. If Netflix fights our doorhanger,

Re: Intent to ship '-webkit-appearance' and changes to '-moz-appearance' values

2018-08-07 Thread Chris Peterson
Awesome! This should fix some common webcompat issues for Firefox/GeckoView on Android. What are the criteria for letting -webkit-appearance ride the trains? The GeckoView team is eager to ship mobile webcompat fixes, so they might be willing to accept more risk than Firefox desktop. Are

Intent to ship '-webkit-appearance' and changes to '-moz-appearance' values

2018-08-07 Thread Jonathan Watt
Summary --- I plan to enable the pref in Nightly builds (using EARLY_BETA_OR_EARLIER) to turn on the '-webkit-appearance' alias for '-moz-appearance'. This pref simultaneously changes the behavior of the 'menulist-button' value, and shortly the 'button-bevel' value. Spec: None. We're reverse

Re: Intent to implement and ship: WebXR Device API in Firefox Nightly

2018-08-07 Thread L. David Baron
On Monday 2018-07-30 17:03 -0700, Kip Gilbert wrote: > Is this feature enabled by default in sandboxed iframes? > WebXR will not be enabled by default in sandboxed iframes. This will likely > be enabled later, by use of Feature Policy: > https://github.com/immersive-web/webxr/issues/86 >

Re: Intent to implement and ship: WebXR Device API in Firefox Nightly

2018-08-07 Thread Eric Shepherd (Sheppy)
Thank you; that will help the docs team very much as well. On Tue, Aug 7, 2018 at 11:30 AM, Boris Zbarsky wrote: > On 7/30/18 8:03 PM, Kip Gilbert wrote: > >> Link to standard: >> > > Kip, > > Could you please ensure that all the relevant .webidl files have links to > the relevant bits of the

Re: Intent to ship: Enable navigator.clipboard.* APIs by default

2018-08-07 Thread Vlad Filippov
On Tuesday, August 7, 2018 at 2:19:58 PM UTC-4, Anny Gakhokidze wrote: > As of Firefox 63 I intend to turn on navigator.clipboard.* by default. > It has been developed behind the “dom.events.asyncClipboard” preference. > The APIs that will be exposed are clipboard.readText and >

Re: ./mach try fuzzy: A Try Syntax Alternative

2018-08-07 Thread Andrew Halberstadt
I recently added the ability to specify --query multiple times (where the set of tasks is the union of each individual query). So something like: ./mach try fuzzy -q "'android !pgo !cov" -q "'build !pgo !cov" Should also accomplish what you want. It's still a bit clunky as multiple queries don't

Intent to ship: Enable navigator.clipboard.* APIs by default

2018-08-07 Thread Anny Gakhokidze
As of Firefox 63 I intend to turn on navigator.clipboard.* by default. It has been developed behind the “dom.events.asyncClipboard” preference. The APIs that will be exposed are clipboard.readText and clipboard.writeText and they will be exposed to secure contexts only. The readText API will only

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-07 Thread Jean-Yves Avenard
> On 7 Aug 2018, at 5:24 pm, Boris Zbarsky wrote: > > OK. Do you have any signals at all from Safari and Edge? Even just knowing > "not opposed in current form but no concrete plans to implement" would be > useful, compared to them suddenly coming back with requests for changes in > the

Re: Intent to implement and ship: WebXR Device API in Firefox Nightly

2018-08-07 Thread Boris Zbarsky
On 7/30/18 8:03 PM, Kip Gilbert wrote: Link to standard: Kip, Could you please ensure that all the relevant .webidl files have links to the relevant bits of the standard at the top of the file (and on the individual interface definitions if there are multiple interfaces in the file)? See

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-07 Thread Boris Zbarsky
On 8/7/18 6:21 AM, Jean-Yves Avenard wrote: We have web-platform-tests for this feature which have landed… We know that YouTube intends to use this new functionality as soon as available. http://w3c-test.org/media-source/mediasource-changetype.html

[desktop] Bugs logged by Desktop Release QA in the last 7 days

2018-08-07 Thread Bogdan Maris
Hello, Here's the list of new issues found and filed by the Desktop Release QA team last two weeks. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/ycd96onk Bugs logged by Desktop Release QA in the last 7

Intent to unship: overflow: -moz-scrollbars-* values

2018-08-07 Thread Xidorn Quan
In bug 1481125[1], I'm going to put some moz-prefixed values of overflow shorthand property behind pref, and disable them by default on all channel. The values being unshipped are: * -moz-scrollbars-none * -moz-scrollbars-horizontal * -moz-scrollbars-vertical Their functionality can be fully

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-07 Thread Jean-Yves Avenard
> On 6 Aug 2018, at 10:30 pm, Boris Zbarsky wrote: > > On 8/6/18 5:37 AM, Jean-Yves Avenard wrote: >> enable by default changeType method on MediaSource’s Source Buffer > > To be clear, this is enabling by default on all channels, right? yes > >> The method has been availably since 61