Closed
Bug 1678430
Opened 4 years ago
Closed 4 years ago
Delay suspending progress events from old BrowserParent
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1663757
Fission Milestone | M7 |
People
(Reporter: annyG, Unassigned)
References
(Blocks 1 open bug)
Details
Delay suspending progress events from old BrowserParent until right before we are about to call ChangeRemoteness
synchronously. Currently it's done here, at a point after which there can still be failures with starting a load or switching processes.
Filing this as a result of a discussion with Nika about bug 1661833.
Reporter | ||
Comment 1•4 years ago
|
||
One way to do this is to add a callback to ChangeRemoteness
that will be executed just before changing remoteness.
Comment 3•4 years ago
|
||
This may be important for the changes :peterv is looking into doing for BFCache+Fission after today's SHIP meeting.
Flags: needinfo?(peterv)
Comment 4•4 years ago
|
||
Nika mentioned this will be fixed as part of her fix in Bug 1663757.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(peterv)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•