gecko-dev/testing
Masayuki Nakano ace90e9307 Bug 1717760 - Disable `KeyEvent.initKeyEvent` by default r=smaug
Now, Gecko is the only browser to support undocumented `KeyEvent.initKeyEvent`.
We should drop it by default because `typeof KeyboardEvent.initKeyEvent` is
used at least in a major web-site and which causes not working the web-site.

Differential Revision: https://phabricator.services.mozilla.com/D121029
2021-08-10 03:51:38 +00:00
..
awsy Bug 1714585 - Make Fission the primary way to run AWSY base. r=perftest-reviewers,AlexandruIonescu 2021-08-06 11:12:44 +00:00
condprofile Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
config Bug 1718341 - Generate Android AVD in TL job instead of using tooltool r=aklotz,nalexander 2021-07-20 22:19:14 +00:00
crashtest
docs
extensions
firefox-ui Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
fxrecord/perfdocs Bug 1715643 - Add PerfDocs for fxrecord r=sparky,perftest-reviewers 2021-07-30 17:28:58 +00:00
geckodriver Bug 1652612 - Only allow starting geckodriver bound to loopback ip, r=whimboo,webdriver-reviewers 2021-07-29 19:34:08 +00:00
gtest Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
jsshell Bug 1716768 - Avoid possible UnboundLocalError in benchmark.py; r=perftest-reviewers,sparky 2021-06-17 20:15:53 +00:00
marionette Bug 1724028 - [remote] Implement handle in RemoteAgent and Marionette components r=webdriver-reviewers,whimboo 2021-08-06 12:57:28 +00:00
mochitest Bug 1723599: Fix `./mach mochitest` for android r=firefox-build-system-reviewers,nalexander 2021-08-03 19:30:25 +00:00
modules Backed out 8 changesets (bug 1650089) for causing Xpcshell failures on test_ext_redirects.js. CLOSED TREE 2021-08-06 04:35:52 +03:00
mozbase Bug 1722746 - [mozproxy] Avoid 'Cannot assemble flow with missing content' r=AlexandruIonescu,kimberlythegeek,davehunt 2021-08-02 13:29:02 +00:00
mozharness Bug 1614200: fix linting issues. r=jmaher CLOSED TREE 2021-07-26 13:55:02 +00:00
perfdocs Backed out changeset c5618823c6b5 (bug 1716825) for causing Btime failures. CLOSED TREE 2021-08-07 12:08:15 +03:00
performance Backed out changeset c5618823c6b5 (bug 1716825) for causing Btime failures. CLOSED TREE 2021-08-07 12:08:15 +03:00
profiles Bug 1665638 - Remove layout.css.clip-path-path.enabled.r=emilio 2021-07-22 08:04:47 +00:00
raptor Backed out changeset c5618823c6b5 (bug 1716825) for causing Btime failures. CLOSED TREE 2021-08-07 12:08:15 +03:00
runtimes Bug 1712838 , remove fxmonitor component, r=nhnt11 2021-06-22 14:11:08 +00:00
specialpowers Bug 1718755 - Fix the SpecialPowers pref code to deal with ui / font prefs correctly after the previous change. r=kmag 2021-07-20 14:10:58 +00:00
talos Bug 1710870: preallocate enough processes to avoid waiting on process creation for cross_origin_pageload test r=sefeng,perftest-reviewers 2021-08-02 18:21:39 +00:00
tools Bug 1721962 - Switch to pkg-config for X11 libraries. r=firefox-build-system-reviewers,jgilbert,andi 2021-07-30 11:39:39 +00:00
tps Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
web-platform Bug 1717760 - Disable `KeyEvent.initKeyEvent` by default r=smaug 2021-08-10 03:51:38 +00:00
webdriver Bug 1652612 - More explictly only allow connections from local origins, r=whimboo,webdriver-reviewers 2021-07-29 19:34:08 +00:00
xpcshell Backed out 2 changesets (bug 1723536, bug 1723198) for causing xpcshell failures on test_SocketScalars.js. CLOSED TREE 2021-08-09 20:16:59 +03:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1721291 - Report jsapi-tests failures with more than just the result code. r=jonco 2021-07-26 18:47:48 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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