Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread Emilio Cobos Álvarez
Hi, In bug 1696384, I plan to enable dom.event.wheel-deltaMode-lines.disabled on all channels. This is a compat intervention for sites that check WheelEvent.delta{X,Y,Z} before checking WheelEvent.deltaMode, generally assuming that the deltas are going to be pixels. These deltas are enviro

Re: Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread Anne van Kesteren
On Tue, Mar 9, 2021 at 4:45 PM Emilio Cobos Álvarez wrote: > Let me know if you have any concerns with this or what not. So if I understand it correctly we'll have a getter with side effects. Is the expectation that we can eventually remove this? Are other browsers on board with this model? _

Re: Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread Emilio Cobos Álvarez
On 3/9/21 17:10, Anne van Kesteren wrote: On Tue, Mar 9, 2021 at 4:45 PM Emilio Cobos Álvarez wrote: Let me know if you have any concerns with this or what not. So if I understand it correctly we'll have a getter with side effects. Is the expectation that we can eventually remove this? Are o

Re: Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread James Graham
On 09/03/2021 18:21, Emilio Cobos Álvarez wrote: On 3/9/21 17:10, Anne van Kesteren wrote: On Tue, Mar 9, 2021 at 4:45 PM Emilio Cobos Álvarez wrote: Let me know if you have any concerns with this or what not. So if I understand it correctly we'll have a getter with side effects. Is the ex

[OUTAGE] Phabricator (phabricator.services.mozilla.com) to be down for maintenance on Sat Mar 13th at 12:00 PM EST (17:00 UTC)

2021-03-09 Thread David Lawrence
On Saturday, March 13th, at 12:00PM EST (17:00 UTC), Phabricator will be taken down for a period of two hours for database maintenance. A recent upstream migration requires a change to one of the larger tables that could cause Phabricator to be unresponsive. So we decided best to do the changes

Re: Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread Emilio Cobos Álvarez
On 3/9/21 20:36, James Graham wrote: It seems like having all browsers have the same behaviour is going to be better in the long run than having some weird heuristic in gecko that acts as a footgun for authors going forward. Do we have any way to assess the compat impact of switching to match

Re: Intent to ship: Return pixel deltas in wheel event if deltaMode is not checked by authors

2021-03-09 Thread Karl Dubost
Hello, So about experimenting with wheelEvent… Cool to see the work of Emilio in that space. Le 2021/03/10 à 07:13, Emilio Cobos Álvarez a écrit : > I guess we could enable the always-disabled pref on Nighly and watch for a > few releases to see if there's reports of broken sites. Would that s

Intent to ship: aspect-ratio property

2021-03-09 Thread Boris Chiou
I intend to turn the preferred aspect ratio, `aspect-ratio` property, on by default on all platforms after the last bug got landed (i.e. bug 1646098 ), so the most possible version should be

Intent to Ship: AV1 Still Image File Format (AVIF)

2021-03-09 Thread Jon Bauman
As of March 18, 2021, I intend to turn AVIF on by default all platforms in Firefox 88. It has been developed behind the image.avif.enabled preference. Though there's a good chance it'll be delayed until Firefox 89, depending on some external factors. AVIF is an image format based on the AV1 video

New JavaScript engine module owner

2021-03-09 Thread Jason Orendorff
Hi, everyone. I'm pleased to announce that Jan De Mooij has agreed to take ownership of the JavaScript engine module. Following a Mozilla tradition that was venerable when I got here, Jan has been doing the job already for quite some time. Please join me in congratulating Jan and thanking him for

Re: New JavaScript engine module owner

2021-03-09 Thread Giorgio Maone
Congratulations, keep up the good work! -- G On 10/03/21 02:12, Jason Orendorff wrote: > Hi, everyone. > > I'm pleased to announce that Jan De Mooij has agreed to take ownership of > the JavaScript engine module. > > Following a Mozilla tradition that was venerable when I got here, Jan has > been

Re: New JavaScript engine module owner

2021-03-09 Thread Andy Wingo
On Wed 10 Mar 2021 02:12, Jason Orendorff writes: > I'm pleased to announce that Jan De Mooij has agreed to take ownership of > the JavaScript engine module. Congratulations rather to you & commiserations to Jan ;) What am I saying, congrats all around! :) Andy