Cached browsing contexts are currently not working
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
(Blocks 1 open bug)
Details
(Whiteboard: [4/29] patches pushed)
Attachments
(2 files, 1 obsolete file)
Add a cache of browsing contexts to browsing context groups to handle browsing context bf cache.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D28668
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D28669
Assignee | ||
Comment 4•6 years ago
|
||
So, turns out that bc bfcache was actually kind of working.
Part 1 contains the stuff that was missing to actually sync to all participating children.
Part 2 contains the move of the cache from the BrowsingContext compilation unit to a member in the BrowsingContext's group.
Part 3 separates detaching from caching to be able to more clearly see the cache in action.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment on attachment 9060424 [details]
Bug 1471869 - Re-attached cached contexts in bulk. r=nika
Revision D28670 was moved to bug 1471869. Setting attachment 9060424 [details] to obsolete.
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7cd8cc12be3d
https://hg.mozilla.org/mozilla-central/rev/27b0545208f8
Description
•