Changeset 30377 in webkit


Ignore:
Timestamp:
Feb 18, 2008 12:13:06 PM (16 years ago)
Author:
weinig@apple.com
Message:

Reviewed and landed by Sam.

Remove DeprecatedStringList.

  • GNUmakefile.am:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • WebCoreSources.bkl:
  • editing/markup.cpp:
  • platform/DeprecatedStringList.cpp: Removed.
  • platform/DeprecatedStringList.h: Removed.
  • platform/mac/DeprecatedStringListMac.mm: Removed.
Location:
trunk/WebCore
Files:
3 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r30375 r30377  
     12008-02-18  Darin Adler  <darin@apple.com>
     2
     3        Reviewed and landed by Sam.
     4
     5        Remove DeprecatedStringList.
     6
     7        * GNUmakefile.am:
     8        * WebCore.pro:
     9        * WebCore.vcproj/WebCore.vcproj:
     10        * WebCore.xcodeproj/project.pbxproj:
     11        * WebCoreSources.bkl:
     12        * editing/markup.cpp:
     13        * platform/DeprecatedStringList.cpp: Removed.
     14        * platform/DeprecatedStringList.h: Removed.
     15        * platform/mac/DeprecatedStringListMac.mm: Removed.
     16
    1172008-02-18  Darin Adler  <darin@apple.com>
    218
  • trunk/WebCore/GNUmakefile.am

    r30338 r30377  
    796796        WebCore/platform/DeprecatedPtrListImpl.cpp \
    797797        WebCore/platform/DeprecatedString.cpp \
    798         WebCore/platform/DeprecatedStringList.cpp \
    799798        WebCore/platform/DeprecatedValueListImpl.cpp \
    800799        WebCore/platform/DragData.cpp \
  • trunk/WebCore/WebCore.pro

    r30272 r30377  
    735735    platform/DeprecatedPtrListImpl.cpp \
    736736    platform/DeprecatedString.cpp \
    737     platform/DeprecatedStringList.cpp \
    738737    platform/DeprecatedValueListImpl.cpp \
    739738    platform/DragData.cpp \
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r30270 r30377  
    31603160                        </File>
    31613161                        <File
    3162                                 RelativePath="..\platform\DeprecatedStringList.cpp"
    3163                                 >
    3164                         </File>
    3165                         <File
    3166                                 RelativePath="..\platform\DeprecatedStringList.h"
    3167                                 >
    3168                         </File>
    3169                         <File
    31703162                                RelativePath="..\platform\DeprecatedValueList.h"
    31713163                                >
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r30366 r30377  
    460460                650F53DC09D15DDA00C9B0C8 /* CSSGrammar.h in Headers */ = {isa = PBXBuildFile; fileRef = 650F53DB09D15DDA00C9B0C8 /* CSSGrammar.h */; };
    461461                650F53DD09D15DDF00C9B0C8 /* CSSGrammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6565814409D13043000E61D7 /* CSSGrammar.cpp */; };
    462                 651B4D8509AC83370029F1EF /* DeprecatedStringList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651B4D8309AC83370029F1EF /* DeprecatedStringList.cpp */; };
    463                 651B4D8609AC83370029F1EF /* DeprecatedStringList.h in Headers */ = {isa = PBXBuildFile; fileRef = 651B4D8409AC83370029F1EF /* DeprecatedStringList.h */; };
    464                 651B4D8F09AC859F0029F1EF /* DeprecatedStringListMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 651B4D8E09AC859F0029F1EF /* DeprecatedStringListMac.mm */; };
    465462                654EC611097778F500DAB52C /* WebCoreFrameBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 654EC60F097778F500DAB52C /* WebCoreFrameBridge.h */; settings = {ATTRIBUTES = (Private, ); }; };
    466463                654EC612097778F500DAB52C /* WebCoreFrameBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 654EC610097778F500DAB52C /* WebCoreFrameBridge.mm */; };
     
    47364733                5DCF836C0D59159800953BC6 /* PluginInfoStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginInfoStore.h; sourceTree = "<group>"; };
    47374734                650F53DB09D15DDA00C9B0C8 /* CSSGrammar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CSSGrammar.h; sourceTree = "<group>"; };
    4738                 651B4D8309AC83370029F1EF /* DeprecatedStringList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DeprecatedStringList.cpp; sourceTree = "<group>"; };
    4739                 651B4D8409AC83370029F1EF /* DeprecatedStringList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DeprecatedStringList.h; sourceTree = "<group>"; };
    4740                 651B4D8E09AC859F0029F1EF /* DeprecatedStringListMac.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = DeprecatedStringListMac.mm; sourceTree = "<group>"; };
    47414735                6548E24809E1E04D00AF8020 /* Document.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Document.idl; sourceTree = "<group>"; };
    47424736                654EC60F097778F500DAB52C /* WebCoreFrameBridge.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCoreFrameBridge.h; sourceTree = "<group>"; };
     
    83348328                                9352087609BD453400F2038D /* CookieJar.mm */,
    83358329                                F58784F002DE375901EA4122 /* CursorMac.mm */,
    8336                                 651B4D8E09AC859F0029F1EF /* DeprecatedStringListMac.mm */,
    83378330                                6582A17709999EA000BEEB6D /* DeprecatedStringMac.mm */,
    83388331                                A795463D0B5C4C80007B438F /* DragDataMac.mm */,
     
    1173811731                                6582A13D09999CD600BEEB6D /* DeprecatedString.cpp */,
    1173911732                                6582A13E09999CD600BEEB6D /* DeprecatedString.h */,
    11740                                 651B4D8309AC83370029F1EF /* DeprecatedStringList.cpp */,
    11741                                 651B4D8409AC83370029F1EF /* DeprecatedStringList.h */,
    1174211733                                F58786C202DE3B8601EA4122 /* DeprecatedValueList.h */,
    1174311734                                F587853C02DE375901EA4122 /* DeprecatedValueListImpl.cpp */,
     
    1322013211                                93F1998308245E59001E9ABC /* DeprecatedPtrQueue.h in Headers */,
    1322113212                                6582A14009999CD600BEEB6D /* DeprecatedString.h in Headers */,
    13222                                 651B4D8609AC83370029F1EF /* DeprecatedStringList.h in Headers */,
    1322313213                                93F1999D08245E59001E9ABC /* DeprecatedValueList.h in Headers */,
    1322413214                                93F1999E08245E59001E9ABC /* DeprecatedValueListImpl.h in Headers */,
     
    1481014800                                93F19A3C08245E59001E9ABC /* DeprecatedPtrListImpl.cpp in Sources */,
    1481114801                                6582A13F09999CD600BEEB6D /* DeprecatedString.cpp in Sources */,
    14812                                 651B4D8509AC83370029F1EF /* DeprecatedStringList.cpp in Sources */,
    14813                                 651B4D8F09AC859F0029F1EF /* DeprecatedStringListMac.mm in Sources */,
    1481414802                                6582A17809999EA000BEEB6D /* DeprecatedStringMac.mm in Sources */,
    1481514803                                93F19A5608245E59001E9ABC /* DeprecatedValueListImpl.cpp in Sources */,
  • trunk/WebCore/WebCoreSources.bkl

    r29990 r30377  
    568568        platform/DeprecatedPtrListImpl.cpp
    569569        platform/DeprecatedString.cpp
    570         platform/DeprecatedStringList.cpp
    571570        platform/DeprecatedValueListImpl.cpp
    572571        platform/DragImage.cpp
  • trunk/WebCore/editing/markup.cpp

    r30243 r30377  
    3737#include "Comment.h"
    3838#include "DeleteButtonController.h"
    39 #include "DeprecatedStringList.h"
    4039#include "Document.h"
    4140#include "DocumentFragment.h"
Note: See TracChangeset for help on using the changeset viewer.