[webkit-changes] cvs commit: JavaScriptCore/JavaScriptCore.xcodeproj project.pbxproj

Adele adele at opensource.apple.com
Fri Aug 5 19:30:32 PDT 2005


adele       05/08/05 19:30:32

  Modified:    .        ChangeLog
               WebKit.xcodeproj project.pbxproj
               .        ChangeLog
               WebCore.xcodeproj project.pbxproj
               .        ChangeLog
               JavaScriptCore.xcodeproj project.pbxproj
  Log:
  JavaScriptCore:
  
          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.
  
  Revision  Changes    Path
  1.3283    +6 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3282
  retrieving revision 1.3283
  diff -u -r1.3282 -r1.3283
  --- ChangeLog	5 Aug 2005 05:05:54 -0000	1.3282
  +++ ChangeLog	6 Aug 2005 02:30:23 -0000	1.3283
  @@ -1,3 +1,9 @@
  +2005-08-05  Adele Peterson  <adele at apple.com>
  +
  +        Reviewed by Darin.
  +
  +        * WebKit.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
  +
   2005-08-04  Justin Garcia  <justin.garcia at apple.com>
   
           Reviewed by darin
  
  
  
  1.4       +4 -0      WebKit/WebKit.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebKit/WebKit.xcodeproj/project.pbxproj,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.pbxproj	30 Jul 2005 03:00:28 -0000	1.3
  +++ project.pbxproj	6 Aug 2005 02:30:26 -0000	1.4
  @@ -2112,24 +2112,28 @@
   		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;
   		};
  
  
  
  1.4529    +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4528
  retrieving revision 1.4529
  diff -u -r1.4528 -r1.4529
  --- ChangeLog	5 Aug 2005 20:47:31 -0000	1.4528
  +++ ChangeLog	6 Aug 2005 02:30:26 -0000	1.4529
  @@ -1,3 +1,9 @@
  +2005-08-05  Adele Peterson  <adele at apple.com>
  +
  +        Reviewed by Darin.
  +
  +        * WebCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
  +
   2005-08-05  Geoffrey Garen  <ggaren at apple.com>
   
           -added layout test for fix to: <rdar://problem/4161606> JavaScript regular
  
  
  
  1.7       +4 -0      WebCore/WebCore.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebCore/WebCore.xcodeproj/project.pbxproj,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.pbxproj	2 Aug 2005 20:28:38 -0000	1.6
  +++ project.pbxproj	6 Aug 2005 02:30:30 -0000	1.7
  @@ -10527,24 +10527,28 @@
   		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;
   		};
  
  
  
  1.775     +6 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.774
  retrieving revision 1.775
  diff -u -r1.774 -r1.775
  --- ChangeLog	6 Aug 2005 01:16:24 -0000	1.774
  +++ ChangeLog	6 Aug 2005 02:30:31 -0000	1.775
  @@ -1,3 +1,9 @@
  +2005-08-05  Adele Peterson  <adele at apple.com>
  +
  +        Reviewed by Darin.
  +
  +        * JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
  +
   2005-08-05  Geoffrey Garen  <ggaren at apple.com>
   
           -fixed <rdar://problem/4207220> REGRESSION (DENVER): Crash occurs 
  
  
  
  1.3       +4 -0      JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.pbxproj	27 Jul 2005 23:10:49 -0000	1.2
  +++ project.pbxproj	6 Aug 2005 02:30:31 -0000	1.3
  @@ -2258,24 +2258,28 @@
   		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;
   		};
  
  
  



More information about the webkit-changes mailing list