Closed
Bug 1705716
Opened 4 years ago
Closed 4 years ago
Unload "SessionStore:update" messages are broken for navigations with SHIP
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
DUPLICATE
of bug 1706445
People
(Reporter: u608768, Unassigned)
References
Details
In a cross origin navigation, the browser gets a new frameloader before ContentSessionStore sees the unload (or maybe before SessionStore gets the isFinal "SessionStore:update"?), so we exit in the frameLoader != aMessage.targetFrameLoader
case, and don't run any of the isFinal code.
This might be the reason that browser_windowStateContainer.js is failing.
Will be fixed by bug 1706445.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•