Closed
Bug 1445459
Opened 7 years ago
Closed 5 years ago
Modify Session Restore to function on the new Child/ParentSHistory APIs
Categories
(Firefox :: Session Restore, task, P2)
Firefox
Session Restore
Tracking
()
RESOLVED
DUPLICATE
of bug 1507287
| Fission Milestone | M5 |
People
(Reporter: nika, Assigned: alchen)
References
(Blocks 1 open bug)
Details
In bug 1438272 we are going to be moving Session History to the parent process. This will break a large amount of Session Restore code, as it depends on reading this state from the content process.
However, we're actually going to be moving this state into a more useful place (It'll be in the parent process!) and we'll be synchronizing a more complete version of session history (e.g. form field state will be in the parent process), meaning that we can probably simplify Session Restore and avoid the polling overhead in the content process.
Comment 1•7 years ago
|
||
mconley - are we starting to track front-end Fission work anywhere yet?
Flags: needinfo?(mconley)
Priority: -- → P2
Comment 2•7 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #1)
> mconley - are we starting to track front-end Fission work anywhere yet?
No, not yet. At this point, there's not a whole lot we can do until APIs become exposed to us to transition to. In the meantime, felipe is working on reducing script overhead in content process start-up time as a semi-related project.
Flags: needinfo?(mconley)
Updated•7 years ago
|
Blocks: site-isolation
Summary: Rework Session Restore for the upcoming changes to Session History → Modify Session Restore to function on the new Child/ParentSHistory APIs
| Reporter | ||
Updated•7 years ago
|
Assignee: nika → nobody
Comment 3•7 years ago
•
|
||
As part of this I expect/hope that the SessionStore:restoreHistory/SessionStore:restoreTabContent messages will be trimmed to only send per-origin data to the relevant content process; as what I'm seeing now is more of a complete picture of all session being sent to a content process.
Updated•6 years ago
|
Updated•6 years ago
|
Fission Milestone: --- → M4
Updated•6 years ago
|
Assignee: nobody → alchen
Status: NEW → ASSIGNED
Type: enhancement → task
Updated•6 years ago
|
Fission Milestone: M4 → M5
Updated•6 years ago
|
Priority: P2 → P1
Updated•6 years ago
|
Priority: P1 → P2
| Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•