mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
ae1d974be7
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 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webcompat | ||
webdriver | ||
xpcshell | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testinfo.py | ||
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