Open
Bug 1587358
Opened 6 years ago
Updated 3 years ago
Error when issuing "browser:purge-session-history" when browser.privatebrowsing.autostart = true
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
UNCONFIRMED
People
(Reporter: acat, Unassigned)
Details
Executing Services.obs.notifyObservers(null, "browser:purge-session-history"); when browser.privatebrowsing.autostart = true results in a console error: Error: _initWorker called too early! Please read the session file from disk first. SessionFile.jsm:375:15.
This can be reproduced via UI by setting Never remember history in about:preferences#privacy and using the Forget (panic button) feature which can be made visible via Customize... in burger menu.
Updated•6 years ago
|
Priority: -- → P2
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → DOM: Navigation
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•