gecko-dev/testing
Julian Descottes f5505326a1 Bug 1672788 - [marionette] Record html elements in XUL documents as ChromeWebElements r=marionette-reviewers,whimboo,maja_zf
Introduce a new helper element.isInXULDocument that should be used when we need to infer the context (chrome or content) from a given element.
The existing element.isXULElement is still relevant and should be used to detect actual XUL elements, which need to be handled differently from HTML elements.
Use the new helper isInXULDocument:
- in element.from, to decide to create ChromeWebElement or ContentWebElement for a given node.
- in element.add, to infer the context

Differential Revision: https://phabricator.services.mozilla.com/D94907
2020-11-05 10:27:21 +00:00
..
awsy Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
condprofile Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
config
crashtest Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
docs/testing-policy
extensions
firefox-ui Bug 1673786 - [firefox-ui] Temporarily skip test_notification.py for debug and asan builds on Linux and Windows. r=marionette-reviewers,maja_zf 2020-10-29 20:08:35 +00:00
geckodriver Bug 1649094 - [geckodriver] Update changeset for the 0.28.0 release. r=webdriver-reviewers,jgraham 2020-11-03 16:19:07 +00:00
gtest Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
jsshell Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
marionette Bug 1672788 - [marionette] Record html elements in XUL documents as ChromeWebElements r=marionette-reviewers,whimboo,maja_zf 2020-11-05 10:27:21 +00:00
mochitest Backed out 7 changesets (bug 1658084, bug 1671983) for perma failures on browser_async_remove_tab.js and browser_e10s_chrome_process.js. CLOSED TREE 2020-11-04 04:23:47 +02:00
modules Bug 1426219 - Assert.throws now cleans up recentJSDevError;r=ahal 2020-10-30 11:06:32 +00:00
mozbase Bug 1674598 - [mozprocess] Bump to 1.2.1 for Python 3.9 compatibility fix, DONTBUILD, r=bc 2020-11-04 14:23:51 +00:00
mozharness Bug 1673100 - Add version of gv-junit that runs with fission. r=esawin,ahal 2020-11-02 19:39:38 +00:00
perfdocs Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
performance Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
profiles Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
raptor Bug 1672983 - Support --setenv command line argument in raptor-browsertime. r=sparky,perftest-reviewers 2020-11-02 15:10:31 +00:00
runtimes Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
specialpowers Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
talos Bug 1674736 - [talos] Import Structure and pointer directly from ctypes; r=perftest-reviewers,Gijs,sparky 2020-11-03 13:46:42 +00:00
tools Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
tps Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
web-platform Bug 1665327 - Support transferred {min|max} inline-size by using definite {min|max} block-size and aspect-ratio for non-replaced elements. r=TYLin 2020-11-04 23:44:03 +00:00
webdriver Bug 1649094 - [webdriver] Release version 0.42.0. r=webdriver-reviewers,jgraham 2020-11-03 03:51:29 +00:00
xpcshell Bug 1673611 - Add a quic server r=necko-reviewers,valentin 2020-11-01 15:48:45 +00:00
addtest.py Bug 1672023 - Remove excluded files from black.yml 2020-10-26 18:21:44 +00:00
cppunittest.ini Bug 1671316 - Part1. Introduce CrossExecTransferManager. r=mhowell 2020-10-27 14:09:00 +00:00
mach_commands.py Bug 1674635 Improve documentation for mach test r=ahal DONTBUILD 2020-11-03 17:09:46 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
parse_build_tests_ccov.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
README.txt
remotecppunittests.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
runcppunittests.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
testinfo.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
testsuite-targets.mk Bug 1670357 - Remove make targets for cleaning: clean, realclean, clobber, distclean, clobber_all, everything r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +00:00

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