Title: [199702] trunk/Source/WebKit2
Revision
199702
Author
[email protected]
Date
2016-04-18 19:18:45 -0700 (Mon, 18 Apr 2016)

Log Message

New SPI to export a dictionary of runtime features
https://bugs.webkit.org/show_bug.cgi?id=156645
<rdar://problem/23621666>

Trying to fix GTK and EFL builds. I forgot to add files
to CMake.

* CMakeLists.txt:
* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (199701 => 199702)


--- trunk/Source/WebKit2/CMakeLists.txt	2016-04-19 01:52:24 UTC (rev 199701)
+++ trunk/Source/WebKit2/CMakeLists.txt	2016-04-19 02:18:45 UTC (rev 199702)
@@ -396,6 +396,7 @@
     UIProcess/WebVibrationProxy.cpp
     UIProcess/WebViewportAttributes.cpp
 
+    UIProcess/API/APIExperimentalFeature.cpp
     UIProcess/API/APIFrameInfo.cpp
     UIProcess/API/APIHitTestResult.cpp
     UIProcess/API/APINavigation.cpp

Modified: trunk/Source/WebKit2/ChangeLog (199701 => 199702)


--- trunk/Source/WebKit2/ChangeLog	2016-04-19 01:52:24 UTC (rev 199701)
+++ trunk/Source/WebKit2/ChangeLog	2016-04-19 02:18:45 UTC (rev 199702)
@@ -4,6 +4,18 @@
         https://bugs.webkit.org/show_bug.cgi?id=156645
         <rdar://problem/23621666>
 
+        Trying to fix GTK and EFL builds. I forgot to add files
+        to CMake.
+
+        * CMakeLists.txt:
+        * PlatformMac.cmake:
+
+2016-04-18  Dean Jackson  <[email protected]>
+
+        New SPI to export a dictionary of runtime features
+        https://bugs.webkit.org/show_bug.cgi?id=156645
+        <rdar://problem/23621666>
+
         Reviewed by Darin Adler.
 
         Add a new type of Preference for experimental features so that we

Modified: trunk/Source/WebKit2/PlatformMac.cmake (199701 => 199702)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-04-19 01:52:24 UTC (rev 199701)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-04-19 02:18:45 UTC (rev 199702)
@@ -73,6 +73,7 @@
     Shared/API/Cocoa/WKRemoteObject.mm
     Shared/API/Cocoa/WKRemoteObjectCoder.mm
     Shared/API/Cocoa/WebKit.m
+    Shared/API/Cocoa/_WKExperimentalFeature.mm
     Shared/API/Cocoa/_WKFrameHandle.mm
     Shared/API/Cocoa/_WKHitTestResult.mm
     Shared/API/Cocoa/_WKNSFileManagerExtras.mm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to