Closed
Bug 1687495
Opened 4 years ago
Closed 4 years ago
browser_586068-reload.js times out with fission due to old-style process switch
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1668084
Fission Milestone | M7 |
People
(Reporter: jesup, Assigned: jesup)
Details
Per discussion, this times out after reloading the first tab due to sessionstore using old-style process switch, and we also get a documentchannel process switch.
The solution here is to get rid of the old-style switch (messagemanager), and implement a way for a content process to ask the parent for state data for sub-frames.
Related to andreas' bug 1572084
May make sense to implement in C++
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
No longer blocks: 1648158, fission-sessionstore, 1597499, 1602486, 1602687, 1654427, 1673617, 1674871, ship-failures
No longer depends on: 1572084
You need to log in
before you can comment on or make changes to this bug.
Description
•