X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FWebPage.messages.in;h=11b2b47a32da9e4b2e2d5eaf5539360da2ea4e7c;hb=6cfa0d1a8d21fcdb6851fdf7ff67ae713a416eb1;hp=d815d43132afcc614c9e2ee94dbf33f3a0964b55;hpb=0e131df54baf8ae326fd56a5cf3c8ef86c5a630a;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in index d815d43..11b2b47 100755 --- a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in +++ b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in @@ -71,8 +71,13 @@ messages -> WebPage { RequestUpdateFormNavigation() MoveFocus(int newIndex) #if ENABLE(TIZEN_WEBKIT2_HIT_TEST) +#if ENABLE(TOUCH_ADJUSTMENT) + HitTestResultAtPoint(WebCore::IntPoint point, int hitTestMode, WebCore::IntSize area) -> (WebKit::WebHitTestResult::Data hitTestResultData) +#endif +#if !ENABLE(TOUCH_ADJUSTMENT) HitTestResultAtPoint(WebCore::IntPoint point, int hitTestMode) -> (WebKit::WebHitTestResult::Data hitTestResultData) #endif +#endif SuspendJavaScriptAndResources() ResumeJavaScriptAndResources() @@ -379,8 +384,8 @@ messages -> WebPage { #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) SelectClosestWord(WebCore::IntPoint point) -> (bool result) - SetLeftSelection(WebCore::IntPoint point) -> (bool result) - SetRightSelection(WebCore::IntPoint point) -> (bool result) + SetLeftSelection(WebCore::IntPoint point, int direction) -> (int result) + SetRightSelection(WebCore::IntPoint point, int direction) -> (int result) GetSelectionHandlers() -> (WebCore::IntRect leftRect, WebCore::IntRect rightRect) GetSelectionText() -> (String result) SelectionRangeClear() -> (bool result) @@ -454,4 +459,8 @@ messages -> WebPage { #if ENABLE(TIZEN_USE_SETTINGS_FONT) UseSettingsFont() #endif + +#if ENABLE(TIZEN_FOCUS_UI) + SetSpatialNavigationEnabled(bool enabled) +#endif }