зеркало из https://github.com/mozilla/pjs.git
Turn session restore back on. Tests show a performance problem. See bug 398807.
This commit is contained in:
Родитель
1fa1d9e09a
Коммит
96bf11dfd6
|
@ -553,7 +553,7 @@ pref("browser.EULA.2.accepted", true);
|
|||
// if we rev the EULA again, we should bump this so users agree to the new EULA
|
||||
pref("browser.EULA.version", 2);
|
||||
|
||||
pref("browser.sessionstore.enabled", false);
|
||||
pref("browser.sessionstore.enabled", true);
|
||||
pref("browser.sessionstore.resume_from_crash", true);
|
||||
pref("browser.sessionstore.resume_session_once", false);
|
||||
|
||||
|
|
|
@ -50,8 +50,8 @@ XPIDLSRCS = \
|
|||
|
||||
DIRS = src
|
||||
|
||||
#ifdef MOZ_MOCHITEST
|
||||
#DIRS += test
|
||||
#endif
|
||||
ifdef MOZ_MOCHITEST
|
||||
DIRS += test
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче