X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FWebPage.messages.in;h=11b2b47a32da9e4b2e2d5eaf5539360da2ea4e7c;hb=6cfa0d1a8d21fcdb6851fdf7ff67ae713a416eb1;hp=69d0d625812adc3e7abc71a15ef32b16e3f42d0c;hpb=8dfc5537a90df677c176b3ba9e1bb70dad7a1d57;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in old mode 100644 new mode 100755 index 69d0d62..11b2b47 --- a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in +++ b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in @@ -71,10 +71,18 @@ 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() + + SuspendAnimations() + ResumeAnimations() #endif #if ENABLE(TIZEN_WEB_STORAGE) @@ -341,6 +349,7 @@ messages -> WebPage { GetCaretPosition() -> (WebCore::IntRect rect) #endif #if ENABLE(TIZEN_ISF_PORT) + PrepareKeyDownEvent() GetCursorOffset() -> (int offset) GetSurroundingTextAndCursorOffset() -> (String text, int offset) GetSelectionRect(bool isOnlyEditable) -> (WebCore::IntRect rect) @@ -374,13 +383,14 @@ messages -> WebPage { #endif #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) - SelectClosestWord(WebCore::IntPoint point, bool isStartedTextSelectionFromOutside) -> (bool result) - SetLeftSelection(WebCore::IntPoint point) -> (bool result) - SetRightSelection(WebCore::IntPoint point) -> (bool result) + SelectClosestWord(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) ScrollContentByCharacter(WebCore::IntPoint point, int direction) -> (bool result) + ScrollContentByLine(WebCore::IntPoint point, int direction) -> (bool result) #endif #if ENABLE(TIZEN_OFFLINE_PAGE_SAVE) @@ -417,10 +427,6 @@ messages -> WebPage { CreatePagesToPDF(WebCore::IntSize surfaceSize, WebCore::IntSize contentsSize, WTF::String fileName) #endif -#if ENABLE(TIZEN_WEBKIT2_GET_TEXT_STYLE_FOR_SELECTION) - GetTextStyleStateForSelection() -#endif - #if PLATFORM(GTK) && USE(TEXTURE_MAPPER_GL) WidgetMapped(int64_t id) #endif @@ -437,9 +443,11 @@ messages -> WebPage { #endif #if ENABLE(TIZEN_SCREEN_READER) - RaiseTapEvent(WebCore::IntPoint position, WebCore::IntPoint globalPosition) MoveScreenReaderFocus(bool forward) -> (bool result) MoveScreenReaderFocusByPoint(WebCore::IntPoint point) + ClearScreenReaderFocus() + RaiseTapEvent(WebCore::IntPoint position, WebCore::IntPoint globalPosition) -> (bool result) + AdjustScreenReaderFocusedObjectValue(bool up) RecalcScreenReaderFocusRect() ClearScreenReader() #endif @@ -451,4 +459,8 @@ messages -> WebPage { #if ENABLE(TIZEN_USE_SETTINGS_FONT) UseSettingsFont() #endif + +#if ENABLE(TIZEN_FOCUS_UI) + SetSpatialNavigationEnabled(bool enabled) +#endif }