gecko-dev/testing
Masayuki Nakano 26910d70ce Bug 1725850 - part 18: Port editor/libeditor/crashtests/467647-1.html to WPT r=saschanaz
I think that the crashtests marked as `needs-focus` should wait `focus` event
in the document.  I think that `focus` event is fired only when the window has
focus (*1) and `Element.focus()` steals focus unless chrome UI has focus (*2).
If the testing document hasn't get focus yet, `focus` event will be dispatched
later (*3).

1: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1672-1681
2: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1683-1691
3: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#759-777

Depends on D125920

Differential Revision: https://phabricator.services.mozilla.com/D125921
2021-09-22 21:30:54 +00:00
..
awsy Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
condprofile Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +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: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
fxrecord/perfdocs Bug 1715643 - Add PerfDocs for fxrecord r=sparky,perftest-reviewers 2021-07-30 17:28:58 +00:00
geckodriver Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
gtest Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
jsshell
marionette Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
mochitest Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
modules Bug 1729460 - Change users of defineLazyServiceGetter(s) to use Services.* where appropriate. r=mossop,webdriver-reviewers,extension-reviewers,whimboo,robwu 2021-09-10 12:09:49 +00:00
mozbase Bug 1686110 - [rust-mozversion] Release version 0.4.2. r=webdriver-reviewers,jgraham 2021-09-15 19:22:54 +00:00
mozharness Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
perfdocs Bug 1731657: Update facebook warm page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,AlexandruIonescu 2021-09-22 20:40:32 +00:00
performance Bug 1731657: Update facebook warm page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,AlexandruIonescu 2021-09-22 20:40:32 +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 1731657: Update facebook warm page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,AlexandruIonescu 2021-09-22 20:40:32 +00:00
runtimes
specialpowers Bug 1602940 - Manual fixes to fix issues in files. r=Gijs,necko-reviewers,rpl,kershaw 2021-09-06 09:53:52 +00:00
talos Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
tools Bug 1730238: Re-enable these tests on windows 2004. r=ng 2021-09-13 23:57:36 +00:00
tps Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
web-platform Bug 1725850 - part 18: Port editor/libeditor/crashtests/467647-1.html to WPT r=saschanaz 2021-09-22 21:30:54 +00:00
webdriver Bug 1686110 - [webdriver] Release version 0.44.0. r=webdriver-reviewers,jgraham 2021-09-15 19:22:54 +00:00
xpcshell Bug 1695924 - Clear svcparam.odoh after using it, r=necko-reviewers,dragana 2021-09-22 12:31:29 +00:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-21 20:38:16 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium 2021-09-03 20:46:22 +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