Closed
Bug 1730977
Opened 3 years ago
Closed 3 years ago
Check the existence of requests before calling Stop()
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
The old bfcache implementation calls CanSavePresentation before Stop() call in DocShell, so should the new one. The flag updates to parent side work fine when going back in session history, but not when loading a new page (because of this Stop() call).
This should fix one part of bug 1729545
Patch coming
Assignee | ||
Updated•3 years ago
|
Summary: Check the existence of requests before calling Stop() for the new page load → Check the existence of requests before calling Stop()
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae7324598802
Check the existence of requests before calling Stop(), r=peterv
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Comment 4•3 years ago
|
||
Don't need to uplift to Beta 93
status-firefox92:
--- → disabled
status-firefox93:
--- → wontfix
status-firefox-esr78:
--- → disabled
status-firefox-esr91:
--- → disabled
You need to log in
before you can comment on or make changes to this bug.
Description
•