Open
Bug 1529773
Opened 6 years ago
Updated 2 years ago
Consolidate implementation of SwapFrameloaders in nsFrameLoader
Categories
(Core :: DOM: Navigation, task, P3)
Core
DOM: Navigation
Tracking
()
NEW
Fission Milestone | Future |
People
(Reporter: qdot, Unassigned)
References
Details
We currently have two implementations of SwapFrameloader. One for tabs in the same process, and one for swapping processes completely. They mostly do the same thing. We should really just have a single implementation that manages the special requirements of each swap type as needed.
Updated•6 years ago
|
Fission Milestone: --- → Future
Reporter | ||
Updated•5 years ago
|
Assignee: kyle → nobody
Updated•5 years ago
|
Type: enhancement → task
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•