Closed
Bug 1519151
Opened 6 years ago
Closed 6 years ago
Support synchonizing BrowsingContext objects over IPC between processes
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
Fission Milestone | M2 |
People
(Reporter: nika, Assigned: farre)
References
Details
While BrowsingContext
has been implemented and in Firefox for a while now, it currently doesn't support actual synchronization between processes. Currently the only synchronization occurs between the content process, and chrome process. We need to support passing BrowsingContext
objects into content processes.
I'll attach a write-up to this bug when I have a more concrete description of the BrowsingContext
sync strategy we will want to use.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Nika's write-up: https://gist.github.com/mystor/c232f332ef5bc95f4d0a644b09563beb
Updated•6 years ago
|
Fission Milestone: --- → M1
Updated•6 years ago
|
Fission Milestone: M1 → M2
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•6 years ago
|
Status: NEW → ASSIGNED
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•