gecko-dev/testing
Masayuki Nakano 984b60a1b6 Bug 1727008 - `HTMLEditor` shouldn't strip `<html>` element nor `<body>` elements r=m_kato
The new editor utility method does not stop scanning editable elements even if
it reaches the document root nor the (primary) `<body>` element.  Of course,
they should stop there if scanning editable block.  And
`ScanEmptyBlockInclusiveAncestor()` shouldn't store the removable empty block
element to them.

Differential Revision: https://phabricator.services.mozilla.com/D123316
2021-08-23 10:05:32 +00:00
..
awsy Bug 1726411 - AWSY base Fission should tell Perfherder that it is Fission. r=perftest-reviewers,AlexandruIonescu 2021-08-19 15:04:01 +00:00
condprofile Bug 1718630 - Use mozversion to get the version of the browser r=perftest-reviewers,davehunt 2021-08-20 12:05:38 +00:00
config Bug 1724072 - update android hostutils due to ssltunnel changes r=gbrown 2021-08-23 05:25:36 +00:00
crashtest Bug 1724718 - skip some XUL-y tests on android, r=emilio,agi 2021-08-19 12:13:01 +00:00
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 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,necko-reviewers,valentin 2021-08-23 09:30:24 +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
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 1724072 - replace RC4 capabilities in ssltunnel with 3DES r=rmf 2021-08-18 20:20:12 +00:00
modules Bug 1650089 - Part 8: Avoid race when calling loadContentPage with about:blank, r=kmag 2021-08-10 14:31:19 +00:00
mozbase Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,necko-reviewers,valentin 2021-08-23 09:30:24 +00:00
mozharness Bug 1614200: fix linting issues. r=jmaher CLOSED TREE 2021-07-26 13:55:02 +00:00
perfdocs Bug 1718630 - Fix browsertime YTP widevine on windows r=perftest-reviewers,davehunt,padenot 2021-08-20 12:05:38 +00:00
performance Bug 1716825: Navigate to a sub-page rather than about:blank for warm pageloads;r=perftest-reviewers,Bebe,davehunt 2021-08-10 16:18:54 +00:00
profiles Bug 1725131 - Remove messaging system code related to the Bookmark panel r=pdahiya,Mardak,webdriver-reviewers 2021-08-19 13:17:13 +00:00
raptor Bug 1716825: Navigate to a sub-page rather than about:blank for warm pageloads;r=perftest-reviewers,Bebe,davehunt 2021-08-10 16:18:54 +00: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 1723729 - Remove old Talos XPI generation scripts and documents. r=jmaher,perftest-reviewers,alexandru.irimovici 2021-08-12 13:56:51 +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 1727008 - `HTMLEditor` shouldn't strip `<html>` element nor `<body>` elements r=m_kato 2021-08-23 10:05:32 +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 Bug 1716571 - Dynamically set up android port forwarding for trr tests r=necko-reviewers,dragana 2021-08-16 13:41:58 +00: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