32017: Switch back extensions.webextensions.ExtensionStorageIDB.enabled = true
Closes #32017 (closed).
I tested a bit and I think we can avoid having migration code for this (e.g. resetting possible extensions.webextensions.ExtensionStorageIDB.migrated.*
prefs). That would in any case only affect alpha
versions, since we never had extensions.webextensions.ExtensionStorageIDB.enabled = true
in release. But I did not see data loss in the scenarios I tested (migrating from 68 with ExtensionStorageIDB = false
but extensions.webextensions.ExtensionStorageIDB.migrated.* = true
, possibly with Services.qms.clear()
executed). So, just doing a fixup to the prefs overrides.