X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FWebPage.messages.in;h=fe713b892bec230677c48a81e5fc1f6b3a7b4490;hb=839d65a4f12d602c2b8e1b71df2b8c347912981e;hp=a6842816e9e24f85ef80e001944a94676f653112;hpb=87264c93ac02b3d62265cf8804f6e4906558c8d4;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 a684281..fe713b8 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) @@ -336,19 +339,23 @@ messages -> WebPage { GestureDidEnd() #endif #if PLATFORM(EFL) && OS(TIZEN) - ConfirmComposition(WTF::String compositionString) - SetComposition(WTF::String compositionString, WTF::Vector underlines, uint64_t cursorPosition) #if ENABLE(TIZEN_TEXT_CARET_HANDLING_WK2) SetCaretPosition(WebCore::IntPoint pos) 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) DeleteSurroundingText(int offset, int count) #endif #endif +#if PLATFORM(EFL) + ConfirmComposition(WTF::String compositionString) + SetComposition(WTF::String compositionString, WTF::Vector underlines, uint64_t cursorPosition) + CancelComposition() +#endif #if PLATFORM(QT) || OS(TIZEN) FindZoomableAreaForPoint(WebCore::IntPoint point, WebCore::IntSize area) #endif @@ -370,10 +377,6 @@ 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) @@ -381,6 +384,8 @@ messages -> WebPage { 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) @@ -398,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 @@ -417,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 @@ -447,4 +448,8 @@ messages -> WebPage { #if ENABLE(TIZEN_CSP) SetContentSecurityPolicy(WTF::String policy, uint32_t headerType) #endif + +#if ENABLE(TIZEN_USE_SETTINGS_FONT) + UseSettingsFont() +#endif }