Title: [195510] trunk/Source/WebKit2
- Revision
- 195510
- Author
- [email protected]
- Date
- 2016-01-23 02:08:26 -0800 (Sat, 23 Jan 2016)
Log Message
CMake build fix after r195494.
* PlatformMac.cmake:
WebKit2 needs to be able to find DataDetectors.h.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (195509 => 195510)
--- trunk/Source/WebKit2/ChangeLog 2016-01-23 09:44:10 UTC (rev 195509)
+++ trunk/Source/WebKit2/ChangeLog 2016-01-23 10:08:26 UTC (rev 195510)
@@ -1,5 +1,12 @@
2016-01-23 Alex Christensen <[email protected]>
+ CMake build fix after r195494.
+
+ * PlatformMac.cmake:
+ WebKit2 needs to be able to find DataDetectors.h.
+
+2016-01-23 Alex Christensen <[email protected]>
+
Use credentials from a URL with NetworkSession like we did with ResourceHandle
https://bugs.webkit.org/show_bug.cgi?id=153328
Modified: trunk/Source/WebKit2/PlatformMac.cmake (195509 => 195510)
--- trunk/Source/WebKit2/PlatformMac.cmake 2016-01-23 09:44:10 UTC (rev 195509)
+++ trunk/Source/WebKit2/PlatformMac.cmake 2016-01-23 10:08:26 UTC (rev 195510)
@@ -331,6 +331,7 @@
list(APPEND WebKit2_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/icu"
+ "${WEBCORE_DIR}/editing/cocoa"
"${WEBCORE_DIR}/editing/mac"
"${WEBCORE_DIR}/platform/cf"
"${WEBCORE_DIR}/platform/cocoa"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes