https://bugs.webkit.org/show_bug.cgi?id=150819
Reviewed by Dan Bernstein.
This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
Source/bmalloc:
* Configurations/Base.xcconfig:
Source/JavaScriptCore:
* Configurations/Base.xcconfig:
Source/ThirdParty:
* gtest/xcode/Config/General.xcconfig:
Source/ThirdParty/ANGLE:
* Configurations/Base.xcconfig:
Source/WebCore:
* Configurations/Base.xcconfig:
Source/WebInspectorUI:
* Configurations/Base.xcconfig:
Source/WebKit/mac:
* Configurations/Base.xcconfig:
Source/WebKit2:
* Configurations/Base.xcconfig:
Source/WTF:
* Configurations/Base.xcconfig:
Tools:
* DumpRenderTree/mac/Configurations/Base.xcconfig:
* MiniBrowser/Configurations/Base.xcconfig:
* TestWebKitAPI/Configurations/Base.xcconfig:
* WebKitTestRunner/Configurations/Base.xcconfig:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@191920
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-11-02 Brent Fulgham <bfulgham@apple.com>
[Win] MiniBrowser unable to use WebInspector
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
FRAMEWORK_SEARCH_PATHS = $(STAGED_FRAMEWORKS_SEARCH_PATH);
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-10-10 Dan Bernstein <mitz@apple.com>
[iOS] Remove project support for iOS 8
PREBINDING = NO;
STRIP_INSTALLED_PRODUCT = NO;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * gtest/xcode/Config/General.xcconfig:
+
2015-08-20 Alex Christensen <achristensen@webkit.org>
Clean up CMake build after r188673
SDKROOT_macosx_ = macosx;
SDKROOT_macosx_YES = macosx.internal;
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
[GLIB] Remove support for GSocket main loop sources from GMainLoopSource
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
JAVASCRIPTCORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/Frameworks;
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-11-02 Brent Fulgham <bfulgham@apple.com>
[Win] MiniBrowser unable to use WebInspector
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
// DEBUG_DEFINES, GCC_OPTIMIZATION_LEVEL, STRIP_INSTALLED_PRODUCT and DEAD_CODE_STRIPPING vary between the debug and normal variants.
// We set up the values for each variant here, and have the Debug configuration in the Xcode project use the _debug variant.
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-10-30 Timothy Hatcher <timothy@apple.com>
Web Inspector: Unexpected background color behind the Continue button in the DebuggerDashboardView
ENGINEERING_BUILD_DEFINES = $(ENGINEERING_BUILD_DEFINES_$(ENGINEERING_BUILD));
ENGINEERING_BUILD_DEFINES_1 = ENGINEERING_BUILD=1;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-10-31 Andy Estes <aestes@apple.com>
Replace iOS-only WebKitSystemInterface calls with SPI
SDKROOT = macosx.internal;
-SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-11-02 Anders Carlsson <andersca@apple.com>
Begin work on supporting reply blocks in _WKRemoteObjectRegistry
CODE_SIGN_IDENTITY = -;
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
FRAMEWORK_CONTENT_DIRECTORY[sdk=macosx*] = Versions/A;
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * Configurations/Base.xcconfig:
+
2015-11-01 Philip Chimento <philip.chimento@gmail.com>
[GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
// DEBUG_DEFINES, GCC_OPTIMIZATION_LEVEL, STRIP_INSTALLED_PRODUCT and DEAD_CODE_STRIPPING vary between the debug and normal variants.
// We set up the values for each variant here, and have the Debug configuration in the Xcode project use the _debug variant.
+2015-11-02 Andy Estes <aestes@apple.com>
+
+ [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS
+ https://bugs.webkit.org/show_bug.cgi?id=150819
+
+ Reviewed by Dan Bernstein.
+
+ This tells Xcode to include these platforms in its Devices dropdown, making it possible to build in the IDE.
+
+ * DumpRenderTree/mac/Configurations/Base.xcconfig:
+ * MiniBrowser/Configurations/Base.xcconfig:
+ * TestWebKitAPI/Configurations/Base.xcconfig:
+ * WebKitTestRunner/Configurations/Base.xcconfig:
+
2015-11-02 Anders Carlsson <andersca@apple.com>
Begin work on supporting reply blocks in _WKRemoteObjectRegistry
WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
LINKER_DISPLAYS_MANGLED_NAMES = YES;
GCC_NO_COMMON_BLOCKS = YES;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
DEBUG_DEFINES_normal = NDEBUG;
DEBUG_DEFINES = $(DEBUG_DEFINES_$(CURRENT_VARIANT));
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
SDKROOT = macosx.internal;
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
-
-SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;