Closed
Bug 1555964
Opened 6 years ago
Closed 5 years ago
Support multiple processes accessing the session history object
Categories
(Core :: DOM: Navigation, task, P3)
Tracking
()
People
(Reporter: peterv, Assigned: peterv)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Currently with the session history moved to the parent we only support the case where all the entries in a session history tree are loaded in the same process. We cache the actors per entry and per session history object. With fission we will need to support multiple actors for the same entry, as the nodes of a tree could be loaded in separate processes.
Updated•6 years ago
|
Updated•6 years ago
|
Fission Milestone: --- → M3
Updated•6 years ago
|
Fission Milestone: M3 → M4
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Split off entries to bug 1563245, we'd like to avoid multiple actors for entries if possible.
Summary: Support multiple processes in session history → Support multiple processes accessing the session history object
Updated•5 years ago
|
Fission Milestone: M4 → M5
Comment 3•5 years ago
|
||
M6 because Peter says this bug doesn't block dogfooding (M5).
Fission Milestone: M5 → M6
Updated•5 years ago
|
Priority: P2 → P3
Comment 4•5 years ago
|
||
Peter says WONTFIX because we're taking a different approach now.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Attachment #9073538 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•