Do not insert text if default action was prevented.
authorSangYong Park <sy302.park@samsung.com>
Wed, 26 Jun 2013 10:48:32 +0000 (19:48 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 27 Jun 2013 06:12:51 +0000 (06:12 +0000)
commit49911c062b7a8a982dd29750b9e2723041607d32
treec6b9ddcde3a8b517593aabbb94807e17fbe53fd3
parent60a0c62bd01976b0e48433ca14216b3a7c175c74
Do not insert text if default action was prevented.

[Title] Do not insert text if default action was prevented.
[Issue#] N_SE-42125
[Problem] Text was inserted, even though default action was prevent.
[Cause] Do not prevent when insert text by ime.
[Solution] Add prevent code for inserting text by ime.

Change-Id: I7347d005e02196f7d5935eeed6f1ac6d5f2ff1f0
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h [changed mode: 0644->0755]
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in [changed mode: 0644->0755]
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp [changed mode: 0644->0755]