Chromium Code Reviews
DescriptionMake "compositionstart" event cancelable
This patch makes "compositionstart" event cancelable as DOM Level 3 event
specification[1].
A cancellation of "compositionstart" results in a renderer->browser IPC
(ViewHostMsg_ImeCancelComposition), and each platform-dependent RWHV
implementation is
responsible for handling it.
[1] http://www.w3.org/TR/DOM-Level-3-Events/#events-compositionevents
BUG=228440
TEST=Source/core/editing/InputMethodControllerTest.cpp
Patch Set 1 : 2014-06-06T09:53:36 #
Total comments: 1
Patch Set 2 : 2014-06-06T04:03:44 #Patch Set 3 : 2014-06-09T11:29:41 #Patch Set 4 : 2014-06-18T10:53:48 #
Messages
Total messages: 13 (0 generated)
|
|||||||||||||||||||||||||||||||||||||