Merge "[Release] Webkit2-efl-123997_0.11.68" into tizen_2.2
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.messages.in
index a684281..fe713b8 100755 (executable)
@@ -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<WebCore::CompositionUnderline> 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<WebCore::CompositionUnderline> 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<WTF::String> 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
 }