summaryrefslogtreecommitdiff
path: root/dom/html/nsIFormControl.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-04-21 03:57:43 +0000
committerMoonchild <moonchild@palemoon.org>2021-04-21 03:57:43 +0000
commitb83c7c786566f565c82bfcb86747dd08794066d6 (patch)
treebe54a644000ba1eed6cc16e95b9bd40565be26f2 /dom/html/nsIFormControl.h
parentf753d342aa37fac391aed02077086d6c750f2965 (diff)
parent5e705bd5059da5b7a39e3a096b7c7f59cb466730 (diff)
downloaduxp-RC_20210421.tar.gz
Merge branch 'master' into releaseRELBASE_20210427RC_20210421
Diffstat (limited to 'dom/html/nsIFormControl.h')
-rw-r--r--dom/html/nsIFormControl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/html/nsIFormControl.h b/dom/html/nsIFormControl.h
index 0a844a5671..067ac7cae8 100644
--- a/dom/html/nsIFormControl.h
+++ b/dom/html/nsIFormControl.h
@@ -265,12 +265,6 @@ nsIFormControl::IsSingleLineTextControl(bool aExcludePassword, uint32_t aType)
aType == NS_FORM_INPUT_SEARCH ||
aType == NS_FORM_INPUT_TEL ||
aType == NS_FORM_INPUT_URL ||
- // TODO: those are temporary until bug 773205 is fixed.
-#if defined(MOZ_WIDGET_ANDROID)
- // On Android, date/time input appears as a normal text box.
- aType == NS_FORM_INPUT_TIME ||
- aType == NS_FORM_INPUT_DATE ||
-#endif
aType == NS_FORM_INPUT_MONTH ||
aType == NS_FORM_INPUT_WEEK ||
aType == NS_FORM_INPUT_DATETIME_LOCAL ||