Do not notify editor state during executing command
authorSangYong Park <sy302.park@samsung.com>
Fri, 30 Aug 2013 06:40:50 +0000 (15:40 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 3 Sep 2013 07:52:23 +0000 (07:52 +0000)
commit8942d8d51af4d5267ae5204877ec6c4c504d8bcb
tree15bfd87c1c1a6805dde74f3ee51ed11409cff814
parentc7a1275422cdfc4062b50ddaa28bb319e2feed0c
Do not notify editor state during executing command

[Title] Do not notify editor state during executing command
[Issue#] P130828-03335
[Problem] Keypad toggles uppercase and lowercase layout frequently.
[Cause] Many intermediate editor state notify during executing command.
[Solution] Do not notify editor state during executing command.

Change-Id: Idf2c95f9720c3be9bcd50d58873acf6b345eb8ac
Source/WebCore/editing/EditorCommand.cpp
Source/WebCore/loader/EmptyClients.h
Source/WebCore/page/EditorClient.h
Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h
Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp