Title: [98790] trunk/Source/WebCore
Revision
98790
Author
[email protected]
Date
2011-10-28 18:14:41 -0700 (Fri, 28 Oct 2011)

Log Message

Delete ExceptionCode.cpp, which is empty
https://bugs.webkit.org/show_bug.cgi?id=71159

Reviewed by Eric Seidel.

This file has been stripped down to nothing and can be removed.

* CMakeLists.txt:
* GNUmakefile.list.am:
* WebCore.gypi:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* dom/DOMAllInOne.cpp:
* dom/ExceptionCode.cpp: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (98789 => 98790)


--- trunk/Source/WebCore/CMakeLists.txt	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/CMakeLists.txt	2011-10-29 01:14:41 UTC (rev 98790)
@@ -557,7 +557,6 @@
     dom/EventNames.cpp
     dom/EventTarget.cpp
     dom/ExceptionBase.cpp
-    dom/ExceptionCode.cpp
     dom/ExceptionCodePlaceholder.cpp
     dom/IconURL.cpp
     dom/KeyboardEvent.cpp

Modified: trunk/Source/WebCore/ChangeLog (98789 => 98790)


--- trunk/Source/WebCore/ChangeLog	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/ChangeLog	2011-10-29 01:14:41 UTC (rev 98790)
@@ -1,3 +1,21 @@
+2011-10-28  Adam Barth  <[email protected]>
+
+        Delete ExceptionCode.cpp, which is empty
+        https://bugs.webkit.org/show_bug.cgi?id=71159
+
+        Reviewed by Eric Seidel.
+
+        This file has been stripped down to nothing and can be removed.
+
+        * CMakeLists.txt:
+        * GNUmakefile.list.am:
+        * WebCore.gypi:
+        * WebCore.pro:
+        * WebCore.vcproj/WebCore.vcproj:
+        * WebCore.xcodeproj/project.pbxproj:
+        * dom/DOMAllInOne.cpp:
+        * dom/ExceptionCode.cpp: Removed.
+
 2011-10-28  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r98776.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (98789 => 98790)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-10-29 01:14:41 UTC (rev 98790)
@@ -1235,7 +1235,6 @@
 	Source/WebCore/dom/EventQueue.h \
 	Source/WebCore/dom/ExceptionBase.cpp \
 	Source/WebCore/dom/ExceptionBase.h \
-	Source/WebCore/dom/ExceptionCode.cpp \
 	Source/WebCore/dom/ExceptionCode.h \
 	Source/WebCore/dom/ExceptionCodePlaceholder.cpp \
 	Source/WebCore/dom/ExceptionCodePlaceholder.h \

Modified: trunk/Source/WebCore/WebCore.gypi (98789 => 98790)


--- trunk/Source/WebCore/WebCore.gypi	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/WebCore.gypi	2011-10-29 01:14:41 UTC (rev 98790)
@@ -5240,7 +5240,6 @@
             'dom/EventTarget.cpp',
             'dom/ExceptionBase.cpp',
             'dom/ExceptionBase.h',
-            'dom/ExceptionCode.cpp',
             'dom/ExceptionCodePlaceholder.cpp',
             'dom/HashChangeEvent.h',
             'dom/IgnoreDestructiveWriteCountIncrementer.h',

Modified: trunk/Source/WebCore/WebCore.pro (98789 => 98790)


--- trunk/Source/WebCore/WebCore.pro	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/WebCore.pro	2011-10-29 01:14:41 UTC (rev 98790)
@@ -510,7 +510,6 @@
     dom/EventNames.cpp \
     dom/EventTarget.cpp \
     dom/ExceptionBase.cpp \
-    dom/ExceptionCode.cpp \
     dom/ExceptionCodePlaceholder.cpp \
     dom/IconURL.cpp \
     dom/KeyboardEvent.cpp \

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (98789 => 98790)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-29 01:14:41 UTC (rev 98790)
@@ -46002,58 +46002,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\dom\ExceptionCode.cpp"
-				>
-				<FileConfiguration
-					Name="Debug|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Debug_Cairo_CFLite|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release_Cairo_CFLite|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Debug_All|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Production|Win32"
-					ExcludedFromBuild="true"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-			</File>
-			<File
 				RelativePath="..\dom\ExceptionCode.h"
 				>
 			</File>

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (98789 => 98790)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-10-29 01:14:41 UTC (rev 98790)
@@ -3069,7 +3069,6 @@
 		938192050F87E1EC00D5352A /* BinaryPropertyList.h in Headers */ = {isa = PBXBuildFile; fileRef = 938192040F87E1EC00D5352A /* BinaryPropertyList.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		9382AAB40D8C386100F357A6 /* NodeWithIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 9382AAB10D8C386100F357A6 /* NodeWithIndex.h */; };
 		9382DF5810A8D5C900925652 /* ColorSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9382DF5710A8D5C900925652 /* ColorSpace.h */; settings = {ATTRIBUTES = (Private, ); }; };
-		93831B570D087D6000E5C984 /* ExceptionCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93831B560D087D6000E5C984 /* ExceptionCode.cpp */; };
 		938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; };
 		938E65F709F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */; };
 		938E666009F09B81008A48EC /* JSHTMLCanvasElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 938E665F09F09B81008A48EC /* JSHTMLCanvasElement.cpp */; };
@@ -10225,7 +10224,6 @@
 		938192040F87E1EC00D5352A /* BinaryPropertyList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinaryPropertyList.h; sourceTree = "<group>"; };
 		9382AAB10D8C386100F357A6 /* NodeWithIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeWithIndex.h; sourceTree = "<group>"; };
 		9382DF5710A8D5C900925652 /* ColorSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorSpace.h; sourceTree = "<group>"; };
-		93831B560D087D6000E5C984 /* ExceptionCode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionCode.cpp; sourceTree = "<group>"; };
 		938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSHTMLElementWrapperFactory.h; sourceTree = "<group>"; };
 		938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLElementWrapperFactory.cpp; sourceTree = "<group>"; };
 		938E662509F09956008A48EC /* HTMLCanvasElement.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HTMLCanvasElement.idl; sourceTree = "<group>"; };
@@ -21027,7 +21025,6 @@
 				85AFA7420AAF298400E84305 /* EventTarget.idl */,
 				BC60D8F00D2A11E000B9918F /* ExceptionBase.cpp */,
 				BC60D8F10D2A11E000B9918F /* ExceptionBase.h */,
-				93831B560D087D6000E5C984 /* ExceptionCode.cpp */,
 				935FBCF109BA143B00E230B1 /* ExceptionCode.h */,
 				A7CACDB013CE875B00BBBE3F /* ExceptionCodePlaceholder.cpp */,
 				A74BB76A13BDA86300FF7BF0 /* ExceptionCodePlaceholder.h */,
@@ -25534,7 +25531,6 @@
 				E0FEF372B27C53EAC1C1FBEE /* EventSource.cpp in Sources */,
 				E12EDBEA0B308E0B002704B6 /* EventTarget.cpp in Sources */,
 				BC60D8F20D2A11E000B9918F /* ExceptionBase.cpp in Sources */,
-				93831B570D087D6000E5C984 /* ExceptionCode.cpp in Sources */,
 				A7CACDB113CE875C00BBBE3F /* ExceptionCodePlaceholder.cpp in Sources */,
 				148AFDA60AF58360008CC700 /* ExceptionHandlers.mm in Sources */,
 				6E67D2A61280E8A4008758F7 /* Extensions3DOpenGL.cpp in Sources */,

Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (98789 => 98790)


--- trunk/Source/WebCore/dom/DOMAllInOne.cpp	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp	2011-10-29 01:14:41 UTC (rev 98790)
@@ -78,7 +78,6 @@
 #include "EventNames.cpp"
 #include "EventTarget.cpp"
 #include "ExceptionBase.cpp"
-#include "ExceptionCode.cpp"
 #include "ExceptionCodePlaceholder.cpp"
 #include "IconURL.cpp"
 #include "KeyboardEvent.cpp"

Deleted: trunk/Source/WebCore/dom/ExceptionCode.cpp (98789 => 98790)


--- trunk/Source/WebCore/dom/ExceptionCode.cpp	2011-10-29 00:51:37 UTC (rev 98789)
+++ trunk/Source/WebCore/dom/ExceptionCode.cpp	2011-10-29 01:14:41 UTC (rev 98790)
@@ -1,29 +0,0 @@
-/*
- *  Copyright (C) 2006, 2007 Apple 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:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. 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.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. 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 "ExceptionCode.h"
-
-// FIXME: Remove this file.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to