summaryrefslogtreecommitdiff
path: root/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/WebProcess/WebPage/WebPage.messages.in')
-rw-r--r--Source/WebKit2/WebProcess/WebPage/WebPage.messages.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
index 7a7f4ebf5..38f36c2bf 100644
--- a/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
+++ b/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
@@ -45,6 +45,11 @@ messages -> WebPage {
HighlightPotentialActivation(WebCore::IntPoint point, WebCore::IntSize area)
#endif
+#if ENABLE(INPUT_TYPE_COLOR)
+ DidEndColorChooser();
+ DidChooseColor(WebCore::Color color);
+#endif
+
#if ENABLE(CONTEXT_MENUS)
ContextMenuHidden()
#endif
@@ -220,6 +225,11 @@ messages -> WebPage {
SetCanRunBeforeUnloadConfirmPanel(bool canRunBeforeUnloadConfirmPanel)
SetCanRunModal(bool canRunModal)
+ # Web Intents
+#if ENABLE(WEB_INTENTS)
+ DeliverIntentToFrame(uint64_t frameID, WebKit::IntentData intentData);
+#endif
+
#if PLATFORM(QT)
SetComposition(WTF::String text, WTF::Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd)
ConfirmComposition(WTF::String text, int64_t selectionStart, int64_t selectionLength)