[Meta] Identify and collect all state that needs to move from docshells, windows, and documents into their corresponding synchronized contexts
Categories
(Core :: DOM: Core & HTML, task, P2)
Tracking
()
Fission Milestone | Future |
People
(Reporter: djvj, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: meta)
Apologies for the long title.
This bug tracks all the pieces of data (basically fields) that fit the following criteria:
-
The data resides in the DocShell, Window, Document, or other structures which are not replicated across processes.
-
The data may be accessed by code that is executing in a different process context.
-
The information in the data is not consequential to security considerations, and can be replicated across all processes.
These pieces of data are candidates to either be moved outright, or at least synchronized with the process-replicated structures like BrowsingContext, and WindowContext (does not exist yet - proposed by Nika).
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•4 years ago
|
||
removing fission milestone since this is a meta bug
Comment 2•4 years ago
|
||
Assigning to Fission Future because only one dependency (Bug 1585077) is left and that's tracking Fission Future.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•