Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: third_party/WebKit/public/web/WebTextInputType.h

Issue 2285923002: Simplify handling of text input types in RenderWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the glitch. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebTextInputType.h
diff --git a/third_party/WebKit/public/web/WebTextInputType.h b/third_party/WebKit/public/web/WebTextInputType.h
index 8bd37c04de3452813a4d2718470616d3cad3f421..4e0aead0cf657d709e84bd4f43998a09bd2b16c8 100644
--- a/third_party/WebKit/public/web/WebTextInputType.h
+++ b/third_party/WebKit/public/web/WebTextInputType.h
@@ -49,8 +49,9 @@ enum WebTextInputType {
WebTextInputTypeTelephone,
WebTextInputTypeURL,
- // FIXME: Remove these types once Date like types are not
- // seen as Text. For now they also exist in WebTextInputType
+ // These types, though not used in IME, are used by the Android date picker.
+ // TODO(dglazkov): They are technically not _text_ input types and likely
+ // should be split out into a separate enum.
WebTextInputTypeDate,
WebTextInputTypeDateTime,
WebTextInputTypeDateTimeLocal,
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698