Closed Bug 1648038 Opened 4 years ago Closed 4 years ago

Create loading entries for session history in the parent even when session history is disabled

Categories

(Core :: DOM: Navigation, enhancement, P2)

enhancement

Tracking

()

RESOLVED FIXED
mozilla80
Fission Milestone M6a
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.

Fission Milestone: --- → M6a
Priority: -- → P2
Pushed by pvanderbeken@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b6b620d72e6b Don't require session history object when creating an entry. r=smaug https://hg.mozilla.org/integration/autoland/rev/78b8a2b9277a Create session history entry in the parent without checking if session history is on for the browsing context, because we only find out later if session history is disabled. r=smaug
Whiteboard: [7/14] patch bounced
Pushed by pvanderbeken@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/67cd3f1beb68 Don't require session history object when creating an entry. r=smaug https://hg.mozilla.org/integration/autoland/rev/b5ab9546c28a Create session history entry in the parent without checking if session history is on for the browsing context, because we only find out later if session history is disabled. r=smaug
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Flags: needinfo?(peterv)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: