Closed
Bug 1532661
Opened 6 years ago
Closed 6 years ago
Support syncing complete BrowsingContextGroups over IPC
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
This is needed to support adding new content processes to participate in the browsing context group dynamically.
This patch does not cover allowing a content process to leave the BrowsingContextGroup.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D22190
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D22191
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D22192
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D22193
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D23047
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/84d076d2163d
Part 1: Perform basic validation on CanonicalBrowsingContext, r=farre
https://hg.mozilla.org/integration/autoland/rev/a39da23d450b
Part 2: Use a field list macro header for synced fields, r=farre
https://hg.mozilla.org/integration/autoland/rev/58f77fa35eea
Part 3: Add WillSetX and DidSetX callbacks for BrowsingContext synced fields, r=farre
https://hg.mozilla.org/integration/autoland/rev/9ce1a2365aff
Part 4: Support initializing complete BrowsingContextGroups in a single op with an IPCInitializer struct, r=farre
https://hg.mozilla.org/integration/autoland/rev/856a3d16a4ca
Part 5: Make the BrowsingContext opener edge a weak reference, r=farre
https://hg.mozilla.org/integration/autoland/rev/97c2ee22169c
Part 6: Clean up BrowsingContext references more reliably, r=farre
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/84d076d2163d
https://hg.mozilla.org/mozilla-central/rev/a39da23d450b
https://hg.mozilla.org/mozilla-central/rev/58f77fa35eea
https://hg.mozilla.org/mozilla-central/rev/9ce1a2365aff
https://hg.mozilla.org/mozilla-central/rev/856a3d16a4ca
https://hg.mozilla.org/mozilla-central/rev/97c2ee22169c
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 10•6 years ago
|
||
Part 1 here broke mouse events for out-of-process iframes. Bug 1539069.
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•