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

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

Issue 2442323004: Revert "Simplify handling of text input types in RenderWidget." (Closed)
Patch Set: Rebased. Created 4 years, 2 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 | « content/renderer/render_widget.cc ('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/platform/WebTextInputType.h b/third_party/WebKit/public/web/WebTextInputType.h
similarity index 94%
copy from third_party/WebKit/public/platform/WebTextInputType.h
copy to third_party/WebKit/public/web/WebTextInputType.h
index 38dd0b128accafe7b182835d02c9cbcf1fa1754c..070d5814a38099909c722ea0e8f0c4daf4ed26e5 100644
--- a/third_party/WebKit/public/platform/WebTextInputType.h
+++ b/third_party/WebKit/public/web/WebTextInputType.h
@@ -49,9 +49,8 @@ enum WebTextInputType {
WebTextInputTypeTelephone,
WebTextInputTypeURL,
- // 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.
+ // FIXME: Remove these types once Date like types are not
+ // seen as Text. For now they also exist in WebTextInputType
WebTextInputTypeDate,
WebTextInputTypeDateTime,
WebTextInputTypeDateTimeLocal,
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698