Closed
Bug 1508642
Opened 6 years ago
Closed 6 years ago
Provide correct triggering principal in nsSHistory.cpp
Categories
(Core :: DOM: Navigation, enhancement, P2)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: jkt, Assigned: jkt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In nsSHistory we create a nsDocShellLoadState without providing a triggeringPrincipal, in Bug 1508609 I'm going to change this to system principal as it's inferred currently anyway when passed.
However we should clean this up and use some form of serialized session history triggering principal here.
Assignee | ||
Comment 1•6 years ago
|
||
Checking breakage here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5e2e00fe4c5b923de0ed073d02a8b5ac4ae1a3f5
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jkt
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by jkingston@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf28e3669e47
Add in session history triggering principal to nsSHistory. r=ckerschb
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•