X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FWebPage.messages.in;h=86db05026ba9a8117386692c6c91bca262a12b5b;hb=b8bed2469cb69146c1b048442418e82b9214f8bc;hp=5d778ead9d7b585fbc4137ae3db9891c500871d7;hpb=0d93346c4626332b6e070b57fbf9b80b1c328a17;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 5d778ea..86db050 100755 --- a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in +++ b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in @@ -75,6 +75,9 @@ messages -> WebPage { #endif SuspendJavaScriptAndResources() ResumeJavaScriptAndResources() + + SuspendAnimations() + ResumeAnimations() #endif #if ENABLE(TIZEN_WEB_STORAGE) @@ -341,6 +344,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) @@ -373,17 +377,15 @@ messages -> WebPage { GetFocusedInputElementDataList() -> (Vector options) #endif -#if ENABLE(TIZEN_RECORDING_SURFACE_SET) - RecordingSurfaceSetEnableSet(bool enable) -#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) @@ -401,7 +403,7 @@ messages -> WebPage { SuspendPlugin() ResumePlugin() #endif -#if ENABLE(TIZEN_WEBKIT2_REMOTE_WEB_INSPECTOR) +#if ENABLE(TIZEN_REMOTE_WEB_INSPECTOR) StartInspectorServer(uint32_t port) -> (uint32_t assignedPort) StopInspectorServer() -> (bool result) #endif @@ -420,10 +422,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 @@ -440,9 +438,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 @@ -450,4 +450,8 @@ messages -> WebPage { #if ENABLE(TIZEN_CSP) SetContentSecurityPolicy(WTF::String policy, uint32_t headerType) #endif + +#if ENABLE(TIZEN_USE_SETTINGS_FONT) + UseSettingsFont() +#endif }