Title: [223129] trunk/Source/WebKit
Revision
223129
Author
ape...@igalia.com
Date
2017-10-10 05:02:27 -0700 (Tue, 10 Oct 2017)

Log Message

[WPE] GLib API headers WebKitScriptDialog.h and WebKitFileChooserRequest.h are not installed
https://bugs.webkit.org/show_bug.cgi?id=178104

Reviewed by Žan Doberšek.

* PlatformWPE.cmake: Add missing header paths to the WPE_API_INSTALLED_HEADERS variable.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (223128 => 223129)


--- trunk/Source/WebKit/ChangeLog	2017-10-10 11:27:40 UTC (rev 223128)
+++ trunk/Source/WebKit/ChangeLog	2017-10-10 12:02:27 UTC (rev 223129)
@@ -1,5 +1,14 @@
 2017-10-10  Adrian Perez de Castro  <ape...@igalia.com>
 
+        [WPE] GLib API headers WebKitScriptDialog.h and WebKitFileChooserRequest.h are not installed
+        https://bugs.webkit.org/show_bug.cgi?id=178104
+
+        Reviewed by Žan Doberšek.
+
+        * PlatformWPE.cmake: Add missing header paths to the WPE_API_INSTALLED_HEADERS variable.
+
+2017-10-10  Adrian Perez de Castro  <ape...@igalia.com>
+
         [WPE][CMake] The “install” target should install all public API headers
         https://bugs.webkit.org/show_bug.cgi?id=176475
 

Modified: trunk/Source/WebKit/PlatformWPE.cmake (223128 => 223129)


--- trunk/Source/WebKit/PlatformWPE.cmake	2017-10-10 11:27:40 UTC (rev 223128)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2017-10-10 12:02:27 UTC (rev 223129)
@@ -300,6 +300,7 @@
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitEditorState.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitError.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFaviconDatabase.h
+    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFileChooserRequest.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFindController.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFormSubmissionRequest.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitGeolocationPermissionRequest.h
@@ -316,6 +317,7 @@
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitPlugin.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitPolicyDecision.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitResponsePolicyDecision.h
+    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitScriptDialog.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitSecurityManager.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitSecurityOrigin.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitSettings.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to