Create loading entries for session history in the parent even when session history is disabled
Categories
(Core :: DOM: Navigation, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
References
(Blocks 1 open bug)
Details
(Whiteboard: [7/14] patch bounced)
Attachments
(2 files)
We have some code that decides whether session history is on, and with session history in the parent we only create entries if it is on. In some cases the code that turns on session history runs after we've started a load, and so even though we turn on session history we don't have an entry for the load. We should just always create an entry for a load, and drop it if session history is disabled.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D80882
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D80883
Updated•4 years ago
|
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Backed out for build bustages.
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=309703721&repo=autoland&lineNumber=9671
Backout: https://hg.mozilla.org/integration/autoland/rev/07ea8c07f5ae0a350647b8c45af0f2a3e93382e8
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/67cd3f1beb68
https://hg.mozilla.org/mozilla-central/rev/b5ab9546c28a
Assignee | ||
Updated•4 years ago
|
Description
•