Open
Bug 1716073
Opened 3 years ago
Unify different ways of updating session store epoch
Categories
(Firefox :: Session Restore, task)
Firefox
Session Restore
Tracking
()
NEW
Fission Milestone | Future |
People
(Reporter: annyG, Unassigned)
References
(Blocks 1 open bug)
Details
This came up when I was working on Bug 1709136, because we realized there was a place where the epoch was not being updated (so I had to add a requestEpochUpdate
call from within resetEpoch
in SessionStore.jsm).
More generally, currently we change the epoch from multiple places and sometimes we forget to update it. Kashav suggested that maybe the solution would be to have the update only in browsing context.
You need to log in
before you can comment on or make changes to this bug.
Description
•