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

Unified Diff: services/ui/public/interfaces/ime/ime.mojom

Issue 2626383002: IME for Mus: EnumTraits for TextInputMode and TextInputType. (Closed)
Patch Set: Created 3 years, 11 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 | « services/ui/ime/test_ime_driver/test_ime_driver.cc ('k') | services/ui/public/interfaces/ime/ime.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/ime/ime.mojom
diff --git a/services/ui/public/interfaces/ime/ime.mojom b/services/ui/public/interfaces/ime/ime.mojom
index f0ddc85ccc37796998065ac65d35d504594041f2..d999b3353a4b1f2c313a919b69cb7d4196b8f17a 100644
--- a/services/ui/public/interfaces/ime/ime.mojom
+++ b/services/ui/public/interfaces/ime/ime.mojom
@@ -39,6 +39,12 @@ enum TextInputType {
DATE,
TIME,
DATETIME,
+ DATETIME_LOCAL,
+ MONTH,
+ WEEK,
+ TEXT_AREA,
+ CONTENT_EDITABLE,
+ DATETIME_FIELD
};
// See comments for ui::TextInputMode for more details.
@@ -50,6 +56,7 @@ enum TextInputMode {
LATIN_PROSE,
FULL_WIDTH_LATIN,
KANA,
+ KANA_NAME,
KATAKANA,
NUMERIC,
TEL,
« no previous file with comments | « services/ui/ime/test_ime_driver/test_ime_driver.cc ('k') | services/ui/public/interfaces/ime/ime.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698