Bug 549272: Initialize the mozilla.widget.render-mode pref in all.js. r=vlad

This commit is contained in:
Bas Schouten 2010-03-03 09:29:57 +00:00
Родитель 94b1deeb62
Коммит 82947f6482
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2832,6 +2832,9 @@ pref("mozilla.widget.disable-native-theme", true);
pref("gfx.color_management.mode", 0);
#endif
// Initialize default render-mode.
pref("mozilla.widget.render-mode", -1);
// Enable/Disable the geolocation API for content
pref("geo.enabled", true);