⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98790 in webkit


Ignore:
Timestamp:
Oct 28, 2011, 6:14:41 PM (15 years ago)
Author:
abarth@webkit.org
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.
Location:
trunk/Source/WebCore
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r98777 r98790  
    558558    dom/EventTarget.cpp
    559559    dom/ExceptionBase.cpp
    560     dom/ExceptionCode.cpp
    561560    dom/ExceptionCodePlaceholder.cpp
    562561    dom/IconURL.cpp
  • trunk/Source/WebCore/ChangeLog

    r98789 r98790  
     12011-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
    1192011-10-28  Sheriff Bot  <webkit.review.bot@gmail.com>
    220
  • trunk/Source/WebCore/GNUmakefile.list.am

    r98777 r98790  
    12361236        Source/WebCore/dom/ExceptionBase.cpp \
    12371237        Source/WebCore/dom/ExceptionBase.h \
    1238         Source/WebCore/dom/ExceptionCode.cpp \
    12391238        Source/WebCore/dom/ExceptionCode.h \
    12401239        Source/WebCore/dom/ExceptionCodePlaceholder.cpp \
  • trunk/Source/WebCore/WebCore.gypi

    r98777 r98790  
    52415241            'dom/ExceptionBase.cpp',
    52425242            'dom/ExceptionBase.h',
    5243             'dom/ExceptionCode.cpp',
    52445243            'dom/ExceptionCodePlaceholder.cpp',
    52455244            'dom/HashChangeEvent.h',
  • trunk/Source/WebCore/WebCore.pro

    r98777 r98790  
    511511    dom/EventTarget.cpp \
    512512    dom/ExceptionBase.cpp \
    513     dom/ExceptionCode.cpp \
    514513    dom/ExceptionCodePlaceholder.cpp \
    515514    dom/IconURL.cpp \
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r98779 r98790  
    4600346003                        </File>
    4600446004                        <File
    46005                                 RelativePath="..\dom\ExceptionCode.cpp"
    46006                                 >
    46007                                 <FileConfiguration
    46008                                         Name="Debug|Win32"
    46009                                         ExcludedFromBuild="true"
    46010                                         >
    46011                                         <Tool
    46012                                                 Name="VCCLCompilerTool"
    46013                                         />
    46014                                 </FileConfiguration>
    46015                                 <FileConfiguration
    46016                                         Name="Release|Win32"
    46017                                         ExcludedFromBuild="true"
    46018                                         >
    46019                                         <Tool
    46020                                                 Name="VCCLCompilerTool"
    46021                                         />
    46022                                 </FileConfiguration>
    46023                                 <FileConfiguration
    46024                                         Name="Debug_Cairo_CFLite|Win32"
    46025                                         ExcludedFromBuild="true"
    46026                                         >
    46027                                         <Tool
    46028                                                 Name="VCCLCompilerTool"
    46029                                         />
    46030                                 </FileConfiguration>
    46031                                 <FileConfiguration
    46032                                         Name="Release_Cairo_CFLite|Win32"
    46033                                         ExcludedFromBuild="true"
    46034                                         >
    46035                                         <Tool
    46036                                                 Name="VCCLCompilerTool"
    46037                                         />
    46038                                 </FileConfiguration>
    46039                                 <FileConfiguration
    46040                                         Name="Debug_All|Win32"
    46041                                         ExcludedFromBuild="true"
    46042                                         >
    46043                                         <Tool
    46044                                                 Name="VCCLCompilerTool"
    46045                                         />
    46046                                 </FileConfiguration>
    46047                                 <FileConfiguration
    46048                                         Name="Production|Win32"
    46049                                         ExcludedFromBuild="true"
    46050                                         >
    46051                                         <Tool
    46052                                                 Name="VCCLCompilerTool"
    46053                                         />
    46054                                 </FileConfiguration>
    46055                         </File>
    46056                         <File
    4605746005                                RelativePath="..\dom\ExceptionCode.h"
    4605846006                                >
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r98775 r98790  
    30703070                9382AAB40D8C386100F357A6 /* NodeWithIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 9382AAB10D8C386100F357A6 /* NodeWithIndex.h */; };
    30713071                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 */; };
    30733072                938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; };
    30743073                938E65F709F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */; };
     
    1022610225                9382AAB10D8C386100F357A6 /* NodeWithIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeWithIndex.h; sourceTree = "<group>"; };
    1022710226                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>"; };
    1022910227                938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSHTMLElementWrapperFactory.h; sourceTree = "<group>"; };
    1023010228                938E65F609F0985D008A48EC /* JSHTMLElementWrapperFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSHTMLElementWrapperFactory.cpp; sourceTree = "<group>"; };
     
    2102821026                                BC60D8F00D2A11E000B9918F /* ExceptionBase.cpp */,
    2102921027                                BC60D8F10D2A11E000B9918F /* ExceptionBase.h */,
    21030                                 93831B560D087D6000E5C984 /* ExceptionCode.cpp */,
    2103121028                                935FBCF109BA143B00E230B1 /* ExceptionCode.h */,
    2103221029                                A7CACDB013CE875B00BBBE3F /* ExceptionCodePlaceholder.cpp */,
     
    2553525532                                E12EDBEA0B308E0B002704B6 /* EventTarget.cpp in Sources */,
    2553625533                                BC60D8F20D2A11E000B9918F /* ExceptionBase.cpp in Sources */,
    25537                                 93831B570D087D6000E5C984 /* ExceptionCode.cpp in Sources */,
    2553825534                                A7CACDB113CE875C00BBBE3F /* ExceptionCodePlaceholder.cpp in Sources */,
    2553925535                                148AFDA60AF58360008CC700 /* ExceptionHandlers.mm in Sources */,
  • trunk/Source/WebCore/dom/DOMAllInOne.cpp

    r98686 r98790  
    7979#include "EventTarget.cpp"
    8080#include "ExceptionBase.cpp"
    81 #include "ExceptionCode.cpp"
    8281#include "ExceptionCodePlaceholder.cpp"
    8382#include "IconURL.cpp"
Note: See TracChangeset for help on using the changeset viewer.