Intent to remove: isRemote member in WebRTC getStats() results

2018-08-06 Thread Jan-Ivar Bruaroey
We're removing the isRemote member of the RTCRTPStreamStats [1] dictionary used to identify remote statistics returned from the peerConnection.getStats() method in WebRTC. [2] The spec changed in 2017 to explicit types instead of this boolean. [3] We just landed a deprecation warning in Nightl

[L10n][BiDi] Fluent now controls content directionality

2018-08-06 Thread Zibi Braniecki (Gandalf)
Hi all, A small update from the Fluent world - with landing of bug 1480798 Fluent now controls the directionality of its roots. That means that you don't need to do any special magic for RTL locales, as we will set `localedir` and `dir` (XUL and HTML) attributes on the document element and flip i

Re: Intent to implement and ship: HTMLMediaElement.allowedToPlay

2018-08-06 Thread Boris Zbarsky
On 8/6/18 4:03 PM, Jan-Ivar Bruaroey wrote: whereas our plan for that was to ask users once, with a "remember=yes" prompt. For what it's worth, I've been getting this prompt a _lot_ recently; presumably I finally updated to a nightly that does the prompt. As a user, I have been tending to un

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-06 Thread Boris Zbarsky
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? The method has been availably since 61 behind the preference media.mediasource.experimental.enabled But not defaul

Re: Intent to implement and ship: HTMLMediaElement.allowedToPlay

2018-08-06 Thread Jan-Ivar Bruaroey
On 8/1/18 3:36 AM, Chris Pearce wrote: On Tuesday, July 31, 2018 at 9:05:03 AM UTC+12, Jan-Ivar Bruaroey wrote: On 7/29/18 10:39 PM, Chris Pearce wrote: Summary: HTMLMediaElement.allowedToPlay allows web authors to determine in advance of calling HTMLMediaElement.play() whether the HTMLMediaEl

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-06 Thread Jean-Yves Avenard
Hi > On 6 Aug 2018, at 9:12 pm, Nils Ohlmeier wrote: > > Which version of Firefox are you planing to ship this? > > Thanks > Nils Sorry, my bad. 63.. The feature was introduced in 61. smime.p7s Description: S/MIME cryptographic signature ___ dev-

Re: Stopgap for Commit Series in Phabricator

2018-08-06 Thread Ted Mielczarek
Thanks for this, Kris! Just an FYI for anyone planning to try this: I was behind a few versions on Mercurial (at 4.3) and I had to update to 4.7 for this extension to work. -Ted On Thu, Jul 26, 2018, at 12:09 PM, Kris Maglione wrote: > Here's an approximate equivalent for hg which doesn't requi

Re: Intent to ship MediaSource SourceBuffer.changeType

2018-08-06 Thread Nils Ohlmeier
Which version of Firefox are you planing to ship this? Thanks Nils > On Aug 6, 2018, at 02:37, Jean-Yves Avenard wrote: > > Summary: > > enable by default changeType method on MediaSource’s Source Buffer, allowing > to change content type (codecs and/or container) on the fly… > The method h

Re: PSA: Avoid Visual Studio 2017 15.7.0

2018-08-06 Thread Jeff Gilbert
Consider instead building with clang-cl: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Building_Firefox_on_Windows_with_clang-cl If you build with clang-cl, you can keep the newest (gecko-incompatible) version of MSVC installed, which is particularly useful if

Intent to ship MediaSource SourceBuffer.changeType

2018-08-06 Thread Jean-Yves Avenard
Summary: enable by default changeType method on MediaSource’s Source Buffer, allowing to change content type (codecs and/or container) on the fly… The method has been availably since 61 behind the preference media.mediasource.experimental.enabled Bug: https://bugzilla.mozilla.org/show_bug.cgi?i

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

2018-08-06 Thread James Graham
On 06/08/2018 01:25, Botond Ballo wrote: Is there an easy way to do a T-push (builds on all platforms, tests on one platform only) with |mach try fuzzy|? I usually do T-pushes using try syntax, by Trychooser seems to be out of date when it comes to building a T-push syntax for Android, so I'm at