Bug 1474562 - Enable ExtensionStorageIDB on Nightly. r=mixedpuppy

MozReview-Commit-ID: 2YzrVdMSE4q

--HG--
extra : rebase_source : ace9a8762f3299999183480ea7484541e40fffe5
This commit is contained in:
Luca Greco 2018-07-26 19:28:19 +02:00
parent af95ada6ba
commit 4984c5ed77

View File

@ -4989,7 +4989,11 @@ pref("extensions.webextensions.tabhide.enabled", true);
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", false);