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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.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
Index: third_party/WebKit/Source/core/events/InputEvent.idl
diff --git a/third_party/WebKit/Source/core/events/InputEvent.idl b/third_party/WebKit/Source/core/events/InputEvent.idl
index cc1d595bf9e82fa16dcde23b0ecbfbe72ae71f7f..6d6dfa7d970c0530e00f72403ee496bdc5ed1930 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.idl
+++ b/third_party/WebKit/Source/core/events/InputEvent.idl
@@ -8,5 +8,7 @@
Constructor(DOMString type, optional InputEventInit eventInitDict),
RuntimeEnabled=InputEvent,
] interface InputEvent : UIEvent {
- // TODO(chongz): Add 'inputType', 'data', 'isComposing' and 'targetRanges'
+ readonly attribute DOMString inputType;
+ readonly attribute DOMString data;
+ // TODO(chongz): Add 'isComposing' and 'targetRanges'
};
« no previous file with comments | « third_party/WebKit/Source/core/events/InputEvent.cpp ('k') | third_party/WebKit/Source/core/events/InputEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698