Intent to implement (and ship?): canvas context "alpha" attribute

2014-03-12 Thread Rik Cabanier
*Summary:* The proposed API is to allow developers to request an opaque backing store for 2D Canvas. This mirrors existing functionality in WebGL. This improves compositing performance because it eliminates reading the alpha channel from the destination during canvas drawing and when the canvas is

Re: Intent to implement (and ship?): canvas context "alpha" attribute

2014-03-12 Thread Robert O'Callahan
Sounds good :-) Rob -- Jtehsauts tshaei dS,o n" Wohfy Mdaon yhoaus eanuttehrotraiitny eovni le atrhtohu gthot sf oirng iyvoeu rs ihnesa.r"t sS?o Whhei csha iids teoa stiheer :p atroa lsyazye,d 'mYaonu,r "sGients uapr,e tfaokreg iyvoeunr, 'm aotr atnod sgaoy ,h o'mGee.t" uTph eann dt

Re: Intent to implement (and ship?): canvas context "alpha" attribute

2014-03-12 Thread Ms2ger
On 03/12/2014 08:40 AM, Rik Cabanier wrote: *Link to standard:* http://wiki.whatwg.org/wiki/CanvasOpaque That's not a standard... ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Intent to implement (and ship?): canvas context "alpha" attribute

2014-03-12 Thread Rik Cabanier
On Wed, Mar 12, 2014 at 1:00 AM, Ms2ger wrote: > On 03/12/2014 08:40 AM, Rik Cabanier wrote: > >> *Link to standard:* >> http://wiki.whatwg.org/wiki/CanvasOpaque >> > > That's not a standard... > True. I will send a proposal. ___ dev-platform mailing l

Re: Linux Build Prerequisites

2014-03-12 Thread saulo . a . moraes
On Tuesday, March 11, 2014 5:38:18 PM UTC-3, Hubert Figuière wrote: > On 11/03/14 04:31 PM, saulo.a.mor...@gmail.com wrote: > > > Hi, > > > > > > I am trying to build firefox in my linux box but I am not understanding > > why do I need to have libgtk? > > > > > > https://developer.mozilla

Re: Linux Build Prerequisites

2014-03-12 Thread Hubert Figuière
On 12/03/14 08:25 AM, saulo.a.mor...@gmail.com wrote: > XUL is using Gtk2 that is a little old. Is there any plan to support a > universal toolkit in XUL, like Aura from Google Chrome ? > > I am building a linux box based in Qt and I dont want an old GTK package > just to satisfy Firefox bro

Intent to ship: @counter-style rule

2014-03-12 Thread Xidorn Quan
We're planning to ship @counter-style rule and associated API CSSCounterStyleRule. Spec: http://dev.w3.org/csswg/css-counter-styles/ Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=966166 This new rule allows authors to defined their own counter styles which can be used in list-style-type and c

Re: Intent to ship: @counter-style rule

2014-03-12 Thread Ehsan Akhgari
On 2014-03-12, 7:07 PM, Xidorn Quan wrote: We're planning to ship @counter-style rule and associated API CSSCounterStyleRule. Spec: http://dev.w3.org/csswg/css-counter-styles/ Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=966166 This new rule allows authors to defined their own counter styl

Re: Intent to ship: @counter-style rule

2014-03-12 Thread Kyle Huey
On Wed, Mar 12, 2014 at 7:43 PM, Ehsan Akhgari wrote: > On 2014-03-12, 7:07 PM, Xidorn Quan wrote: >> >> We're planning to ship @counter-style rule and associated API >> CSSCounterStyleRule. >> >> Spec: http://dev.w3.org/csswg/css-counter-styles/ >> Bug: https://bugzilla.mozilla.org/show_bug.cgi?i

Re: Intent to ship: @counter-style rule

2014-03-12 Thread L. David Baron
On Wednesday 2014-03-12 22:43 -0400, Ehsan Akhgari wrote: > It's sad to see us ship a new feature using the old XPConnect based > DOM bindings, as we have been transition to the new WebIDL based > bindings [2]. That being said, doing that probably means doing the > work to expose the base interfac

Re: Intent to ship: @counter-style rule

2014-03-12 Thread Ehsan Akhgari
On 2014-03-12, 10:47 PM, L. David Baron wrote: On Wednesday 2014-03-12 22:43 -0400, Ehsan Akhgari wrote: It's sad to see us ship a new feature using the old XPConnect based DOM bindings, as we have been transition to the new WebIDL based bindings [2]. That being said, doing that probably means

Re: Intent to ship: @counter-style rule

2014-03-12 Thread Boris Zbarsky
On 3/12/14 10:43 PM, Ehsan Akhgari wrote: That being said, doing that probably means doing the work to expose the base interface (nsIDOMCSSRule) as well. Do you mind doing this before landing this code please? Converting CSSRule is actually somewhat nontrivial because the C++ inheritance hier

Re: Intent to ship: @counter-style rule

2014-03-12 Thread Ehsan Akhgari
On 2014-03-12, 11:03 PM, Boris Zbarsky wrote: On 3/12/14 10:43 PM, Ehsan Akhgari wrote: That being said, doing that probably means doing the work to expose the base interface (nsIDOMCSSRule) as well. Do you mind doing this before landing this code please? Converting CSSRule is actually somewh