Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (197009 => 197010)
--- trunk/Source/_javascript_Core/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-23 Gavin Barraclough <[email protected]>
Remove HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -77,7 +77,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (197009 => 197010)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-01-08 Brent Fulgham <[email protected]>
[ANGLE] Correct UNREACHABLE runtime assertion for void constructors
Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -40,7 +40,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
PREBINDING = NO;
STRIP_INSTALLED_PRODUCT = NO;
Modified: trunk/Source/WTF/ChangeLog (197009 => 197010)
--- trunk/Source/WTF/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WTF/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-23 Gavin Barraclough <[email protected]>
Remove HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define
Modified: trunk/Source/WTF/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/WTF/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WTF/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -78,7 +78,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include $(DSTROOT)/usr/local/include icu $(HEADER_SEARCH_PATHS);
Modified: trunk/Source/WebCore/ChangeLog (197009 => 197010)
--- trunk/Source/WebCore/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebCore/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-23 Dean Jackson <[email protected]>
[WebGL] iOS doesn't respect the alpha:false context creation attribute
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -76,7 +76,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -Wno-unknown-warning-option;
Modified: trunk/Source/WebInspectorUI/ChangeLog (197009 => 197010)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-22 Matt Baker <[email protected]>
Web Inspector: Timelines sidebar and overview attempt to access undefined properties when FPS instrument is absent
Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -46,7 +46,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
WARNING_CFLAGS = -Wall -W -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wexit-time-destructors;
ENGINEERING_BUILD_DEFINES = $(ENGINEERING_BUILD_DEFINES_$(ENGINEERING_BUILD));
Modified: trunk/Source/WebKit/mac/ChangeLog (197009 => 197010)
--- trunk/Source/WebKit/mac/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebKit/mac/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-23 Gavin Barraclough <[email protected]>
Remove HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define
Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -69,7 +69,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
OTHER_MIGFLAGS = -F$(BUILT_PRODUCTS_DIR);
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
Modified: trunk/Source/WebKit2/ChangeLog (197009 => 197010)
--- trunk/Source/WebKit2/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebKit2/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-23 Gavin Barraclough <[email protected]>
Remove HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define
Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/WebKit2/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -69,7 +69,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
OTHER_MIGFLAGS = -F$(BUILT_PRODUCTS_DIR);
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
Modified: trunk/Source/bmalloc/ChangeLog (197009 => 197010)
--- trunk/Source/bmalloc/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/bmalloc/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,12 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+
2016-02-22 Konstantin Tokarev <[email protected]>
Fixed compilation of bmalloc with GCC 4.8 after r196873.
Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Source/bmalloc/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -77,7 +77,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
PREBINDING = NO;
WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
Modified: trunk/Tools/ChangeLog (197009 => 197010)
--- trunk/Tools/ChangeLog 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/ChangeLog 2016-02-24 04:26:45 UTC (rev 197010)
@@ -1,3 +1,18 @@
+2016-02-23 Dan Bernstein <[email protected]>
+
+ [Xcode] Linker errors display mangled names, but no longer should
+ https://bugs.webkit.org/show_bug.cgi?id=154632
+
+ Reviewed by Sam Weinig.
+
+ * ContentExtensionTester/Configurations/Base.xcconfig: Stop setting LINKER_DISPLAYS_MANGLED_NAMES to YES.
+ * DumpRenderTree/mac/Configurations/Base.xcconfig: Ditto.
+ * LayoutTestRelay/Configurations/Base.xcconfig: Ditto.
+ * MiniBrowser/Configurations/Base.xcconfig: Ditto.
+ * TestWebKitAPI/Configurations/Base.xcconfig: Ditto.
+ * WebEditingTester/Configurations/Base.xcconfig: Ditto.
+ * WebKitTestRunner/Configurations/Base.xcconfig: Ditto.
+
2016-02-23 Anders Carlsson <[email protected]>
WKWebView should implement NSCoding
Modified: trunk/Tools/ContentExtensionTester/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/ContentExtensionTester/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/ContentExtensionTester/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -63,7 +63,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -64,7 +64,6 @@
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=arm64] = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter -Wundef
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
DEBUG_DEFINES_debug = ;
DEBUG_DEFINES_normal = NDEBUG;
Modified: trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -46,7 +46,6 @@
GCC_WARN_UNUSED_VARIABLE = YES
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter -Wundef
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
DEBUG_DEFINES_debug = ;
DEBUG_DEFINES_normal = NDEBUG;
Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -53,7 +53,6 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
GCC_NO_COMMON_BLOCKS = YES;
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -63,7 +63,6 @@
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=arm64] = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
// 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/Tools/WebEditingTester/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/WebEditingTester/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/WebEditingTester/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -52,7 +52,6 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (197009 => 197010)
--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2016-02-24 01:57:49 UTC (rev 197009)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2016-02-24 04:26:45 UTC (rev 197010)
@@ -47,7 +47,6 @@
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=arm64] = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
WARNING_CFLAGS = -Wall -W -Wno-unused-parameter -Wundef
-LINKER_DISPLAYS_MANGLED_NAMES = YES;
GCC_PREFIX_HEADER = WebKitTestRunnerPrefix.h
DEBUG_DEFINES_debug = ;