Closed
Bug 1082338
Opened 11 years ago
Closed 11 years ago
'dom.indexedDB.enabled = false' makes firefox unable to load completely
Categories
(Core :: Storage: IndexedDB, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1079355
People
(Reporter: yohann.jardin, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20141013104125
Steps to reproduce:
In about:config, add
Preference : dom.indexedDB.enabled
Value : false
Or modify pref.js to add
user_pref("dom.indexedDB.enabled", false);
Actual results:
- On launch, firefox doesn't load past session.
- Nothing happen when I click on the "group your tabs" button
- On new tab page, no sites are pinned.
Expected results:
- On launch, firefox should load past session.
- When clicking on the "group your tabs" button, a new page should appear with group tabs.
- On new tab page, sites in pref.js should be pinned.
Well, I suspect firefox stops to read pref.js at line user_pref("dom.indexedDB.enabled", false);
Last good revision : 9d66436af432 (2014-09-29)
First bad revision : 7c24470b6b3a (2014-09-30)
I am not sure whether it is link to https://bugzilla.mozilla.org/show_bug.cgi?id=1067553 / https://bugzilla.mozilla.org/show_bug.cgi?id=553412 , or not.
That pref is not supported. We should just remove it.
Flags: needinfo?(bent.mozilla)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(bent.mozilla)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•