Changeset 208595 in webkit
- Timestamp:
- Nov 11, 2016, 10:54:08 AM (9 years ago)
- Location:
- trunk/Source
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r208567 r208595 1 2016-11-11 Beth Dakin <bdakin@apple.com> 2 3 Get touch bar code building for open source builds 4 https://bugs.webkit.org/show_bug.cgi?id=164610 5 6 Reviewed by Wenson Hsieh. 7 8 * wtf/Platform.h: 9 1 10 2016-11-10 JF Bastien <jfbastien@apple.com> 2 11 -
trunk/Source/WTF/wtf/Platform.h
r208556 r208595 1208 1208 #endif 1209 1209 1210 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 1211 #define HAVE_TOUCH_BAR 1 1212 #define HAVE_ADVANCED_SPELL_CHECKING 1 1213 1214 #if defined(__LP64__) 1215 #define ENABLE_WEB_PLAYBACK_CONTROLS_MANAGER 1 1216 #endif 1217 #endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */ 1218 1210 1219 #endif /* WTF_Platform_h */ -
trunk/Source/WebCore/ChangeLog
r208594 r208595 1 2016-11-11 Beth Dakin <bdakin@apple.com> 2 3 Get touch bar code building for open source builds 4 https://bugs.webkit.org/show_bug.cgi?id=164610 5 6 Reviewed by Wenson Hsieh. 7 8 * config.h: 9 1 10 2016-11-11 Dave Hyatt <hyatt@apple.com> 2 11 -
trunk/Source/WebCore/config.h
r206871 r208595 133 133 134 134 #endif 135 136 #if USE(APPLE_INTERNAL_SDK)137 #include <WebKitAdditions/WebKitAdditionsDefines.h>138 #endif -
trunk/Source/WebKit/mac/ChangeLog
r208580 r208595 1 2016-11-11 Beth Dakin <bdakin@apple.com> 2 3 Get touch bar code building for open source builds 4 https://bugs.webkit.org/show_bug.cgi?id=164610 5 6 Reviewed by Wenson Hsieh. 7 8 * WebKitPrefix.h: 9 1 10 2016-11-10 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Source/WebKit/mac/WebKitPrefix.h
r208455 r208595 98 98 99 99 #include <wtf/DisallowCType.h> 100 101 #if USE(APPLE_INTERNAL_SDK)102 #include <WebKitAdditions/WebKitAdditionsDefines.h>103 #endif -
trunk/Source/WebKit2/ChangeLog
r208589 r208595 1 2016-11-11 Beth Dakin <bdakin@apple.com> 2 3 Get touch bar code building for open source builds 4 https://bugs.webkit.org/show_bug.cgi?id=164610 5 6 Reviewed by Wenson Hsieh. 7 8 * config.h: 9 1 10 2016-11-10 Brent Fulgham <bfulgham@apple.com> 2 11 -
trunk/Source/WebKit2/config.h
r207729 r208595 134 134 #endif 135 135 #endif 136 137 #if USE(APPLE_INTERNAL_SDK)138 #include <WebKitAdditions/WebKitAdditionsDefines.h>139 #endif
Note:
See TracChangeset
for help on using the changeset viewer.