Reviewed by Darin.
* JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
WebCore:
Reviewed by Darin.
* WebCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
WebKit:
Reviewed by Darin.
* WebKit.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10066
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-08-05 Adele Peterson <adele@apple.com>
+
+ Reviewed by Darin.
+
+ * JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
+
2005-08-05 Geoffrey Garen <ggaren@apple.com>
-fixed <rdar://problem/4207220> REGRESSION (DENVER): Crash occurs
149C277208902AFE008A9EFC /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Development;
};
149C277308902AFE008A9EFC /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Deployment;
};
149C277408902AFE008A9EFC /* OptimizedWithSymbols */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = OptimizedWithSymbols;
};
149C277508902AFE008A9EFC /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Default;
};
+2005-08-05 Adele Peterson <adele@apple.com>
+
+ Reviewed by Darin.
+
+ * WebCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
+
2005-08-05 Geoffrey Garen <ggaren@apple.com>
-added layout test for fix to: <rdar://problem/4161606> JavaScript regular
149C284408902B11008A9EFC /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Development;
};
149C284508902B11008A9EFC /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Deployment;
};
149C284608902B11008A9EFC /* OptimizedWithSymbols */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = OptimizedWithSymbols;
};
149C284708902B11008A9EFC /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Default;
};
+2005-08-05 Adele Peterson <adele@apple.com>
+
+ Reviewed by Darin.
+
+ * WebKit.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
+
2005-08-04 Justin Garcia <justin.garcia@apple.com>
Reviewed by darin
149C283308902B0F008A9EFC /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Development;
};
149C283408902B0F008A9EFC /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Deployment;
};
149C283508902B0F008A9EFC /* OptimizedWithSymbols */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = OptimizedWithSymbols;
};
149C283608902B0F008A9EFC /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ GCC_THREADSAFE_STATICS = NO;
};
name = Default;
};