Improved the routine for getting text style state.
authorYuni Jeong <yhnet.jung@samsung.com>
Mon, 24 Jun 2013 12:56:21 +0000 (21:56 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 25 Jun 2013 01:12:24 +0000 (01:12 +0000)
commit60fd14f8058fa4fce4daf6dce6e65e21060d3b5a
tree094875f6e9c79cc7cdf54e099344df65fd475856
parent5a8acb42bcd454696d16069741b8116b8a9d37c4
Improved the routine for getting text style state.

[Title] Improved the routine for getting text style state.
[Issue#] N_SE-41795, WEB-3055
[Problem] Overhead occurs when key event is handled.
[Cause] Request sync message fer getting text style state too often.
[Solution] Removed syne message for getting text style state and
           Moved the routine for getting text style state to EditorStateChanged message.

Change-Id: Ie1c132e64f0511d04bfe8c52e95c304afa214253
17 files changed:
Source/WebKit2/Shared/EditorState.cpp
Source/WebKit2/Shared/EditorState.h
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_text_style.cpp
Source/WebKit2/UIProcess/API/efl/ewk_text_style.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/ewk_view_private.h
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.h
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/WebPageProxy.messages.in
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp