Changeset 209962 in webkit


Ignore:
Timestamp:
Dec 17, 2016 8:42:03 AM (7 years ago)
Author:
Darin Adler
Message:

Remove WebCore::Dictionary, which is now unused
https://bugs.webkit.org/show_bug.cgi?id=165988

Reviewed by Andreas Kling.

  • CMakeLists.txt: Removed the files.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • bindings/js/Dictionary.cpp: Removed.
  • bindings/js/Dictionary.h: Removed.
  • bindings/js/JSBindingsAllInOne.cpp: Removed include of Dictionary.cpp.
Location:
trunk/Source/WebCore
Files:
2 deleted
4 edited

Legend:

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

    r209959 r209962  
    10781078    bindings/js/CommonVM.cpp
    10791079    bindings/js/DOMWrapperWorld.cpp
    1080     bindings/js/Dictionary.cpp
    10811080    bindings/js/GCController.cpp
    10821081    bindings/js/IDBBindingUtilities.cpp
  • trunk/Source/WebCore/ChangeLog

    r209961 r209962  
     12016-12-17  Darin Adler  <darin@apple.com>
     2
     3        Remove WebCore::Dictionary, which is now unused
     4        https://bugs.webkit.org/show_bug.cgi?id=165988
     5
     6        Reviewed by Andreas Kling.
     7
     8        * CMakeLists.txt: Removed the files.
     9        * WebCore.xcodeproj/project.pbxproj: Ditto.
     10        * bindings/js/Dictionary.cpp: Removed.
     11        * bindings/js/Dictionary.h: Removed.
     12        * bindings/js/JSBindingsAllInOne.cpp: Removed include of Dictionary.cpp.
     13
    1142016-12-17  Youenn Fablet  <youenn@apple.com>
    215
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r209959 r209962  
    13321332                3128CA6B147331630074C72A /* NotificationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3128CA6A147331630074C72A /* NotificationController.h */; settings = {ATTRIBUTES = (Private, ); }; };
    13331333                312C0C41146DC6CC0016C911 /* Notification.h in Headers */ = {isa = PBXBuildFile; fileRef = 333F704F0FB49CA2008E12A6 /* Notification.h */; settings = {ATTRIBUTES = (Private, ); }; };
    1334                 312D67B11535691F00563D0D /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 312D67B01535691F00563D0D /* Dictionary.cpp */; };
    13351334                31313F651443B35F006E2A90 /* FilterEffectRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31313F631443B35E006E2A90 /* FilterEffectRenderer.cpp */; };
    13361335                31313F661443B35F006E2A90 /* FilterEffectRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 31313F641443B35E006E2A90 /* FilterEffectRenderer.h */; };
     
    13471346                314BE3A61B3103FB00141982 /* NamedImageGeneratedImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 314BE3A41B3103FB00141982 /* NamedImageGeneratedImage.cpp */; };
    13481347                314BE3A71B3103FB00141982 /* NamedImageGeneratedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 314BE3A51B3103FB00141982 /* NamedImageGeneratedImage.h */; };
    1349                 316023F01532C40C00D50FF4 /* Dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 316023EF1532C40C00D50FF4 /* Dictionary.h */; settings = {ATTRIBUTES = (Private, ); }; };
    13501348                316FE0710E6CCBEE00BF6088 /* JSCSSKeyframeRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE06D0E6CCBEE00BF6088 /* JSCSSKeyframeRule.cpp */; };
    13511349                316FE0720E6CCBEE00BF6088 /* JSCSSKeyframeRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE06E0E6CCBEE00BF6088 /* JSCSSKeyframeRule.h */; };
     
    84718469                3128CA67147331520074C72A /* NotificationController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NotificationController.cpp; sourceTree = "<group>"; };
    84728470                3128CA6A147331630074C72A /* NotificationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationController.h; sourceTree = "<group>"; };
    8473                 312D67B01535691F00563D0D /* Dictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dictionary.cpp; sourceTree = "<group>"; };
    84748471                31313F631443B35E006E2A90 /* FilterEffectRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FilterEffectRenderer.cpp; sourceTree = "<group>"; };
    84758472                31313F641443B35E006E2A90 /* FilterEffectRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FilterEffectRenderer.h; sourceTree = "<group>"; };
     
    84878484                314BE3A41B3103FB00141982 /* NamedImageGeneratedImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NamedImageGeneratedImage.cpp; sourceTree = "<group>"; };
    84888485                314BE3A51B3103FB00141982 /* NamedImageGeneratedImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NamedImageGeneratedImage.h; sourceTree = "<group>"; };
    8489                 316023EF1532C40C00D50FF4 /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dictionary.h; sourceTree = "<group>"; };
    84908486                316FE06D0E6CCBEE00BF6088 /* JSCSSKeyframeRule.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCSSKeyframeRule.cpp; sourceTree = "<group>"; };
    84918487                316FE06E0E6CCBEE00BF6088 /* JSCSSKeyframeRule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCSSKeyframeRule.h; sourceTree = "<group>"; };
     
    2195021946                                0F60F3291DFBB10400416D6C /* CommonVM.cpp */,
    2195121947                                0F60F32A1DFBB10400416D6C /* CommonVM.h */,
    21952                                 312D67B01535691F00563D0D /* Dictionary.cpp */,
    21953                                 316023EF1532C40C00D50FF4 /* Dictionary.h */,
    2195421948                                B56576E717DA94E200A56BDC /* DOMConstructorWithDocument.h */,
    2195521949                                BC53DA471143134D000D817E /* DOMWrapperWorld.cpp */,
     
    2538825382                                CECADFC9153778FF00E37068 /* DictationCommand.h in Headers */,
    2538925383                                D0BD4F5D1408850F006839B6 /* DictationCommandIOS.h in Headers */,
    25390                                 316023F01532C40C00D50FF4 /* Dictionary.h in Headers */,
    2539125384                                937FF3D51A1012D6008EBA31 /* DictionaryLookup.h in Headers */,
    2539225385                                2D5646B01B8F8493003C4994 /* DictionaryPopupInfo.h in Headers */,
     
    2917529168                                CECADFC8153778FF00E37068 /* DictationCommand.cpp in Sources */,
    2917629169                                D0BD4F5C1408850F006839B6 /* DictationCommandIOS.cpp in Sources */,
    29177                                 312D67B11535691F00563D0D /* Dictionary.cpp in Sources */,
    2917829170                                937FF3D71A10131B008EBA31 /* DictionaryLookup.mm in Sources */,
    2917929171                                FDAF19981513D131008DB0C3 /* DirectConvolver.cpp in Sources */,
  • trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp

    r209939 r209962  
    3030#include "CallbackFunction.cpp"
    3131#include "DOMWrapperWorld.cpp"
    32 #include "Dictionary.cpp"
    3332#include "GCController.cpp"
    3433#include "JSAnimationTimelineCustom.cpp"
Note: See TracChangeset for help on using the changeset viewer.