Re: Intent to ship: Canvas CSS/SVG filters

2016-05-27 Thread Tantek Çelik
Awesome and congrats Tobias! -tantek On Thu, May 26, 2016 at 9:40 AM, Tobias Schneider wrote: > I intend to turn Canvas CSS/SVG filters on by default on all platforms. It > has been developed behind the canvas.filters.enabled preference. Google's > Chrome is already shipping this in version 52. >

Re: C++11 standard library support enabled on all Tier-1 platforms

2016-05-27 Thread Nathan Froyd
On Fri, May 27, 2016 at 6:34 AM, Kurt Roeckx wrote: > On 2016-05-27 03:50, Nathan Froyd wrote: >> Given the standard library's pervasive use of exceptions, and our >> aversion to the same, if you are using a standard library header >> that's not listed here: > > Are there plans to start using C++

Intent to ship: Canvas CSS/SVG filters

2016-05-27 Thread Tobias Schneider
I intend to turn Canvas CSS/SVG filters on by default on all platforms. It has been developed behind the canvas.filters.enabled preference. Google's Chrome is already shipping this in version 52. Related bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=927892 https://bugzilla.mozilla.org/show_b

Re: C++11 standard library support enabled on all Tier-1 platforms

2016-05-27 Thread Benjamin Smedberg
It used to be that using STL headers not in the approved list would fail to compile. I don't know whether that mechanism is still turned on or works correctly. --BDS On Fri, May 27, 2016 at 8:24 AM, Josh Matthews wrote: > On 2016-05-26 9:50 PM, Nathan Froyd wrote: > >> [CC mobile-firefox-dev an

Re: C++11 standard library support enabled on all Tier-1 platforms

2016-05-27 Thread Nathan Froyd
On Thu, May 26, 2016 at 10:08 PM, Mike Hommey wrote: > On Thu, May 26, 2016 at 09:50:56PM -0400, Nathan Froyd wrote: >> This change also means that any non-Tier-1 platforms (FxOS, for >> instance) that don't provide a C++11 standard library will probably >> break in very short order as various cod

Re: C++11 standard library support enabled on all Tier-1 platforms

2016-05-27 Thread Josh Matthews
On 2016-05-26 9:50 PM, Nathan Froyd wrote: [CC mobile-firefox-dev and dev-fxos for notes below.] Bug 1246743 (Mac libc++ support) and bug 1273934 (Android libc++ support for local development builds) have landed on mozilla-central. This change means that all of our Tier-1 platforms now have a mo

Re: C++11 standard library support enabled on all Tier-1 platforms

2016-05-27 Thread Kurt Roeckx
On 2016-05-27 03:50, Nathan Froyd wrote: Given the standard library's pervasive use of exceptions, and our aversion to the same, if you are using a standard library header that's not listed here: Are there plans to start using C++ exception? The wiki seems to suggest there are plans, but it w

Intent to ship: Unprefixed text-align-last

2016-05-27 Thread Xidorn Quan
In Firefox 49 I intent to ship unprefixed text-align-last. It has been shipped prefixed for quite a while, and Chrome has shipped this property unprefixed since about a year ago [1]. Although CSS Text 3 hasn't entered CR stage, this property is considered stable. Also it has been widely-used acco