Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (147837 => 147838)
--- trunk/Source/WebCore/CMakeLists.txt 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/CMakeLists.txt 2013-04-06 16:57:06 UTC (rev 147838)
@@ -1871,7 +1871,6 @@
platform/SharedBuffer.cpp
platform/SharedBufferChunkReader.cpp
platform/SchemeRegistry.cpp
- platform/StatsCounter.cpp
platform/ThreadGlobalData.cpp
platform/ThreadTimers.cpp
platform/Timer.cpp
Modified: trunk/Source/WebCore/ChangeLog (147837 => 147838)
--- trunk/Source/WebCore/ChangeLog 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/ChangeLog 2013-04-06 16:57:06 UTC (rev 147838)
@@ -1,3 +1,19 @@
+2013-04-06 Anders Carlsson <ander...@apple.com>
+
+ Remove more dead Chromium code
+ https://bugs.webkit.org/show_bug.cgi?id=114090
+
+ Reviewed by Alp Toker.
+
+ * CMakeLists.txt:
+ * GNUmakefile.list.am:
+ * Target.pri:
+ * WebCore.vcproj/WebCore.vcproj:
+ * WebCore.vcxproj/WebCore.vcxproj:
+ * WebCore.xcodeproj/project.pbxproj:
+ * platform/StatsCounter.cpp: Removed.
+ * platform/StatsCounter.h: Removed.
+
2013-04-06 Patrick Gansterer <par...@webkit.org>
Build fix for WinCE after r143046.
Modified: trunk/Source/WebCore/GNUmakefile.list.am (147837 => 147838)
--- trunk/Source/WebCore/GNUmakefile.list.am 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2013-04-06 16:57:06 UTC (rev 147838)
@@ -6035,7 +6035,6 @@
Source/WebCore/platform/sql/SQLValue.cpp \
Source/WebCore/platform/sql/SQLValue.h \
Source/WebCore/platform/SSLKeyGenerator.h \
- Source/WebCore/platform/StatsCounter.h \
Source/WebCore/platform/SuddenTermination.h \
Source/WebCore/platform/Supplementable.h \
Source/WebCore/platform/SystemTime.h \
Modified: trunk/Source/WebCore/Target.pri (147837 => 147838)
--- trunk/Source/WebCore/Target.pri 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/Target.pri 2013-04-06 16:57:06 UTC (rev 147838)
@@ -1130,7 +1130,6 @@
platform/ScrollView.cpp \
platform/SharedBuffer.cpp \
platform/SharedBufferChunkReader.cpp \
- platform/StatsCounter.cpp \
platform/sql/SQLiteAuthorizer.cpp \
platform/sql/SQLiteDatabase.cpp \
platform/sql/SQLiteFileSystem.cpp \
Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (147837 => 147838)
--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2013-04-06 16:57:06 UTC (rev 147838)
@@ -29335,14 +29335,6 @@
>
</File>
<File
- RelativePath="..\platform\StatsCounter.cpp"
- >
- </File>
- <File
- RelativePath="..\platform\StatsCounter.h"
- >
- </File>
- <File
RelativePath="..\platform\SuddenTermination.h"
>
</File>
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (147837 => 147838)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-04-06 16:57:06 UTC (rev 147838)
@@ -4130,7 +4130,6 @@
<ClCompile Include="..\platform\ScrollView.cpp" />
<ClCompile Include="..\platform\SharedBuffer.cpp" />
<ClCompile Include="..\platform\SharedBufferChunkReader.cpp" />
- <ClCompile Include="..\platform\StatsCounter.cpp" />
<ClCompile Include="..\platform\ThreadGlobalData.cpp" />
<ClCompile Include="..\platform\ThreadTimers.cpp" />
<ClCompile Include="..\platform\Timer.cpp" />
@@ -11633,7 +11632,6 @@
<ClInclude Include="..\platform\Sound.h" />
<ClInclude Include="..\platform\SSLKeyGenerator.h" />
<ClInclude Include="..\platform\StatsCounter.h" />
- <ClInclude Include="..\platform\SuddenTermination.h" />
<ClInclude Include="..\platform\SystemTime.h" />
<ClInclude Include="..\platform\Theme.h" />
<ClInclude Include="..\platform\ThemeTypes.h" />
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (147837 => 147838)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2013-04-06 16:57:06 UTC (rev 147838)
@@ -5316,7 +5316,6 @@
D619A307144E00BE004BC302 /* ChildListMutationScope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D619A305144E00BE004BC302 /* ChildListMutationScope.cpp */; };
D619A308144E00BE004BC302 /* ChildListMutationScope.h in Headers */ = {isa = PBXBuildFile; fileRef = D619A306144E00BE004BC302 /* ChildListMutationScope.h */; };
D630E2AC149BF344005B2F93 /* LayoutTestSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D630E2AB149BF344005B2F97 /* LayoutTestSupport.h */; };
- D630E2AC149BF344005B2F94 /* StatsCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = D630E2AB149BF344005B2F94 /* StatsCounter.h */; };
D630E2AC149BF344005B2F95 /* MemoryUsageSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D630E2AB149BF344005B2F95 /* MemoryUsageSupport.h */; };
D630E2AC149BF344005B2F96 /* EventTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = D630E2AB149BF344005B2F96 /* EventTracer.h */; };
D6489D25166FFCF1007C031B /* JSHTMLTemplateElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6489D23166FFCF1007C031B /* JSHTMLTemplateElement.cpp */; };
@@ -5329,7 +5328,6 @@
D6E528A4149A926D00EFE1F3 /* MutationObserverInterestGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E528A2149A926D00EFE1F3 /* MutationObserverInterestGroup.h */; };
D6F7960D166FFECE0076DD18 /* JSHTMLTemplateElementCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6F7960C166FFECE0076DD18 /* JSHTMLTemplateElementCustom.cpp */; };
D6FDAEF3149C06190037B1E1 /* HistogramSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6FDAEF2149C06190037B1E1 /* HistogramSupport.cpp */; };
- D6FDAEF3149C06190037B1E2 /* StatsCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6FDAEF2149C06190037B1E2 /* StatsCounter.cpp */; };
D6FDAEF3149C06190037B1E3 /* MemoryUsageSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6FDAEF2149C06190037B1E3 /* MemoryUsageSupport.cpp */; };
D6FDAEF3149C06190037B1E4 /* EventTracer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6FDAEF2149C06190037B1E4 /* EventTracer.cpp */; };
D6FDAEF3149C06190037B1E5 /* LayoutTestSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6FDAEF2149C06190037B1E5 /* LayoutTestSupport.cpp */; };
@@ -12084,7 +12082,6 @@
D619A305144E00BE004BC302 /* ChildListMutationScope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChildListMutationScope.cpp; sourceTree = "<group>"; };
D619A306144E00BE004BC302 /* ChildListMutationScope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChildListMutationScope.h; sourceTree = "<group>"; };
D630E2AB149BF344005B2F93 /* HistogramSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistogramSupport.h; sourceTree = "<group>"; };
- D630E2AB149BF344005B2F94 /* StatsCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatsCounter.h; sourceTree = "<group>"; };
D630E2AB149BF344005B2F95 /* MemoryUsageSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryUsageSupport.h; sourceTree = "<group>"; };
D630E2AB149BF344005B2F96 /* EventTracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventTracer.h; sourceTree = "<group>"; };
D630E2AB149BF344005B2F97 /* LayoutTestSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayoutTestSupport.h; sourceTree = "<group>"; };
@@ -12099,7 +12096,6 @@
D6EFC0BD1666DF7A003D291E /* HTMLTemplateElement.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HTMLTemplateElement.idl; sourceTree = "<group>"; };
D6F7960C166FFECE0076DD18 /* JSHTMLTemplateElementCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLTemplateElementCustom.cpp; sourceTree = "<group>"; };
D6FDAEF2149C06190037B1E1 /* HistogramSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HistogramSupport.cpp; sourceTree = "<group>"; };
- D6FDAEF2149C06190037B1E2 /* StatsCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StatsCounter.cpp; sourceTree = "<group>"; };
D6FDAEF2149C06190037B1E3 /* MemoryUsageSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryUsageSupport.cpp; sourceTree = "<group>"; };
D6FDAEF2149C06190037B1E4 /* EventTracer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventTracer.cpp; sourceTree = "<group>"; };
D6FDAEF2149C06190037B1E5 /* LayoutTestSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutTestSupport.cpp; sourceTree = "<group>"; };
@@ -19385,8 +19381,6 @@
93309EA0099EB78C0056E581 /* SharedTimer.h */,
4B3043C60AE0370300A82647 /* Sound.h */,
F587866202DE3B1101EA4122 /* SSLKeyGenerator.h */,
- D6FDAEF2149C06190037B1E2 /* StatsCounter.cpp */,
- D630E2AB149BF344005B2F94 /* StatsCounter.h */,
93B2D8150F9920D2006AE6B2 /* SuddenTermination.h */,
97627B9714FB5424002CDCA1 /* Supplementable.h */,
93E62D990985F41600E1B5E3 /* SystemTime.h */,
@@ -23460,7 +23454,6 @@
93F1996308245E59001E9ABC /* SSLKeyGenerator.h in Headers */,
CEA3949D11D45CDA003094CF /* StaticHashSetNodeList.h in Headers */,
BC7FA62D0D1F0EFF00DB22A9 /* StaticNodeList.h in Headers */,
- D630E2AC149BF344005B2F94 /* StatsCounter.h in Headers */,
A5AFB350115151A700B045CB /* StepRange.h in Headers */,
51BE37E00DAEE00E001085FC /* StorageArea.h in Headers */,
C5160EEB1004543A00A7CEE2 /* StorageAreaImpl.h in Headers */,
@@ -26518,7 +26511,6 @@
93F19AE608245E59001E9ABC /* SSLKeyGeneratorMac.cpp in Sources */,
CEA3949C11D45CDA003094CF /* StaticHashSetNodeList.cpp in Sources */,
BC7FA62E0D1F0EFF00DB22A9 /* StaticNodeList.cpp in Sources */,
- D6FDAEF3149C06190037B1E2 /* StatsCounter.cpp in Sources */,
A5AFB34F115151A700B045CB /* StepRange.cpp in Sources */,
51E3F9C70DA059DC00250911 /* Storage.cpp in Sources */,
C5160EEA1004543A00A7CEE2 /* StorageAreaImpl.cpp in Sources */,
Deleted: trunk/Source/WebCore/platform/StatsCounter.cpp (147837 => 147838)
--- trunk/Source/WebCore/platform/StatsCounter.cpp 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/platform/StatsCounter.cpp 2013-04-06 16:57:06 UTC (rev 147838)
@@ -1,40 +0,0 @@
-/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include "config.h"
-#include "StatsCounter.h"
-
-namespace WebCore {
-
-void StatsCounter::incrementStatsCounter(const char*)
-{
-}
-
-} // namespace WebCore
Deleted: trunk/Source/WebCore/platform/StatsCounter.h (147837 => 147838)
--- trunk/Source/WebCore/platform/StatsCounter.h 2013-04-06 10:06:46 UTC (rev 147837)
+++ trunk/Source/WebCore/platform/StatsCounter.h 2013-04-06 16:57:06 UTC (rev 147838)
@@ -1,43 +0,0 @@
-/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef StatsCounter_h
-#define StatsCounter_h
-
-namespace WebCore {
-
-class StatsCounter {
-public:
- static void incrementStatsCounter(const char*);
-};
-
-} // namespace WebCore
-
-#endif // StatsCounter_h