Intent to Implement and Ship: , reflected by HTMLLinkElement.disabled

2019-04-17 Thread Emilio Cobos Álvarez
Summary: Make the disabled attribute on link elements do something useful, and the disabled IDL attribute reflect this attribute instead of forwarding to the style sheet object (if present). This is mostly compat work, but should also do less work in pages that use it already. See below for the

Intent to implement & ship: Document.cookie

2019-04-17 Thread Ehsan Akhgari
Hi everyone, *Summary*: I'm planning to move the cookie attribute from HTMLDocument to Document to bring our implementation of this attribute on par with the HTML spec. *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=144795 *Link to standard*:

Re: A note on how we will manage updates to Phabricator

2019-04-17 Thread Dylan Hardison
> On Apr 17, 2019, at 15:22, Dylan Hardison wrote: > > Phabricator upgrades will happen every Monday between 14:00 and 13:00 UTC. There is no time travel involved, rather this is an error from rewriting the time from 12hr time to 24hr time. The window is 14:00 to 15:00 UTC. Regards, -

A note on how we will manage updates to Phabricator

2019-04-17 Thread Dylan Hardison
Phabricator upgrades will happen every Monday between 14:00 and 13:00 UTC. Upgrades usually have no visible impact on the user; however, some updates may cause Phabricator to be partially unavailable during this window. Because of the way Phabricator handles database schema migrations, we expect

Lack of browser mochitests in non-e10s configuration and support for turning off e10s on desktop going forward

2019-04-17 Thread Gijs Kruitbosch
Hello, Today it came to my attention that there are no 1proc (non-e10s) browser mochitests running anymore. It appears they were disabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1433276 in early 2018, which is somewhat odd because it looks like the bug talks about linux32, but