Moving pref around to test to see if hg.mozilla.org/mobile-browser is dead or not

--HG--
extra : rebase_source : da5c3aa5cdcc59e2add809b7ef6221873e588b1d
This commit is contained in:
Doug Turner 2011-01-06 10:28:16 -08:00
Родитель fd153ed3ee
Коммит f1999e6ec2
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -109,6 +109,10 @@ pref("network.http.max-persistent-connections-per-proxy", 4);
pref("network.autodial-helper.enabled", true);
#endif
// See bug 545869 for details on why these are set the way they are
pref("network.buffer.cache.count", 24);
pref("network.buffer.cache.size", 16384);
/* history max results display */
pref("browser.display.history.maxresults", 100);
@ -498,10 +502,6 @@ pref("font.default.x-user-def", "SwissA");
pref("font.default.x-western", "SwissA");
#endif
// See bug 545869 for details on why these are set the way they are
pref("network.buffer.cache.count", 24);
pref("network.buffer.cache.size", 16384);
// sync service
pref("services.sync.client.type", "mobile");
pref("services.sync.registerEngines", "Tab,Bookmarks,Form,History,Password");