Closed
Bug 1581384
Opened 5 years ago
Closed 5 years ago
Tab crash when IndexedDB is disabled
Categories
(Core :: Storage: IndexedDB, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1488583
People
(Reporter: allo, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
-
Set "dom.indexedDB.enabled=false"
-
Visit Youtube.com
-
Tab crash
-
Set "dom.indexedDB.enabled=false"
-
Install CanvasBlocker
-
Visit any site
Actual results:
Tab crash
Expected results:
Tabs should never crash
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → DOM: IndexedDB
Product: Firefox → Core
On the CanvasBlocker part it's the usage of browser.storage.local.get() in the content script that triggers the crash.
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•