Bug 1488825 - Enable ExtensionStorageIDB backend on all channels. r=aswan

This patch enables the WebExtensions "browser.storage.local" IndexedDB backend
on non-Nightly channels.

Differential Revision: https://phabricator.services.mozilla.com/D16717

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Luca Greco 2019-01-16 23:47:44 +00:00
Родитель 993aa144a0
Коммит 220c6752d7
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -5124,11 +5124,7 @@ pref("extensions.webextensions.userScripts.enabled", false);
pref("extensions.webextensions.background-delayed-startup", false);
// Whether or not the installed extensions should be migrated to the storage.local IndexedDB backend.
#ifdef NIGHTLY_BUILD
pref("extensions.webextensions.ExtensionStorageIDB.enabled", true);
#else
pref("extensions.webextensions.ExtensionStorageIDB.enabled", false);
#endif
// if enabled, store execution times for API calls
pref("extensions.webextensions.enablePerformanceCounters", true);