Enable BFCache for pages with *unload event listeners on Desktop
Categories
(Core :: DOM: Navigation, enhancement, P3)
Tracking
()
People
(Reporter: neha, Assigned: smaug)
References
(Depends on 2 open bugs)
Details
Enable BFCache enhancements in Desktop for:
- Pages with beforeunload or unload event listeners will now be eligible for BFCache.
- Pages with opener relationships will not be BFCache eligible.
This was enabled for Android in bug 1705734 .
Reporter | ||
Comment 1•3 years ago
|
||
Olli - should we enable this with Fission BFCache implementation?
Assignee | ||
Comment 2•3 years ago
|
||
This is very much unrelated to any Fission work.
We could enable this before shipping Fission or after shipping Fission, but hopefully not when we ship Fission.
Opener relationship restriction is there always with bfcache-in-parent.
I assume the summary of the bug was going to be something else ;)
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 3•3 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
We could enable this before shipping Fission or after shipping Fission, but hopefully not when we ship Fission.
Opener relationship restriction is there always with bfcache-in-parent.
Yes, that's why I thought we can ship this with, but definitely before is better ;)
I assume the summary of the bug was going to be something else ;)
hah that's the job of bugzilla cloning and my oversight. I fixed it now. :)
Reporter | ||
Comment 4•3 years ago
|
||
Assigning to smaug to do after the assigned Fission M7a and M8 work.
Comment 5•3 years ago
|
||
Moving to Enhancement, and changing the priority to P3.
Description
•