fune/testing
David Shin bbff1a3b96 Bug 1853258: Part 3 - Optimize invalidating relative selectors on DOM mutation. r=emilio
There are cases where we can run a selector match to realize that some DOM mutations
will not make a difference in the relative selector match state, which avoids
O(n^2) behaviour under some circumstances.

Differential Revision: https://phabricator.services.mozilla.com/D191307
2023-10-24 15:11:54 +00:00
..
awsy
condprofile
config
crashtest
docs Bug 1857619 - Add docs for confirm failure and other methods to understand try results. r=aryx,calixte 2023-10-10 16:07:08 +00:00
extensions
firefox-ui
geckodriver Bug 1860157 - Fix typos found by codespell 2.2.6 r=webdriver-reviewers,zeid,search-reviewers,perftest-reviewers,devtools-reviewers,releng-reviewers,gbrown,sparky,jteow 2023-10-19 20:52:10 +00:00
gtest
jsshell
marionette Bug 1274251 - [marionette client] Add proper support for tests to use WebFrame and WebWindow. r=webdriver-reviewers,jdescottes 2023-10-24 05:00:05 +00:00
mochitest Bug 1859538 - Allow chrome stylesheets to be parsed in parallel. r=layout-reviewers,desktop-theme-reviewers,dao,Gijs,tlouw 2023-10-19 10:50:27 +00:00
modules
mozbase Bug 1860157 - Fix typos found by codespell 2.2.6 r=webdriver-reviewers,zeid,search-reviewers,perftest-reviewers,devtools-reviewers,releng-reviewers,gbrown,sparky,jteow 2023-10-19 20:52:10 +00:00
mozharness Backed out changeset 261b2cf29777 (bug 1859733) for causing valgrind failures CLOSED TREE 2023-10-24 05:49:25 +03:00
perfdocs Bug 1848419 - Make custom-car android available in CI selection. r=perftest-reviewers,taskgraph-reviewers,AlexandruIonescu,bhearsum 2023-10-23 13:50:49 +00:00
performance
profiles Bug 1852243 - Revert changeset 6ffbaf3b4ea8 - [wpt] Enable async touch and wheel events for wpt but not wdspec tests. r=jgraham,hiro CLOSED TREE 2023-10-11 10:08:58 +03:00
raptor Bug 1848419 - Run custom chromium-as-release performance tests on android. r=perftest-reviewers,aglavic 2023-10-23 13:50:49 +00:00
runtimes Bug 1809667 - reduce win/msix and linux/mochitest task timeouts. r=aryx 2023-10-19 21:33:50 +00:00
specialpowers Bug 1818237 - MockFilePicker should be able to return the nsIFile for a selected directory. r=Gijs 2023-10-06 02:56:45 +00:00
talos Bug 1784248 - Convert instant end markers to test duration markers r=perftest-reviewers,kshampur 2023-10-23 12:11:52 +00:00
tools Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
tps
web-platform Bug 1853258: Part 3 - Optimize invalidating relative selectors on DOM mutation. r=emilio 2023-10-24 15:11:54 +00:00
webcompat Bug 1838841 - Ship v120.0.0 of the WebCompat System Addon; r=ksenia,webcompat-reviewers 2023-10-18 16:28:46 +00:00
webdriver Bug 1857193 - Make passing --port=0 select a free port, r=webdriver-reviewers,jdescottes 2023-10-06 07:35:43 +00:00
xpcshell Bug 1859819 - fix is_ubuntu to be accurate on windows xpcshell. r=gbrown 2023-10-18 17:30:18 +00:00
addtest.py
cppunittest.ini
mach_commands.py Bug 1832059 - Add MachTestRunner in mach test for mozperftest integration. r=jmaher 2023-10-24 13:05:49 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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