fixing pref ordering issues so camino prefs load last. turning off loading

of favicons at launch time. just too slow.
This commit is contained in:
pinkerton%netscape.com 2003-11-13 20:35:58 +00:00
Родитель a02809c28a
Коммит e3cf218b0c
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -7487,8 +7487,8 @@
}; };
F59A0E320307635401A967F3 = { F59A0E320307635401A967F3 = {
isa = PBXFileReference; isa = PBXFileReference;
name = "all-chimera.js"; name = zzCaminoPrefs.js;
path = "resources/application/all-chimera.js"; path = resources/application/zzCaminoPrefs.js;
refType = 2; refType = 2;
}; };
F59A0E350307639801A967F3 = { F59A0E350307639801A967F3 = {

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

@ -74,3 +74,5 @@ pref("accessibility.typeaheadfind.linksonly", false);
// image resizing // image resizing
pref("browser.enable_automatic_image_resizing", true); pref("browser.enable_automatic_image_resizing", true);
pref("browser.chrome.favicons", false);