gecko-dev/testing
Emilio Cobos Álvarez ca33d8548f Bug 1281135 - Make <link disabled> work and HTMLLinkElement.disabled reflect that attribute. r=bzbarsky
...instead of forwarding to the sheet like HTMLStyleElement does.

I've proposed this behavior in:

  https://github.com/whatwg/html/issues/3840#issuecomment-480894419

I think this is one of the sane behaviors we can have, what Blink / WebKit do
makes no sense to me.

Alternative potentially-sane behavior is making the initial value of the
stylesheet's disabled bit the same as the content attribute, and both reflect
and forward the attribute from the setter.

That means that setAttribute does something different than setting `disabled`,
which means that you can get into all sorts of funny states when reloading the
sheet... So I rather not do that.

Differential Revision: https://phabricator.services.mozilla.com/D26573

--HG--
extra : moz-landing-system : lando
2019-04-19 13:31:05 +00:00
..
awsy Bug 1532491 - Part 2: Add a tp6 version of AWSY. r=bc,rwood 2019-04-01 19:21:54 +00:00
config Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown 2019-03-06 17:13:21 +00:00
crashtest
extensions
firefox-ui Bug 1523741 - Converting legacy aboutTelemetry to Fluent aboutTelemetry, r=jaws,flod,Gijs 2019-04-08 09:15:16 +00:00
geckodriver Merge inbound to mozilla-central. a=merge 2019-04-12 18:48:02 +03:00
gtest Bug 1318091 - Add more options to remotegtests.py; r=bc 2019-04-16 17:47:58 +00:00
jsshell
marionette Bug 1496075 - Part 3: Use webextensions in SearchServices. r=mikedeboer,mixedpuppy 2019-04-11 20:49:31 +00:00
mochitest Bug 1379466 - Add auxclick to mouse synthesis test code. r=smaug 2019-04-18 12:57:35 +00:00
modules Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
mozbase Bug 1544940 - [mozdevice] Fix typo in default intent name; r=bc 2019-04-16 23:26:24 +00:00
mozharness Bug 1544742 - Enable chrome CLI app argument r=rwood 2019-04-18 05:42:09 +00:00
profiles Bug 1540856: Part 1 - Remove useless references to lightweightThemes preferences. r=aswan,dao 2019-04-01 15:22:20 -07:00
raptor Bug 1545175 - Raptor test definitions and taskcluster configs for cold page-load tests on Fenix; r=Bebe,jmaher 2019-04-18 19:34:10 +00:00
runtimes Bug 1500987 - Elevate the new debugger one directory. r=jlast 2019-04-09 13:16:00 -04:00
specialpowers Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
talos Backed out changeset 2f8f0e53a7db (bug 1460811) for leakcheck perma failures. CLOSED TREE 2019-04-19 00:16:32 +03:00
tools Bug 1532919 - [marionette] Remove outdated browsermob-proxy mixin from marionette harness package. r=ato 2019-03-07 12:26:43 +00:00
tps Bug 1530587 - Don't optimize jars without preloading/reordering data. r=chmanchester 2019-02-27 01:26:46 +00:00
web-platform Bug 1281135 - Make <link disabled> work and HTMLLinkElement.disabled reflect that attribute. r=bzbarsky 2019-04-19 13:31:05 +00:00
webdriver Bug 1529289 - Add web frame and web window types to web webdriver Rust crate. r=ato 2019-03-09 14:09:48 +00:00
xpcshell Backed out changeset 471b2063c817 (bug 1540656) for XPCShell failures in dom/push/test/xpcshell/test_register_success_http2.js 2019-04-08 15:49:10 +03:00
README.txt
addtest.py Bug 1543244 - Refactor mach addtest support, r=ahal,bgrins 2019-04-11 09:44:32 +00:00
cppunittest.ini
mach_commands.py Bug 1543244 - Refactor mach addtest support, r=ahal,bgrins 2019-04-11 09:44:32 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py Bug 1532462 - Avoid permission error in Android cppunittests on some devices by creating destination directory; r=bc 2019-03-05 17:03:27 +00:00
runcppunittests.py
testsuite-targets.mk Bug 1318091 - Add remotegtests.py, supporting android gtests; r=bc 2019-04-12 15:04:39 +00:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff