Re: Intent to implement and ship: CSS 'prefers-color-scheme' media feature

2019-03-31 Thread Hiroyuki Ikezoe
On Wed, Mar 20, 2019 at 8:45 AM Hiroyuki Ikezoe wrote: > The Android backend for prefers-color-scheme didn't get on Firefox 67, > it's just landed on mozilla-central, will be shipped in Firefox 68. > The backend was uplifted into Firefox 67 beta yesterday. So prefers-c

Re: Intent to implement and ship: CSS 'prefers-color-scheme' media feature

2019-03-19 Thread Hiroyuki Ikezoe
sumably that’s noted appropriately in some manner in Bugzilla? > > On March 19, 2019 at 7:45:53 PM, Hiroyuki Ikezoe (hike...@mozilla.com) > wrote: > > The Android backend for prefers-color-scheme didn't get on Firefox 67, it's > > just landed on mozilla-central, will

Re: Intent to implement and ship: CSS 'prefers-color-scheme' media feature

2019-03-19 Thread Hiroyuki Ikezoe
The Android backend for prefers-color-scheme didn't get on Firefox 67, it's just landed on mozilla-central, will be shipped in Firefox 68. Thanks, hiro On Sat, Feb 16, 2019 at 5:38 AM Mats Palmgren wrote: > Summary: > The 'prefers-color-scheme' media feature is way for pages to detect > if the

Re: Intent to implement and ship the CSS Scroll Snap Module Level 1 and unship old scroll snap properties

2019-03-09 Thread Hiroyuki Ikezoe
Hello, fantasai! On Sun, Mar 10, 2019 at 6:14 AM fantasai wrote: > 1. Handling overlarge snap areas per > https://www.w3.org/TR/css-scroll-snap-1/#snap-overflow > This is important to make content accessible on smaller-than-expected > screens. > I think I've finished this properly, but.. 2

Intent to implement and ship the CSS Scroll Snap Module Level 1 and unship old scroll snap properties

2019-03-08 Thread Hiroyuki Ikezoe
Summary: The scroll snap specification has been significantly changed since we implemented. scroll-snap-coordinate, scroll-snap-destination and scroll-snap-points-{x,y} were dropped, instead, scroll-snap-align, scroll-snap-margin and scroll-snap-padding were added in the spec. Also, scroll-

Fwd: Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX

2018-07-25 Thread Hiroyuki Ikezoe
I just realized that I did send below message only to Tom. :) -- Forwarded message -- From: Hiroyuki Ikezoe Date: Wed, Jul 25, 2018 at 6:59 AM Subject: Re: Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX To: Tom Ritter Thank you

Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX

2018-07-24 Thread Hiroyuki Ikezoe
Summary: By using CSS prefers-reduced-motion media feature, web developers can provide contents depending on a system setting that users want *motion-less* content. A WebKit blog post [1] might be useful to know this feature in more detail. Bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1365

Intent to implement and ship: spec compliance Promise microtask behavior

2018-02-28 Thread Hiroyuki Ikezoe
Summary: We are about to land bug 1193394 which will change microtask behavior that our microtask behavior complied with the HTML spec. We had fixed all test failures but still it's possible that new failures will appear before the change gets merged into mozilla-central.  If we found any faile

Intent to ship: PerformanceObserver

2017-09-05 Thread Hiroyuki Ikezoe
As of Firefox 57 I intend to turn PerformanceObserver on by default. It's been enabled on nightly by default for 16 months. Chrome has already shipped it since 52, WebKit has implemented it since January 2017, but not shipped yet. Edge has not implemented it yet, but as far as I know they have

Intent to ship: PerformanceObserver

2016-05-23 Thread Hiroyuki Ikezoe
In Firefox 51 I indent to turn PerformanceObserver on by default. It has been developed behind the dom.enable_performance_observer preference. Chrome has been shipping it[1]. Their 'intent to ship' is [2]. Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1271487 Link to

Re: web-platform-tests on debug builds running on try

2015-06-30 Thread Hiroyuki Ikezoe
is has caused. [1] https://treeherder.mozilla.org/logviewer.html#?job_id=8927888&repo=try ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform -- Hiroyuki Ikezoe _

Intent to implement: Frame Timing API

2015-04-27 Thread Hiroyuki Ikezoe
Summary: Provides an interface for receiving frame performance timing including composites happening on a separate thread/process. This can be used to calculate measures of smoothness that incorporate the effect of async pan and zoom and off-main thread animation. Bug: https://bugzilla.mozilla.org

Re: New XPIDL attribute: [infallible]

2012-08-23 Thread Hiroyuki Ikezoe
On 2012年08月23日 18:11, Justin Lebar wrote: I encourage you to consider using [infallible] in new code for attributes whose getters never fail. Not only is it cleaner to call such methods, but using [infallible] also draws attention to those attributes which /may/ fail. Before each time using [