Closed
Bug 1713098
Opened 3 years ago
Closed 3 years ago
modifySessionStorage in browser/components/sessionstore/test/head.js is broken with Fission
Categories
(Firefox :: Session Restore, defect, P2)
Firefox
Session Restore
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
modifySessionStorage
does a SpecialPowers.spawn
to a browser
then modifies session storage from then content script.
If {frameIndex: index}
is passed it picks the subframe at content.frames[index]
and tries to modify storage for the content
of that frame, which might be in another process.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S3
Fission Milestone: --- → M7a
Priority: -- → P2
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a26814fc60b
Make modifySessionStorage use browsing context to get subframe. r=kashav
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•