Bug 915794 - Remove the pref for <input type=range>. r=mounir

This commit is contained in:
Jonathan Watt 2013-09-12 19:15:48 +01:00
parent 9f44eb5827
commit 93d9d31937
5 changed files with 1 additions and 9 deletions

View File

@ -48,7 +48,7 @@ load 819745.html
pref(dom.experimental_forms,true) load 828472.html
load 828180.html
load 837033.html
pref(dom.experimental_forms_range,true) load 838256-1.html
load 838256-1.html
load 862084.html
load 865147.html
load 877910.html

View File

@ -4272,8 +4272,6 @@ HTMLInputElement::ParseAttribute(int32_t aNamespaceID,
newType = aResult.GetEnumValue();
if ((IsExperimentalMobileType(newType) &&
!Preferences::GetBool("dom.experimental_forms", false)) ||
(newType == NS_FORM_INPUT_RANGE &&
!Preferences::GetBool("dom.experimental_forms_range", false)) ||
(newType == NS_FORM_INPUT_NUMBER &&
!Preferences::GetBool("dom.forms.number", false)) ||
(newType == NS_FORM_INPUT_COLOR &&

View File

@ -1,6 +1,4 @@
default-preferences pref(dom.experimental_forms_range,true)
# sanity checks:
!= not-other-type-unthemed-1.html not-other-type-unthemed-1a-notref.html
!= not-other-type-unthemed-1.html not-other-type-unthemed-1b-notref.html

View File

@ -804,9 +804,6 @@ pref("dom.min_background_timeout_value", 1000);
pref("dom.experimental_forms", false);
pref("dom.forms.number", false);
// Don't enable <input type=range> yet:
pref("dom.experimental_forms_range", true);
// Don't enable <input type=color> yet:
pref("dom.forms.color", false);

View File

@ -10,7 +10,6 @@ user_pref("dom.allow_scripts_to_close_windows", true);
user_pref("dom.disable_open_during_load", false);
user_pref("dom.experimental_forms", true); // on for testing
user_pref("dom.forms.number", true); // on for testing
user_pref("dom.experimental_forms_range", true); // on for testing
user_pref("dom.forms.color", true); // on for testing
user_pref("dom.max_script_run_time", 0); // no slow script dialogs
user_pref("hangmonitor.timeout", 0); // no hang monitor