mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 549272: Initialize the mozilla.widget.render-mode pref in all.js. r=vlad
This commit is contained in:
parent
94b1deeb62
commit
82947f6482
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user