gecko-dev/testing
James Graham 5f6066ee8d Bug 1568991 - Test that content overriding listeners doesn't affect script evaluation, r=ato
Gecko had a bug where content would be able to see an internal
onunload handler used to handle the case where the page navigates when
script is running. This test ensures that onunload isn't set when
running a script and that changes to addEventListener from content
aren't visible to the harness internal code.

Differential Revision: https://phabricator.services.mozilla.com/D39523

--HG--
extra : moz-landing-system : lando
2019-07-29 15:07:33 +00:00
..
awsy Bug 1559975 - fix python2 linter errors for testing/awsy r=ahal 2019-07-19 14:37:10 +00:00
config Bug 1564282 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal 2019-07-25 00:46:36 +00:00
crashtest
extensions
firefox-ui Bug 1565818 - Disable the safebrowsing tests on MinGW clang builds r=gcp 2019-07-24 13:41:19 +00:00
geckodriver Backed out changeset 571761c0b3b9 (bug 1569100) for web platform failures on set_timeouts/set.py. CLOSED TREE 2019-07-29 16:41:08 +03:00
gtest Bug 1565497 - Improve android gtest's wait for final output; r=jmaher 2019-07-19 07:56:39 +00:00
jsshell
marionette Bug 1568991 - Ensure marionette event listeners are isolated from content, r=ato,bzbarsky 2019-07-29 08:48:50 +00:00
mochitest Bug 1569235 - Ensure subtest name is a string when parsing test lines r=ahal 2019-07-29 11:08:12 +00:00
modules Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozbase bug 1569143: mozrunner: lint; r=webdriver-reviewers,automatedtester 2019-07-26 12:03:22 +00:00
mozharness Bug 1566171 - Part 3: Add browsertime executable arguments to Raptor command line. r=rwood 2019-07-26 21:30:03 +00:00
profiles Bug 1554326 - Always set toolkit.telemetry.eventping.enabled during unit tests; r=snorp 2019-07-23 14:01:36 +00:00
raptor Bug 1566171 - Part 3: Add browsertime executable arguments to Raptor command line. r=rwood 2019-07-26 21:30:03 +00:00
runtimes Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal 2019-07-16 17:46:06 +00:00
specialpowers Bug 1560032 - part 1: Make `TextEditor` for password allow to copy password when selected range is in unmasked range r=m_kato 2019-07-29 06:21:14 +00:00
talos Bug 1565680 - Track time to render first page of PDF in talos. r=jmaher 2019-07-24 21:03:26 +00:00
tools Bug 1559975 - convert testing/tools/iceserver to python3 syntax r=ahal 2019-07-05 14:28:35 +00:00
tps Bug 1559975 - fix python2 linter errors for testing/tps r=ahal 2019-07-16 17:49:05 +00:00
web-platform Bug 1568991 - Test that content overriding listeners doesn't affect script evaluation, r=ato 2019-07-29 15:07:33 +00:00
webdriver Bug 1569466 - Implement Deserialize for ErrorStatus. r=ato 2019-07-29 09:35:15 +00:00
xpcshell Bug 1563824 - New error NS_ERROR_TOO_MANY_REQUESTS for 429 response r=mayhemer 2019-07-06 21:46:00 +00:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1519369 - support 'debugger' parser argument for mach test command r=ahal,gbrown 2019-07-26 15:18:18 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py Bug 1567332 - Report exception stack in android cppunit tests; r=bc 2019-07-19 14:23:10 +00:00
runcppunittests.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
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