зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1516241 - Disable LSNG pref on Nightly; r=gsvelto
This commit is contained in:
Родитель
72f02a2ecc
Коммит
182e21efeb
|
@ -1286,7 +1286,7 @@ pref("dom.storage.enabled", true);
|
|||
// Whether or not LSNG (Next Generation Local Storage) is enabled.
|
||||
// See bug 1510410 for enabling this on Nightly.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("dom.storage.next_gen", true);
|
||||
pref("dom.storage.next_gen", false);
|
||||
#else
|
||||
pref("dom.storage.next_gen", false);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче