Closed
Bug 1542791
Opened 6 years ago
Closed 6 years ago
Add a per-window flag for enabling out-of-process subframes
Categories
(Core :: DOM: Content Processes, enhancement, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Assignee | ||
Comment 1•6 years ago
|
||
This code builds on top of the E10S "remote tabs" configuration system to add a
system for specifying that remote subframes should be used. Fission can be
enabled for a window by including the "fission" flag in options when opening
the window.
Assignee | ||
Comment 2•6 years ago
|
||
This should make it easier to tell whether a particular window is
fission-enabled as testing with fission enabled improves.
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2846ae721033
Part 1: Support enabling out-of-process iframes with per-frame granularity, r=mconley
https://hg.mozilla.org/integration/autoland/rev/32161364d032
Part 2: Add a [F] marker to fission-enabled tabs, r=mconley
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2846ae721033
https://hg.mozilla.org/mozilla-central/rev/32161364d032
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•