Added APIs to get font/background color of selected text.
authorYuni Jeong <yhnet.jung@samsung.com>
Tue, 30 Apr 2013 06:31:39 +0000 (15:31 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Tue, 30 Apr 2013 08:02:04 +0000 (17:02 +0900)
commit17ce9086e864ada7cf3394fdf1e1d6c0ced34408
treeef5de7cc2293b6c3139b52848c3419e8b226420c
parent88fba1c4fa248a123968dc849cf655875af5e8dc
Added APIs to get font/background color of selected text.

[Title] Added APIs to get font/background color of selected text.
[Issue#] P130424-8635
[Problem] Font/Background color of text toolbar in email composer is not changed to font/background color of selected text.
[Cause] There are no APIs to get font/background color of selected text.
        So, Email can not change font/background color of text toolbar to font/background color of selected text.
[Solution] Added APIs to get font/background color of selected text.

Change-Id: I91ce18d72b1ab28b49220740d3791380d70ac0ce
Source/WebKit2/Shared/EditorState.cpp
Source/WebKit2/Shared/EditorState.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/WebProcess/WebPage/WebPage.cpp