Closed
Bug 1742689
Opened 4 years ago
Closed 4 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
Details
Attachments
(1 file)
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•4 years ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 1•4 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•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 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
•