Bug 1642344 - convert HTMLInputElement VarCache prefs to StaticPrefs. r=geckoview-reviewers,agi.
converts: * dom.experimental_forms * dom.forms.datetime.others * dom.forms.color Differential Revision: https://phabricator.services.mozilla.com/D77850
This commit is contained in:
@@ -1592,24 +1592,6 @@ class HTMLInputElement final : public TextControlElement,
|
||||
*/
|
||||
static bool IsDateTimeTypeSupported(uint8_t aDateTimeInputType);
|
||||
|
||||
/**
|
||||
* Checks preference "dom.experimental_forms" to determine if experimental
|
||||
* implementation of input element should be enabled.
|
||||
*/
|
||||
static bool IsExperimentalFormsEnabled();
|
||||
|
||||
/**
|
||||
* Checks preference "dom.forms.datetime.others" to determine if input week,
|
||||
* month and datetime-local should be supported.
|
||||
*/
|
||||
static bool IsInputDateTimeOthersEnabled();
|
||||
|
||||
/**
|
||||
* Checks preference "dom.forms.color" to determine if date/time related
|
||||
* types should be supported.
|
||||
*/
|
||||
static bool IsInputColorEnabled();
|
||||
|
||||
struct nsFilePickerFilter {
|
||||
nsFilePickerFilter() : mFilterMask(0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user