Intent to stop dispatching "keypress" event for non-printable keys and key combinations in Nightly and early Beta

2018-02-27 Thread Masayuki Nakano
I'd like to stop dispatching "keypress" event for non-printable keys and key combinations in the default event group of web content in Nightly and early Beta for collecting regression reports. https://bugzilla.mozilla.org/show_bug.cgi?id=1440189 By UI Events, "keypress" event is defined as: >

Re: Intent to unship: rowspan=0

2018-02-27 Thread Boris Zbarsky
On 2/27/18 5:28 PM, Manish Goregaokar wrote: You can already achieve this behavior with `rowspan=` Only if you can guarantee that this number is in fact larger than the number of rows in your rowgroup, yes? And even then, is it exactly equivalent? and we should encourage developers to

Re: Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
(Of course, this is contingent on the Chrome people agreeing to unship this as well) -Manish Goregaokar On Tue, Feb 27, 2018 at 2:28 PM, Manish Goregaokar wrote: > Gecko (and previously Presto) support setting `rowspan=0` in > non-quirksmode documents to mean "up to the

Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
Gecko (and previously Presto) support setting `rowspan=0` in non-quirksmode documents to mean "up to the end of the rowgroup" (for rows not within rowgroups, this means that it spans up to the next rowgroup or the end of the table). It is equivalent to setting rowspan to a very large number.

Re: Intent to ship: WebVR on macOS

2018-02-27 Thread kearwood
On Wednesday, September 20, 2017 at 4:30:56 PM UTC-7, Kearwood Kip Gilbert wrote: > As of 2017-10-01, I intend to turn WebVR on by default for macOS. It has > been developed behind the dom.vr.enabled preference. We have already shipped > WebVR by default for the Windows platform. macOS

PSA: Possible Issues running ESLint (could not load globals from file)

2018-02-27 Thread Mark Banner
We've had a few reports of issues when running ESLint in mozilla-central. The have tended to be along the lines of: Could not load globals from file browser.js: Error: Invalid ecmaVersion. If you get this, please check if you have a /tools/lint/eslint/node_modules/ directory, if so: -