mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1019159 - Remove unused category registration prefs. r=gwagner
This commit is contained in:
parent
5742c17bb8
commit
72fe4e8690
@ -427,8 +427,6 @@ pref("network.gonk.ms-release-mms-connection", 30000);
|
||||
|
||||
// WebContacts
|
||||
pref("dom.mozContacts.enabled", true);
|
||||
pref("dom.navigator-property.disable.mozContacts", false);
|
||||
pref("dom.global-constructor.disable.mozContact", false);
|
||||
|
||||
// Shortnumber matching needed for e.g. Brazil:
|
||||
// 03187654321 can be found with 87654321
|
||||
@ -493,7 +491,6 @@ pref("dom.mozApps.single_variant_sourcedir", "/persist/svoperapps");
|
||||
|
||||
// WebSettings
|
||||
pref("dom.mozSettings.enabled", true);
|
||||
pref("dom.navigator-property.disable.mozSettings", false);
|
||||
pref("dom.mozPermissionSettings.enabled", true);
|
||||
|
||||
// controls if we want camera support
|
||||
|
@ -3995,8 +3995,6 @@ pref("dom.sms.defaultServiceId", 0);
|
||||
|
||||
// WebContacts
|
||||
pref("dom.mozContacts.enabled", false);
|
||||
pref("dom.navigator-property.disable.mozContacts", true);
|
||||
pref("dom.global-constructor.disable.mozContact", true);
|
||||
|
||||
// WebAlarms
|
||||
pref("dom.mozAlarms.enabled", false);
|
||||
|
@ -141,8 +141,6 @@ user_pref("layout.css.ruby.enabled", true);
|
||||
|
||||
// Enable mozContacts
|
||||
user_pref("dom.mozContacts.enabled", true);
|
||||
user_pref("dom.navigator-property.disable.mozContacts", false);
|
||||
user_pref("dom.global-constructor.disable.mozContact", false);
|
||||
|
||||
// Enable mozSettings
|
||||
user_pref("dom.mozSettings.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user