gecko-dev/testing
Benjamin VanderSloot ae1d974be7 Bug 1858143 - "has storage access" should only persist during navigations that do not change the iframe's window origin - r=anti-tracking-reviewers,smaug,pbz
Minor correction from https://phabricator.services.mozilla.com/D184821.
The definition of "same-origin" used in that patch was that the iframe's origin after navigation is the same as the triggering principal.
This was incorrect.
Instead, the origin of the iframe before navigation should be the same as after navigation, which is the frame's document principal at the time this is called.

Also, I found places where I missed adding the new fields to the loadinfo: LocationBase and nsFrameLoader.
And I added the redirect tainting check and a missing nullcheck before calling SetTriggeringWindowId in nsDocShell.

Differential Revision: https://phabricator.services.mozilla.com/D190577
2023-10-26 14:24:14 +00:00
..
awsy
condprofile
config Bug 1859997 - Switch manifestparser to toml instead of tomlkit. r=jmaher,ahal,mach-reviewers 2023-10-26 07:30:55 +00:00
crashtest Bug 1851829 - Do not send close messages for MIDI ports that have already been disconnected from their remote object r=padenot 2023-10-02 07:33:46 +00:00
docs Bug 1857619 - Add docs for confirm failure and other methods to understand try results. r=aryx,calixte 2023-10-10 16:07:08 +00:00
extensions
firefox-ui
geckodriver Backed out 2 changesets (bug 1734538, bug 1633289) for causing local storage related failures 2023-10-25 16:26:47 +03:00
gtest
jsshell
marionette Bug 1274251 - [marionette client] Add proper support for tests to use WebFrame and WebWindow. r=webdriver-reviewers,jdescottes 2023-10-24 05:00:05 +00:00
mochitest Bug 1856464 - Include stack in Assert.rejects r=jmaher 2023-10-26 09:59:26 +00:00
modules Bug 1856464 - Include stack in Assert.rejects r=jmaher 2023-10-26 09:59:26 +00:00
mozbase Bug 1859997 - Switch manifestparser to toml instead of tomlkit. r=jmaher,ahal,mach-reviewers 2023-10-26 07:30:55 +00:00
mozharness Bug 1859997 - Switch manifestparser to toml instead of tomlkit. r=jmaher,ahal,mach-reviewers 2023-10-26 07:30:55 +00:00
perfdocs Bug 1848419 - Make custom-car android available in CI selection. r=perftest-reviewers,taskgraph-reviewers,AlexandruIonescu,bhearsum 2023-10-23 13:50:49 +00:00
performance
profiles Bug 1852243 - Revert changeset 6ffbaf3b4ea8 - [wpt] Enable async touch and wheel events for wpt but not wdspec tests. r=jgraham,hiro CLOSED TREE 2023-10-11 10:08:58 +03:00
raptor Bug 1848419 - Run custom chromium-as-release performance tests on android. r=perftest-reviewers,aglavic 2023-10-23 13:50:49 +00:00
runtimes Bug 1809667 - reduce win/msix and linux/mochitest task timeouts. r=aryx 2023-10-19 21:33:50 +00:00
specialpowers Bug 1818237 - MockFilePicker should be able to return the nsIFile for a selected directory. r=Gijs 2023-10-06 02:56:45 +00:00
talos Bug 1784248 - Convert instant end markers to test duration markers r=perftest-reviewers,kshampur 2023-10-23 12:11:52 +00:00
tools Bug 1532281 [Linux] Don't build with dbus-glib r=glandium 2023-10-12 12:59:08 +00:00
tps
web-platform Bug 1858143 - "has storage access" should only persist during navigations that do not change the iframe's window origin - r=anti-tracking-reviewers,smaug,pbz 2023-10-26 14:24:14 +00:00
webcompat Bug 1838841 - Ship v120.0.0 of the WebCompat System Addon; r=ksenia,webcompat-reviewers 2023-10-18 16:28:46 +00:00
webdriver Backed out 2 changesets (bug 1734538, bug 1633289) for causing local storage related failures 2023-10-25 16:26:47 +03:00
xpcshell Bug 1859819 - fix is_ubuntu to be accurate on windows xpcshell. r=gbrown 2023-10-18 17:30:18 +00:00
addtest.py Bug 1854701 - fix mach addtest so it can cope with toml manifests, r=jmaher 2023-10-24 21:46:10 +00:00
cppunittest.ini
mach_commands.py Bug 1832059 - Add MachTestRunner in mach test for mozperftest integration. r=jmaher 2023-10-24 13:05:49 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1856113 - add more protections around test-info-all calls to runcount. r=aryx 2023-10-05 11:55:54 +00:00
testsuite-targets.mk

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