Changeset 98790 in webkit
- Timestamp:
- Oct 28, 2011, 6:14:41 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 1 deleted
- 8 edited
-
CMakeLists.txt (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
-
GNUmakefile.list.am (modified) (1 diff)
-
WebCore.gypi (modified) (1 diff)
-
WebCore.pro (modified) (1 diff)
-
WebCore.vcproj/WebCore.vcproj (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (4 diffs)
-
dom/DOMAllInOne.cpp (modified) (1 diff)
-
dom/ExceptionCode.cpp (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/CMakeLists.txt
r98777 r98790 558 558 dom/EventTarget.cpp 559 559 dom/ExceptionBase.cpp 560 dom/ExceptionCode.cpp561 560 dom/ExceptionCodePlaceholder.cpp 562 561 dom/IconURL.cpp -
trunk/Source/WebCore/ChangeLog
r98789 r98790 1 2011-10-28 Adam Barth <abarth@webkit.org> 2 3 Delete ExceptionCode.cpp, which is empty 4 https://bugs.webkit.org/show_bug.cgi?id=71159 5 6 Reviewed by Eric Seidel. 7 8 This file has been stripped down to nothing and can be removed. 9 10 * CMakeLists.txt: 11 * GNUmakefile.list.am: 12 * WebCore.gypi: 13 * WebCore.pro: 14 * WebCore.vcproj/WebCore.vcproj: 15 * WebCore.xcodeproj/project.pbxproj: 16 * dom/DOMAllInOne.cpp: 17 * dom/ExceptionCode.cpp: Removed. 18 1 19 2011-10-28 Sheriff Bot <webkit.review.bot@gmail.com> 2 20 -
trunk/Source/WebCore/GNUmakefile.list.am
r98777 r98790 1236 1236 Source/WebCore/dom/ExceptionBase.cpp \ 1237 1237 Source/WebCore/dom/ExceptionBase.h \ 1238 Source/WebCore/dom/ExceptionCode.cpp \1239 1238 Source/WebCore/dom/ExceptionCode.h \ 1240 1239 Source/WebCore/dom/ExceptionCodePlaceholder.cpp \ -
trunk/Source/WebCore/WebCore.gypi
r98777 r98790 5241 5241 'dom/ExceptionBase.cpp', 5242 5242 'dom/ExceptionBase.h', 5243 'dom/ExceptionCode.cpp',5244 5243 'dom/ExceptionCodePlaceholder.cpp', 5245 5244 'dom/HashChangeEvent.h', -
trunk/Source/WebCore/WebCore.pro
r98777 r98790 511 511 dom/EventTarget.cpp \ 512 512 dom/ExceptionBase.cpp \ 513 dom/ExceptionCode.cpp \514 513 dom/ExceptionCodePlaceholder.cpp \ 515 514 dom/IconURL.cpp \ -
trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj
r98779 r98790 46003 46003 </File> 46004 46004 <File 46005 RelativePath="..\dom\ExceptionCode.cpp"46006 >46007 <FileConfiguration46008 Name="Debug|Win32"46009 ExcludedFromBuild="true"46010 >46011 <Tool46012 Name="VCCLCompilerTool"46013 />46014 </FileConfiguration>46015 <FileConfiguration46016 Name="Release|Win32"46017 ExcludedFromBuild="true"46018 >46019 <Tool46020 Name="VCCLCompilerTool"46021 />46022 </FileConfiguration>46023 <FileConfiguration46024 Name="Debug_Cairo_CFLite|Win32"46025 ExcludedFromBuild="true"46026 >46027 <Tool46028 Name="VCCLCompilerTool"46029 />46030 </FileConfiguration>46031 <FileConfiguration46032 Name="Release_Cairo_CFLite|Win32"46033 ExcludedFromBuild="true"46034 >46035 <Tool46036 Name="VCCLCompilerTool"46037 />46038 </FileConfiguration>46039 <FileConfiguration46040 Name="Debug_All|Win32"46041 ExcludedFromBuild="true"46042 >46043 <Tool46044 Name="VCCLCompilerTool"46045 />46046 </FileConfiguration>46047 <FileConfiguration46048 Name="Production|Win32"46049 ExcludedFromBuild="true"46050 >46051 <Tool46052 Name="VCCLCompilerTool"46053 />46054 </FileConfiguration>46055 </File>46056 <File46057 46005 RelativePath="..\dom\ExceptionCode.h" 46058 46006 > -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r98775 r98790 3070 3070 9382AAB40D8C386100F357A6 /* NodeWithIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 9382AAB10D8C386100F357A6 /* NodeWithIndex.h */; }; 3071 3071 9382DF5810A8D5C900925652 /* ColorSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9382DF5710A8D5C900925652 /* ColorSpace.h */; settings = {ATTRIBUTES = (Private, ); }; }; 3072 93831B570D087D6000E5C984 /* ExceptionCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93831B560D087D6000E5C984 /* ExceptionCode.cpp */; };3073 3072 938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; }; 3074 3073 938E65F709F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */; }; … … 10226 10225 9382AAB10D8C386100F357A6 /* NodeWithIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeWithIndex.h; sourceTree = "<group>"; }; 10227 10226 9382DF5710A8D5C900925652 /* ColorSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorSpace.h; sourceTree = "<group>"; }; 10228 93831B560D087D6000E5C984 /* ExceptionCode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionCode.cpp; sourceTree = "<group>"; };10229 10227 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSHTMLElementWrapperFactory.h; sourceTree = "<group>"; }; 10230 10228 938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLElementWrapperFactory.cpp; sourceTree = "<group>"; }; … … 21028 21026 BC60D8F00D2A11E000B9918F /* ExceptionBase.cpp */, 21029 21027 BC60D8F10D2A11E000B9918F /* ExceptionBase.h */, 21030 93831B560D087D6000E5C984 /* ExceptionCode.cpp */,21031 21028 935FBCF109BA143B00E230B1 /* ExceptionCode.h */, 21032 21029 A7CACDB013CE875B00BBBE3F /* ExceptionCodePlaceholder.cpp */, … … 25535 25532 E12EDBEA0B308E0B002704B6 /* EventTarget.cpp in Sources */, 25536 25533 BC60D8F20D2A11E000B9918F /* ExceptionBase.cpp in Sources */, 25537 93831B570D087D6000E5C984 /* ExceptionCode.cpp in Sources */,25538 25534 A7CACDB113CE875C00BBBE3F /* ExceptionCodePlaceholder.cpp in Sources */, 25539 25535 148AFDA60AF58360008CC700 /* ExceptionHandlers.mm in Sources */, -
trunk/Source/WebCore/dom/DOMAllInOne.cpp
r98686 r98790 79 79 #include "EventTarget.cpp" 80 80 #include "ExceptionBase.cpp" 81 #include "ExceptionCode.cpp"82 81 #include "ExceptionCodePlaceholder.cpp" 83 82 #include "IconURL.cpp"
Note:
See TracChangeset
for help on using the changeset viewer.