Changeset 95486 in webkit


Ignore:
Timestamp:
Sep 19, 2011 3:53:04 PM (13 years ago)
Author:
abarth@webkit.org
Message:

Remove APPLICATION_CACHE_DYNAMIC_ENTRIES and associated code
https://bugs.webkit.org/show_bug.cgi?id=68407

Reviewed by Eric Seidel.

As discussed on webkit-dev, no one appears to be using this code.

  • GNUmakefile.list.am:
  • UseJSC.cmake:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSBindingsAllInOne.cpp:
  • bindings/js/JSDOMApplicationCacheCustom.cpp: Removed.
Location:
trunk/Source/WebCore
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95483 r95486  
     12011-09-19  Adam Barth  <abarth@webkit.org>
     2
     3        Remove APPLICATION_CACHE_DYNAMIC_ENTRIES and associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68407
     5
     6        Reviewed by Eric Seidel.
     7
     8        As discussed on webkit-dev, no one appears to be using this code.
     9
     10        * GNUmakefile.list.am:
     11        * UseJSC.cmake:
     12        * WebCore.gypi:
     13        * WebCore.pro:
     14        * WebCore.vcproj/WebCore.vcproj:
     15        * WebCore.xcodeproj/project.pbxproj:
     16        * bindings/js/JSBindingsAllInOne.cpp:
     17        * bindings/js/JSDOMApplicationCacheCustom.cpp: Removed.
     18
    1192011-09-19  Sheriff Bot  <webkit.review.bot@gmail.com>
    220
  • trunk/Source/WebCore/GNUmakefile.list.am

    r95403 r95486  
    686686        Source/WebCore/bindings/js/JSDictionary.cpp \
    687687        Source/WebCore/bindings/js/JSDictionary.h \
    688         Source/WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
    689688        Source/WebCore/bindings/js/JSDOMBinding.cpp \
    690689        Source/WebCore/bindings/js/JSDOMBinding.h \
  • trunk/Source/WebCore/UseJSC.cmake

    r95271 r95486  
    212212ENDIF ()
    213213
    214 IF (ENABLE_OFFLINE_WEB_APPLICATIONS)
    215     LIST(APPEND WebCore_SOURCES
    216         bindings/js/JSDOMApplicationCacheCustom.cpp
    217     )
    218 ENDIF ()
    219 
    220214IF (ENABLE_XPATH)
    221215    LIST(APPEND WebCore_SOURCES
  • trunk/Source/WebCore/WebCore.gypi

    r95394 r95486  
    17951795            'bindings/js/JSCustomXPathNSResolver.h',
    17961796            'bindings/js/JSDictionary.cpp',
    1797             'bindings/js/JSDOMApplicationCacheCustom.cpp',
    17981797            'bindings/js/JSDOMBinding.cpp',
    17991798            'bindings/js/JSDOMFormDataCustom.cpp',
  • trunk/Source/WebCore/WebCore.pro

    r95372 r95486  
    35643564    loader/appcache/DOMApplicationCache.cpp \
    35653565    loader/appcache/ManifestParser.cpp
    3566 
    3567     !v8 {
    3568         SOURCES += \
    3569             bindings/js/JSDOMApplicationCacheCustom.cpp
    3570     }
    35713566}
    35723567
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r95479 r95486  
    6020260202                                </File>
    6020360203                                <File
    60204                                         RelativePath="..\bindings\js\JSDOMApplicationCacheCustom.cpp"
    60205                                         >
    60206                                         <FileConfiguration
    60207                                                 Name="Debug|Win32"
    60208                                                 ExcludedFromBuild="true"
    60209                                                 >
    60210                                                 <Tool
    60211                                                         Name="VCCLCompilerTool"
    60212                                                 />
    60213                                         </FileConfiguration>
    60214                                         <FileConfiguration
    60215                                                 Name="Release|Win32"
    60216                                                 ExcludedFromBuild="true"
    60217                                                 >
    60218                                                 <Tool
    60219                                                         Name="VCCLCompilerTool"
    60220                                                 />
    60221                                         </FileConfiguration>
    60222                                         <FileConfiguration
    60223                                                 Name="Debug_Cairo_CFLite|Win32"
    60224                                                 ExcludedFromBuild="true"
    60225                                                 >
    60226                                                 <Tool
    60227                                                         Name="VCCLCompilerTool"
    60228                                                 />
    60229                                         </FileConfiguration>
    60230                                         <FileConfiguration
    60231                                                 Name="Release_Cairo_CFLite|Win32"
    60232                                                 ExcludedFromBuild="true"
    60233                                                 >
    60234                                                 <Tool
    60235                                                         Name="VCCLCompilerTool"
    60236                                                 />
    60237                                         </FileConfiguration>
    60238                                         <FileConfiguration
    60239                                                 Name="Debug_All|Win32"
    60240                                                 ExcludedFromBuild="true"
    60241                                                 >
    60242                                                 <Tool
    60243                                                         Name="VCCLCompilerTool"
    60244                                                 />
    60245                                         </FileConfiguration>
    60246                                         <FileConfiguration
    60247                                                 Name="Production|Win32"
    60248                                                 ExcludedFromBuild="true"
    60249                                                 >
    60250                                                 <Tool
    60251                                                         Name="VCCLCompilerTool"
    60252                                                 />
    60253                                         </FileConfiguration>
    60254                                 </File>
    60255                                 <File
    6025660204                                        RelativePath="..\bindings\js\JSDOMBinding.cpp"
    6025760205                                        >
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r95448 r95486  
    480480                1AC2260C0DB69F190089B669 /* JSDOMApplicationCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC2260A0DB69F190089B669 /* JSDOMApplicationCache.cpp */; };
    481481                1AC2260D0DB69F190089B669 /* JSDOMApplicationCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC2260B0DB69F190089B669 /* JSDOMApplicationCache.h */; };
    482                 1AC226170DB69F740089B669 /* JSDOMApplicationCacheCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC226160DB69F740089B669 /* JSDOMApplicationCacheCustom.cpp */; };
    483482                1ACD1B630B029739007E5016 /* DOMCSSStyleDeclarationInternal.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85E711440AC5D5340053270F /* DOMCSSStyleDeclarationInternal.h */; };
    484483                1ACE53DF0A8D18810022947D /* JSDOMParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ACE53DD0A8D18810022947D /* JSDOMParser.cpp */; };
     
    70107009                1AC2260A0DB69F190089B669 /* JSDOMApplicationCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDOMApplicationCache.cpp; sourceTree = "<group>"; };
    70117010                1AC2260B0DB69F190089B669 /* JSDOMApplicationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDOMApplicationCache.h; sourceTree = "<group>"; };
    7012                 1AC226160DB69F740089B669 /* JSDOMApplicationCacheCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDOMApplicationCacheCustom.cpp; sourceTree = "<group>"; };
    70137011                1ACE53DD0A8D18810022947D /* JSDOMParser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSDOMParser.cpp; sourceTree = "<group>"; };
    70147012                1ACE53DE0A8D18810022947D /* JSDOMParser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSDOMParser.h; sourceTree = "<group>"; };
     
    1873318731                                893C48201249535B002B3D86 /* JSDirectoryEntrySyncCustom.cpp */,
    1873418732                                49C7BA8C1042F5B10009D447 /* JSDocumentCustom.cpp */,
    18735                                 1AC226160DB69F740089B669 /* JSDOMApplicationCacheCustom.cpp */,
    1873618733                                2E0888E5114884E200AF4265 /* JSDOMFormDataCustom.cpp */,
    1873718734                                22885E631301AE4C00526E68 /* JSDOMImplementationCustom.cpp */,
     
    2492124918                                65DF31F509D1CC60000BE325 /* JSDocumentType.cpp in Sources */,
    2492224919                                1AC2260C0DB69F190089B669 /* JSDOMApplicationCache.cpp in Sources */,
    24923                                 1AC226170DB69F740089B669 /* JSDOMApplicationCacheCustom.cpp in Sources */,
    2492424920                                93B70D6309EB0C7C009D8468 /* JSDOMBinding.cpp in Sources */,
    2492524921                                BC60D7C00D29A46300B9918F /* JSDOMCoreException.cpp in Sources */,
  • trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp

    r94119 r95486  
    5353#include "JSCustomXPathNSResolver.cpp"
    5454#include "JSDictionary.cpp"
    55 #include "JSDOMApplicationCacheCustom.cpp"
    5655#include "JSDOMBinding.cpp"
    5756#include "JSDOMFormDataCustom.cpp"
Note: See TracChangeset for help on using the changeset viewer.