Closed
Bug 1742689
Opened 3 years ago
Closed 3 years ago
Block things loaded in the large allocation process from the BFCache with BFCache in the parent
Categories
(Core :: DOM: Navigation, enhancement, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
With BFCache in the parent, if we keep things in the BFCache then we're keeping the process alive which seems suboptimal. As a result, there's some tests that start failing if we turn on BFCache in the parent without Fission, because they check that the process is shut down correctly.
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3c9868c189e
Block things loaded in the large allocation process from the BFCache with BFCache in the parent. r=nika
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•