Changeset 208595 in webkit


Ignore:
Timestamp:
Nov 11, 2016, 10:54:08 AM (9 years ago)
Author:
Beth Dakin
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:
Location:
trunk/Source
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r208567 r208595  
     12016-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
    1102016-11-10  JF Bastien  <jfbastien@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r208556 r208595  
    12081208#endif
    12091209
     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
    12101219#endif /* WTF_Platform_h */
  • trunk/Source/WebCore/ChangeLog

    r208594 r208595  
     12016-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
    1102016-11-11  Dave Hyatt  <hyatt@apple.com>
    211
  • trunk/Source/WebCore/config.h

    r206871 r208595  
    133133
    134134#endif
    135 
    136 #if USE(APPLE_INTERNAL_SDK)
    137 #include <WebKitAdditions/WebKitAdditionsDefines.h>
    138 #endif
  • trunk/Source/WebKit/mac/ChangeLog

    r208580 r208595  
     12016-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
    1102016-11-10  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Source/WebKit/mac/WebKitPrefix.h

    r208455 r208595  
    9898
    9999#include <wtf/DisallowCType.h>
    100 
    101 #if USE(APPLE_INTERNAL_SDK)
    102 #include <WebKitAdditions/WebKitAdditionsDefines.h>
    103 #endif
  • trunk/Source/WebKit2/ChangeLog

    r208589 r208595  
     12016-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
    1102016-11-10  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKit2/config.h

    r207729 r208595  
    134134#endif
    135135#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.