Title: [208595] trunk/Source
Revision
208595
Author
bda...@apple.com
Date
2016-11-11 10:54:08 -0800 (Fri, 11 Nov 2016)

Log Message

Get touch bar code building for open source builds
https://bugs.webkit.org/show_bug.cgi?id=164610

Reviewed by Wenson Hsieh.

Source/WebCore:

* config.h:

Source/WebKit/mac:

* WebKitPrefix.h:

Source/WebKit2:

* config.h:

Source/WTF:

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (208594 => 208595)


--- trunk/Source/WTF/ChangeLog	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WTF/ChangeLog	2016-11-11 18:54:08 UTC (rev 208595)
@@ -1,3 +1,12 @@
+2016-11-11  Beth Dakin  <bda...@apple.com>
+
+        Get touch bar code building for open source builds
+        https://bugs.webkit.org/show_bug.cgi?id=164610
+
+        Reviewed by Wenson Hsieh.
+
+        * wtf/Platform.h:
+
 2016-11-10  JF Bastien  <jfbast...@apple.com>
 
         ASSERTION FAILED: length > offset encountered with wasm.yaml/wasm/js-api/test_Module.js.default-wasm

Modified: trunk/Source/WTF/wtf/Platform.h (208594 => 208595)


--- trunk/Source/WTF/wtf/Platform.h	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WTF/wtf/Platform.h	2016-11-11 18:54:08 UTC (rev 208595)
@@ -1207,4 +1207,13 @@
 #pragma strict_gs_check(on)
 #endif
 
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
+#define HAVE_TOUCH_BAR 1
+#define HAVE_ADVANCED_SPELL_CHECKING 1
+
+#if defined(__LP64__)
+#define ENABLE_WEB_PLAYBACK_CONTROLS_MANAGER 1
+#endif
+#endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */
+
 #endif /* WTF_Platform_h */

Modified: trunk/Source/WebCore/ChangeLog (208594 => 208595)


--- trunk/Source/WebCore/ChangeLog	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebCore/ChangeLog	2016-11-11 18:54:08 UTC (rev 208595)
@@ -1,3 +1,12 @@
+2016-11-11  Beth Dakin  <bda...@apple.com>
+
+        Get touch bar code building for open source builds
+        https://bugs.webkit.org/show_bug.cgi?id=164610
+
+        Reviewed by Wenson Hsieh.
+
+        * config.h:
+
 2016-11-11  Dave Hyatt  <hy...@apple.com>
 
         [CSS Parser] Fix SVG markers and colors

Modified: trunk/Source/WebCore/config.h (208594 => 208595)


--- trunk/Source/WebCore/config.h	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebCore/config.h	2016-11-11 18:54:08 UTC (rev 208595)
@@ -132,7 +132,3 @@
 #endif
 
 #endif
-
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WebKitAdditionsDefines.h>
-#endif

Modified: trunk/Source/WebKit/mac/ChangeLog (208594 => 208595)


--- trunk/Source/WebKit/mac/ChangeLog	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-11-11 18:54:08 UTC (rev 208595)
@@ -1,3 +1,12 @@
+2016-11-11  Beth Dakin  <bda...@apple.com>
+
+        Get touch bar code building for open source builds
+        https://bugs.webkit.org/show_bug.cgi?id=164610
+
+        Reviewed by Wenson Hsieh.
+
+        * WebKitPrefix.h:
+
 2016-11-10  Alex Christensen  <achristen...@webkit.org>
 
         Fix assertion after r208534.

Modified: trunk/Source/WebKit/mac/WebKitPrefix.h (208594 => 208595)


--- trunk/Source/WebKit/mac/WebKitPrefix.h	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebKit/mac/WebKitPrefix.h	2016-11-11 18:54:08 UTC (rev 208595)
@@ -97,7 +97,3 @@
 #endif
 
 #include <wtf/DisallowCType.h>
-
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WebKitAdditionsDefines.h>
-#endif

Modified: trunk/Source/WebKit2/ChangeLog (208594 => 208595)


--- trunk/Source/WebKit2/ChangeLog	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebKit2/ChangeLog	2016-11-11 18:54:08 UTC (rev 208595)
@@ -1,3 +1,12 @@
+2016-11-11  Beth Dakin  <bda...@apple.com>
+
+        Get touch bar code building for open source builds
+        https://bugs.webkit.org/show_bug.cgi?id=164610
+
+        Reviewed by Wenson Hsieh.
+
+        * config.h:
+
 2016-11-10  Brent Fulgham  <bfulg...@apple.com>
 
         Remove unused FontService from sandbox profile

Modified: trunk/Source/WebKit2/config.h (208594 => 208595)


--- trunk/Source/WebKit2/config.h	2016-11-11 18:52:34 UTC (rev 208594)
+++ trunk/Source/WebKit2/config.h	2016-11-11 18:54:08 UTC (rev 208595)
@@ -133,7 +133,3 @@
 #define HAVE_LINK_PREVIEW 0
 #endif
 #endif
-
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WebKitAdditionsDefines.h>
-#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to