Closed
Bug 1335919
Opened 9 years ago
Closed 3 years ago
Toggling dom.indexeddb.enabled to false breaks IndexedDB for WebExtensions
Categories
(WebExtensions :: General, defect, P5)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wbamberg, Unassigned)
References
()
Details
(Whiteboard: triaged)
If you visit about:config and toggle dom.indexeddb.enabled to false, then WebExtensions can no longer use IndexedDB, even in background scripts.
There's some history here, in which dom.indexeddb.enabled was made content-only (bug 1079355) partly to enable bootstrapped add-ons to rely on it (bug 1122204).
Comment 1•9 years ago
|
||
This technically isn't a supported configuration, but I suppose we may as well fix it just to avoid the headaches it's likely to cause.
Assignee: nobody → kmaglione+bmo
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: triaged
Updated•8 years ago
|
Assignee: kmaglione+bmo → nobody
Priority: P2 → P5
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•3 years ago
|
Severity: normal → S3
Comment 3•3 years ago
|
||
Pref was removed in bug 1488583.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•