зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1517090 - Enable Next Generation Local Storage Implementation on Nightly (second try); r=asuth
Reviewers: asuth Reviewed By: asuth Bug #: 1517090 Differential Revision: https://phabricator.services.mozilla.com/D22603 --HG-- extra : rebase_source : 9d2e8825d485e3c274c3ea93ab491f6c87c8741e
This commit is contained in:
Родитель
ea579976b2
Коммит
5fa0feee1f
|
@ -1301,9 +1301,9 @@ pref("dom.serviceWorkers.disable_open_click_delay", 1000);
|
|||
|
||||
pref("dom.storage.enabled", true);
|
||||
// Whether or not LSNG (Next Generation Local Storage) is enabled.
|
||||
// See bug 1510410 for enabling this on Nightly.
|
||||
// See bug 1517090 for enabling this on Nightly.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("dom.storage.next_gen", false);
|
||||
pref("dom.storage.next_gen", true);
|
||||
#else
|
||||
pref("dom.storage.next_gen", false);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче