Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (159664 => 159665)
--- trunk/Source/_javascript_Core/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,3 +1,11 @@
+2013-11-21 Mark Rowe <[email protected]>
+
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
2013-11-21 Michael Saboff <[email protected]>
ARM64: Implement push/pop equivalents in LLInt
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -42,10 +42,7 @@
GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
GCC_ENABLE_OBJC_GC_iphoneos = NO;
GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
-GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
-GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
-GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
+GCC_ENABLE_OBJC_GC_macosx = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (159664 => 159665)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,3 +1,11 @@
+2013-11-21 Mark Rowe <[email protected]>
+
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
2013-11-21 Brent Fulgham <[email protected]>
Unreviewed gardening to hide annoying *.user files when.
Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -15,10 +15,7 @@
GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
GCC_ENABLE_OBJC_GC_iphoneos = NO;
GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
-GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
-GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
-GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
+GCC_ENABLE_OBJC_GC_macosx = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Modified: trunk/Source/WTF/ChangeLog (159664 => 159665)
--- trunk/Source/WTF/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WTF/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,3 +1,11 @@
+2013-11-21 Mark Rowe <[email protected]>
+
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
2013-11-20 Mark Lam <[email protected]>
Introducing VMEntryScope to update the VM stack limit.
Modified: trunk/Source/WTF/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/WTF/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WTF/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -42,10 +42,7 @@
GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
GCC_ENABLE_OBJC_GC_iphoneos = NO;
GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
-GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
-GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
-GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
+GCC_ENABLE_OBJC_GC_macosx = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Modified: trunk/Source/WebCore/ChangeLog (159664 => 159665)
--- trunk/Source/WebCore/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebCore/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,5 +1,13 @@
2013-11-21 Mark Rowe <[email protected]>
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
+2013-11-21 Mark Rowe <[email protected]>
+
<https://webkit.org/b/124700> Fix some deprecation warnings.
Reviewed by Anders Carlsson.
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -40,10 +40,7 @@
GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
GCC_ENABLE_OBJC_GC_iphoneos = NO;
GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
-GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
-GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
-GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
+GCC_ENABLE_OBJC_GC_macosx = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Modified: trunk/Source/WebKit/mac/ChangeLog (159664 => 159665)
--- trunk/Source/WebKit/mac/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebKit/mac/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,5 +1,13 @@
2013-11-21 Mark Rowe <[email protected]>
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
+2013-11-21 Mark Rowe <[email protected]>
+
<https://webkit.org/b/124700> Fix some deprecation warnings.
Reviewed by Anders Carlsson.
Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -40,10 +40,7 @@
GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(PLATFORM_NAME));
GCC_ENABLE_OBJC_GC_iphoneos = NO;
GCC_ENABLE_OBJC_GC_iphonesimulator = NO;
-GCC_ENABLE_OBJC_GC_macosx = $(GCC_ENABLE_OBJC_GC_macosx_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_macosx_1080 = supported;
-GCC_ENABLE_OBJC_GC_macosx_1090 = supported;
-GCC_ENABLE_OBJC_GC_macosx_101000 = NO;
+GCC_ENABLE_OBJC_GC_macosx = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Modified: trunk/Source/WebKit2/ChangeLog (159664 => 159665)
--- trunk/Source/WebKit2/ChangeLog 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-22 02:57:41 UTC (rev 159665)
@@ -1,5 +1,13 @@
2013-11-21 Mark Rowe <[email protected]>
+ <https://webkit.org/b/124701> Fix an error in a few Xcode configuration setting files.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Configurations/Base.xcconfig:
+
+2013-11-21 Mark Rowe <[email protected]>
+
<https://webkit.org/b/124700> Fix some deprecation warnings.
Reviewed by Anders Carlsson.
Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (159664 => 159665)
--- trunk/Source/WebKit2/Configurations/Base.xcconfig 2013-11-22 02:56:22 UTC (rev 159664)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig 2013-11-22 02:57:41 UTC (rev 159665)
@@ -37,10 +37,7 @@
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-GCC_ENABLE_OBJC_GC = $(GCC_ENABLE_OBJC_GC_$(MAC_OS_X_VERSION_MAJOR));
-GCC_ENABLE_OBJC_GC_1080 = supported;
-GCC_ENABLE_OBJC_GC_1090 = supported;
-GCC_ENABLE_OBJC_GC_101000 = NO;
+GCC_ENABLE_OBJC_GC = supported;
GCC_ENABLE_SYMBOL_SEPARATION = NO;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;