Turn session restore back on. Tests show a performance problem. See bug 398807.

This commit is contained in:
sayrer%gmail.com 2007-10-05 23:28:28 +00:00
Родитель 1fa1d9e09a
Коммит 96bf11dfd6
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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