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

Unified Diff: third_party/WebKit/Source/core/events/InputEventInit.idl

Issue 1752933002: [InputEvent] Fire 'beforeinput' during typing, pressing hot keys and IME composition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/core/events/InputEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/InputEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/InputEventInit.idl b/third_party/WebKit/Source/core/events/InputEventInit.idl
index 6b2d07dc84c49e4e5a2ca9d2c2711cd71feefb9c..89c8e095e5e0d61e7a41913edeaeece17c3deaf3 100644
--- a/third_party/WebKit/Source/core/events/InputEventInit.idl
+++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
@@ -7,5 +7,7 @@
[
RuntimeEnabled=InputEvent,
] dictionary InputEventInit : UIEventInit {
- // TODO(chongz): Add 'inputType', 'data', 'isComposing' and 'targetRanges'
+ DOMString inputType = "";
+ DOMString data = "";
+ // TODO(chongz): Add 'isComposing' and 'targetRanges'
};
« no previous file with comments | « third_party/WebKit/Source/core/events/InputEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698