Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Daniel Holbert
On 09/24/2014 09:23 PM, Daniel Holbert wrote: > So, it's not required to behave exactly the same everywhere; it simply > codifies an author's intent. (OK, I suppose it *is* required to behave > exactly the same everywhere in the case of "pixelated" & upscaling, > since that requires a particular a

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Daniel Holbert
On 09/24/2014 06:26 PM, Ehsan Akhgari wrote: > Hmm, doesn't that basically allow non-interoperable implementations? :( > I think Jonas' idea on having separate properties for the upscale vs. > downscale cases is much better. I'm unconvinced about the usefulness of exposing that much control. This

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Ehsan Akhgari
On 2014-09-24, 9:12 PM, Daniel Holbert wrote: On 09/24/2014 09:32 AM, L. David Baron wrote: Or, alternatively, it seems like the use case here would be addressed by doing what the spec said before. Following up more on this: the CSSWG has now resolved to *allow* (but not require) the formerly-

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Daniel Holbert
On 09/24/2014 09:32 AM, L. David Baron wrote: > Or, alternatively, it seems like the use case here would be > addressed by doing what the spec said before. Following up more on this: the CSSWG has now resolved to *allow* (but not require) the formerly-required-by-spec prettier downscaling behavio

Web APIs documentation meeting Friday at 10 AM Pacific time

2014-09-24 Thread Eric Shepherd
The Web APIs documentation meeting is Friday at 10 AM Pacific Time (see http://bit.ly/APIdocsMDN for your time zone). Everyone's welcome to attend; if you're interested in ensuring that all Web APIs are properly documented, we'd love your input. We have an agenda, as well as details on how to

Re: Using protobuf in m-c

2014-09-24 Thread Monica Chew
- Original Message - > Hey folks, > > We already have the protobuf library in the tree, and it seems to be > used for layer scope and webrtc. > > I'd like to use it for serializing heap snapshots in devtools code, but > I have a couple questions: > > * How do I integrate the compilation

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Till Schneidereit
On Wed, Sep 24, 2014 at 7:21 PM, Daniel Holbert wrote: > On 09/24/2014 07:38 AM, Ehsan Akhgari wrote: > >> This makes the implementation considerably simpler, which is great. It > >> also means that "pixelated" will essentially just be a > >> more-interoperable version of "-moz-crisp-edges", for

Using protobuf in m-c

2014-09-24 Thread Fitzgerald, Nick
Hey folks, We already have the protobuf library in the tree, and it seems to be used for layer scope and webrtc. I'd like to use it for serializing heap snapshots in devtools code, but I have a couple questions: * How do I integrate the compilation of the message description (.proto file)

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Daniel Holbert
On 09/24/2014 07:38 AM, Ehsan Akhgari wrote: >> This makes the implementation considerably simpler, which is great. It >> also means that "pixelated" will essentially just be a >> more-interoperable version of "-moz-crisp-edges", for the time being. > > So, what are we planning to do with -moz-cr

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Daniel Holbert
On 09/24/2014 09:32 AM, L. David Baron wrote: > Or, alternatively, it seems like the use case here would be > addressed by doing what the spec said before. Is it really that > much harder to do? No, it's not much harder. > Is it just that we'd need to add another value to pass through > variou

Re: Intent to implement: BroadcastChannel API

2014-09-24 Thread Jonas Sicking
Yes! Though as previously expressed, I don't think we should ship this until it supports sending Blobs. But we should definitely land preffed off as soon as patches are reviewed. / Jonas On Sep 24, 2014 3:45 AM, "Andrea Marchesini" wrote: > Summary: (from the spec) Pages on a single origin ope

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread L. David Baron
On Tuesday 2014-09-23 17:15 -0700, Justin Dolske wrote: > On 9/23/14 4:24 PM, Jonas Sicking wrote: > >>This makes the implementation considerably simpler, which is great. It > >>also means that "pixelated" will essentially just be a > >>more-interoperable version of "-moz-crisp-edges", for the tim

Re: Intent to ship: resource timing

2014-09-24 Thread James Graham
On 24/09/14 14:27, Valentin Gosu wrote: > On 24 September 2014 12:08, James Graham wrote: > >> On 24/09/14 02:11, Valentin Gosu wrote: >> >>> == Test coverage == >>> dom/tests/mochitest/general/test_resource_timing.html >>> dom/tests/mochitest/general/test_resource_timing_cross_origin.html >>> >>

Re: Intent to implement: "image-rendering: pixelated" CSS property-value

2014-09-24 Thread Ehsan Akhgari
On 2014-09-23, 7:07 PM, Daniel Holbert wrote: On 09/23/2014 02:56 PM, Daniel Holbert wrote: FWIW, I also emailed www-style to sanity-check my understanding & to see if there are any other reasons for this behavior-difference: http://lists.w3.org/Archives/Public/www-style/2014Sep/0340.html Tu

Re: Intent to ship: resource timing

2014-09-24 Thread Valentin Gosu
On 24 September 2014 12:08, James Graham wrote: > On 24/09/14 02:11, Valentin Gosu wrote: > > > == Test coverage == > > dom/tests/mochitest/general/test_resource_timing.html > > dom/tests/mochitest/general/test_resource_timing_cross_origin.html > > > > There is also the w3c test, which presents s

Intent to implement: BroadcastChannel API

2014-09-24 Thread Andrea Marchesini
Summary: (from the spec) Pages on a single origin opened by the same user in the same user agent but in different unrelated browsing contexts sometimes need to send notifications to each other, for example "hey, the user logged in over here, check your credentials again". For elaborate cases, e.

Intent to implement: BroadcastChannel API

2014-09-24 Thread Andrea Marchesini
Summary: (from the spec) Pages on a single origin opened by the same user in the same user agent but in different unrelated browsing contexts sometimes need to send notifications to each other, for example "hey, the user logged in over here, check your credentials again". For elaborate cases, e.

Re: Intent to ship: resource timing

2014-09-24 Thread James Graham
On 24/09/14 02:11, Valentin Gosu wrote: > == Test coverage == > dom/tests/mochitest/general/test_resource_timing.html > dom/tests/mochitest/general/test_resource_timing_cross_origin.html > > There is also the w3c test, which presents some failures for all UAs > because of bugs in the test. > http