mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
e620d25a35
This change stores a generated nsID directly on the LoadInfo, rather than the full SandboxedLoadingPrincipal. This allows for the sandboxed principal to be constructed from GetChannelResultPrincipal using the unsandboxed result principal as a precursor, rather than the loading principal. The nsID is reset by HttpChannelBase whenever a non-internal redirect occurs to reduce the chance of multiple null result principals during a redirect with the same nsID, but different precursors. Depends on D119692 Differential Revision: https://phabricator.services.mozilla.com/D119693 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |