Enable ExtensionStorageIDB backend on all channels
Categories
(WebExtensions :: Storage, enhancement, P1)
Tracking
(firefox66+ verified)
People
(Reporter: rpl, Assigned: rpl)
References
Details
Attachments
(2 files)
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Tracking to keep an eye on this for 66 release.
Assignee | ||
Comment 2•6 years ago
|
||
Based on the results from the shield experiment we did run during December, the general QuotaManagerService/IndexedDB initialization issues tracked by the meta Bug 1482662 (which may make some users to fall back to the current storage.local JSONFile backend, if their profile is affected by this issue) should have a pretty low incidence on Beta (and not higher than the incidence we saw in Nightly) and so we are going to proceed on turning on the "storage.local IDB backend" (enabled by default on Nightly since Firefox 63) also on the other channels.
The patch that I'll attach is not going to change anything on Nightly, as it is already enabled and QA verified, but once it reaches Beta all the extensions will start to be migrated from the JSONFile backend to the IndexedDB backend on every profile on which the new beta builds are going to run, and so it seems worth to explicitly run a QA verification on Beta as we did on Nightly (once the patch reaches a Beta build).
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
bugherder |
This issue is verified as fixed on Firefox 66.0b3(20190128143734) under Win 7 64-bit and Mac OS X 10.14.1
The preference extensions.webextensions.ExtensionStorageIDB.enabled is set to true by default.
Please see the attached screenshot.
Description
•