droping the explict font names and sizes for now. Ignoring ignored security dialogs. Adding a pref that only works in my build which makes the (X) close box be an (ok) box. widget changes are required to honor this pref. npodb

This commit is contained in:
dougt%meer.net 2005-07-19 19:50:12 +00:00
Родитель 0db408e132
Коммит 9ba372350c
1 изменённых файлов: 7 добавлений и 61 удалений

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

@ -53,67 +53,6 @@ pref("dom.disable_window_open_feature.titlebar", false);
pref("dom.disable_window_open_feature.toolbar", false);
pref("dom.disable_window_status_change", false);
pref("font.default", "sans-serif");
pref("font.name.monospace.x-western", "Lucida Console");
pref("font.name.sans-serif.x-western", "Arial Black");
pref("font.name.serif.x-western", "Bitstream Vera Serif");
pref("font.language.group", "chrome://navigator/locale/navigator.properties");
pref("font.size.fixed.ar", 8);
pref("font.size.fixed.el", 8);
pref("font.size.fixed.he", 8);
pref("font.size.fixed.ja", 8);
pref("font.size.fixed.ko", 8);
pref("font.size.fixed.th", 8);
pref("font.size.fixed.tr", 8);
pref("font.size.fixed.x-baltic", 8);
pref("font.size.fixed.x-central-euro", 8);
pref("font.size.fixed.x-cyrillic", 8);
pref("font.size.fixed.x-devanagari", 8);
pref("font.size.fixed.x-tamil", 8);
pref("font.size.fixed.x-armn", 8);
pref("font.size.fixed.x-beng", 8);
pref("font.size.fixed.x-cans", 8);
pref("font.size.fixed.x-ethi", 8);
pref("font.size.fixed.x-geor", 8);
pref("font.size.fixed.x-gujr", 8);
pref("font.size.fixed.x-guru", 8);
pref("font.size.fixed.x-khmr", 8);
pref("font.size.fixed.x-mlym", 8);
pref("font.size.fixed.x-unicode", 8);
pref("font.size.fixed.x-western", 8);
pref("font.size.fixed.zh-CN", 8);
pref("font.size.fixed.zh-HK", 8);
pref("font.size.fixed.zh-TW", 8);
pref("font.size.unit", "pt");
pref("font.size.variable.ar", 7);
pref("font.size.variable.el", 7);
pref("font.size.variable.he", 7);
pref("font.size.variable.ja", 7);
pref("font.size.variable.ko", 7);
pref("font.size.variable.th", 7);
pref("font.size.variable.tr", 7);
pref("font.size.variable.x-baltic", 7);
pref("font.size.variable.x-central-euro", 7);
pref("font.size.variable.x-cyrillic", 7);
pref("font.size.variable.x-devanagari", 7);
pref("font.size.variable.x-tamil", 7);
pref("font.size.variable.x-armn", 7);
pref("font.size.variable.x-beng", 7);
pref("font.size.variable.x-cans", 7);
pref("font.size.variable.x-ethi", 7);
pref("font.size.variable.x-geor", 7);
pref("font.size.variable.x-gujr", 7);
pref("font.size.variable.x-guru", 7);
pref("font.size.variable.x-khmr", 7);
pref("font.size.variable.x-mlym", 7);
pref("font.size.variable.x-unicode", 7);
pref("font.size.variable.x-western", 7);
pref("font.size.variable.zh-CN", 7);
pref("font.size.variable.zh-HK", 7);
pref("font.size.variable.zh-TW", 7);
pref("image.animation_mode", "normal");
pref("images.dither", "auto");
pref("intl.accept_charsets", "iso-8859-1,*,utf-8");
@ -206,4 +145,11 @@ pref("ui.key.menuAccessKeyFocuses", false);
pref("ui.key.saveLink.shift", true);
pref("viewmanager.do_doublebuffering", true);
pref("security.warn_entering_secure", false);
pref("security.warn_entering_weak", false);
pref("security.warn_leaving_secure", false);
pref("security.warn_submit_insecure", false);
pref("network.autodial-helper.enabled", true);
pref("config.wince.useOKBtn", true);