gecko-dev/testing
Nika Layzell 182e87b678 Bug 1694993 - Part 4: Copy session storage before loading, and only for newly created windows, r=smaug
Previously we would copy session storage even if we were not opening a new
window, meaning that a targeted load could re-trigger a copy. This was not
specified in the standard so is being changed to only copy when a new window is
created. In addition, the copy was moved before navigaton starts, again for
more consistency with ordering for the standard, such that things like
`javascript:` URI loads will oberve the up-to-date session storage.

Depends on D154565

Differential Revision: https://phabricator.services.mozilla.com/D154566
2022-08-22 15:35:28 +00:00
..
awsy
condprofile Bug 1780132 - catch common exception from the condprof scenario. r=sparky 2022-08-12 12:13:44 +00:00
config Bug 1771520: update win hostutils r=gbrown 2022-06-23 17:23:46 +00:00
crashtest Bug 1770075 - Unlink preserved wrapper in RTCRtpTransceiver. r=bwc 2022-06-19 16:18:00 +00:00
docs Bug 1776589 - add add_setup to mochitest-plain r=ahal 2022-08-04 19:09:07 +00:00
extensions
firefox-ui Bug 1667455 - Part 13: Stop importing Services.jsm from marionette tests. r=kmag,webdriver-reviewers,jdescottes 2022-07-11 12:41:54 +00:00
fxrecord/perfdocs
geckodriver Bug 1776264 - [geckodriver] Update releasing documentation for auditing step. r=webdriver-reviewers,jgraham 2022-07-12 09:55:50 +00:00
gtest Bug 1756057 - In GTest have FOG init when the runner runs, instead of in some random test r=janerik 2022-07-20 14:54:57 +00:00
jsshell
marionette Bug 1769994 - [remote] Resolve localhost to an IP before starting httpd.js. r=webdriver-reviewers,jdescottes 2022-08-19 18:48:49 +00:00
mochitest Bug 1759604, check CanDropLink during the drop event as sites can cancel the dragover event causing the drop event to still fire, r=arai 2022-08-19 22:15:50 +00:00
modules Bug 1782008 - Remove now unnecessary .eslintrc.js files. r=webcompat-reviewers,extension-reviewers,media-playback-reviewers,pip-reviewers,denschub,rpl,alwu,mossop 2022-08-03 11:16:20 +00:00
mozbase Bug 1769791, part 1 - Remove support for setting permissions in mozprofile. r=jmaher 2022-08-18 22:14:53 +00:00
mozharness Bug 1784857 - ride along: fix some 'line too long' r=linter-reviewers,andi 2022-08-15 20:09:05 +00:00
perfdocs Bug 1784349 - Don't use -moz-bool-pref for flexbox -moz-box emulation. r=dholbert,perftest-reviewers,sparky 2022-08-11 23:22:52 +00:00
performance Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur 2022-08-09 14:55:55 +00:00
profiles Bug 1786210: Remove mentions of unused pref gfx.font_loader.interval. r=emilio 2022-08-21 23:45:56 +00:00
raptor Bug 1768558 Run new "Fenix-Fission" and "GeckoView-Fission" perf tests on AWFY r=perftest-reviewers,sparky,jmaher 2022-08-11 13:13:10 +00:00
runtimes
specialpowers Bug 1777486 - Part 2: Migrate XPCOMUtils.jsm consumers with automatic migration. r=webdriver-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,kmag,owlish,whimboo 2022-07-12 04:21:34 +00:00
talos Bug 1784243 - Change the talos marker categories to Test r=florian,perftest-reviewers,sparky 2022-08-12 19:23:05 +00:00
tools
tps
web-platform Bug 1694993 - Part 4: Copy session storage before loading, and only for newly created windows, r=smaug 2022-08-22 15:35:28 +00:00
webcompat
webdriver Backed out changeset 0d0c8aa6e1d0 (bug 1746601) for causing wpt failures on iframe-chains.html. CLOSED TREE 2022-08-04 19:24:20 +03:00
xpcshell Bug 1785308 - Use the Popen cleanup workaround in more places in runxpcshelltests.py. r=jmaher 2022-08-18 13:42:30 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1776013 - Add SIMD memchr-like implementations to MFBT r=iain 2022-07-14 18:30:27 +00:00
mach_commands.py Bug 1785321 - fix edge case in ./mach test-info failure-report. r=aryx 2022-08-17 21:21:26 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1777063 - add intermittent failure data to test-info report. r=gbrown 2022-07-20 19:10:39 +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