Closed
Bug 1699484
Opened 4 years ago
Closed 4 years ago
Support Timer based bfcache eviction
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The old implementation has timer based bfcache eviction (in addition to other ways to evict). The new implementation should have it too.
Assignee | ||
Comment 1•4 years ago
|
||
The patch makes HistoryTracker rely on SHEntrySharedParentState instead of nsSHEntryShared.
nsSHEntryShared already extends SHEntrySharedParentState.
The test was modified a tiny bit to make it easier to see the results. The test does pass
with SHIP+BFCache.
Assignee | ||
Comment 2•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5df63e5df1a260d41319f32a0294cd45c10f384d
(pushed to try to ensure I don't break non-Fission)
Assignee | ||
Updated•4 years ago
|
Fission Milestone: --- → M7a
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9da85efe17a2 Support Timer based bfcache eviction, r=peterv
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•