Show keypad only when tap event is handled.
authorSangYong Park <sy302.park@samsung.com>
Mon, 24 Jun 2013 08:38:32 +0000 (17:38 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 24 Jun 2013 10:03:06 +0000 (10:03 +0000)
commitb6694210bf4717f3769f75ae7de673ebadc6eb92
treede7c95e8f35a9ad72719232ab50c81b186bc6d65
parent9c3ce1512d7f551822f1383c58adb49b007add2b
Show keypad only when tap event is handled.

[Title] Show keypad only when tap event is handled.
[Issue#] N_SE-41795 WEB-3055
[Problem] Overhead occurs when key event is handled.
[Cause] Request keypad too often.
[Solution] Show keypad only when tap event is handled.

Change-Id: Ib7435abd17aceee73888733d8cf308f6fc5d2f32
Source/WebKit2/Shared/EditorState.cpp
Source/WebKit2/Shared/EditorState.h
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/WebPageProxy.messages.in
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.cpp