Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (203168 => 203169)
--- trunk/Source/_javascript_Core/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-13 Csaba Osztrogonác <[email protected]>
CLoop buildfix after r203142
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -96,7 +96,7 @@
CODE_SIGN_IDENTITY = -;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
FRAMEWORK_SEARCH_PATHS = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR);
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (203168 => 203169)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-05-24 Alex Christensen <[email protected]>
Fix iOS WebGL after r199738
Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -43,7 +43,7 @@
PREBINDING = NO;
STRIP_INSTALLED_PRODUCT = NO;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
TARGET_MAC_OS_X_VERSION_MAJOR = $(TARGET_MAC_OS_X_VERSION_MAJOR$(MACOSX_DEPLOYMENT_TARGET:suffix:identifier));
TARGET_MAC_OS_X_VERSION_MAJOR_10 = 101000;
Modified: trunk/Source/WTF/ChangeLog (203168 => 203169)
--- trunk/Source/WTF/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WTF/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-13 Carlos Garcia Campos <[email protected]>
[GTK] WebKitGtk+ uses too many file descriptors
Modified: trunk/Source/WTF/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/WTF/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WTF/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -88,7 +88,7 @@
TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
_javascript_CORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/Frameworks;
Modified: trunk/Source/WebCore/ChangeLog (203168 => 203169)
--- trunk/Source/WebCore/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebCore/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-13 Anders Carlsson <[email protected]>
"requiredShippingAddressFields" has been deprecated error thrown when using "requiredBillingAddressFields"
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -85,7 +85,7 @@
TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator 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.
Modified: trunk/Source/WebKit/mac/ChangeLog (203168 => 203169)
--- trunk/Source/WebKit/mac/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebKit/mac/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-12 Gyuyoung Kim <[email protected]>
Remove ENABLE_CSS3_TEXT_LINE_BREAK flag
Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -101,7 +101,7 @@
SDKROOT = macosx.internal;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
Modified: trunk/Source/WebKit2/ChangeLog (203168 => 203169)
--- trunk/Source/WebKit2/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebKit2/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-13 Carlos Garcia Campos <[email protected]>
[Coordinated Graphics] Remove toCoordinatedGraphicsLayer and use downcast instead
Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/WebKit2/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -102,7 +102,7 @@
CODE_SIGN_IDENTITY = -;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
FRAMEWORK_CONTENT_DIRECTORY[sdk=macosx*] = Versions/A;
Modified: trunk/Source/bmalloc/ChangeLog (203168 => 203169)
--- trunk/Source/bmalloc/ChangeLog 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/bmalloc/ChangeLog 2016-07-13 18:44:30 UTC (rev 203169)
@@ -1,3 +1,12 @@
+2016-07-13 Enrica Casucci <[email protected]>
+
+ Update supported platforms in xcconfig files to match the sdk names.
+ https://bugs.webkit.org/show_bug.cgi?id=159728
+
+ Reviewed by Tim Horton.
+
+ * Configurations/Base.xcconfig:
+
2016-07-11 Geoffrey Garen <[email protected]>
Crash due to abort() calling libc++.1.dylib: std::__1::thread::detach()
Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (203168 => 203169)
--- trunk/Source/bmalloc/Configurations/Base.xcconfig 2016-07-13 18:36:02 UTC (rev 203168)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig 2016-07-13 18:44:30 UTC (rev 203169)
@@ -86,7 +86,7 @@
TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
-SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator 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.