Changeset 201897 in webkit


Ignore:
Timestamp:
Jun 9, 2016 6:11:47 PM (8 years ago)
Author:
andersca@apple.com
Message:

Remove OriginAndDatabases.cpp, it's unused
https://bugs.webkit.org/show_bug.cgi?id=158595

Reviewed by Sam Weinig.

  • CMakeLists.txt:
  • Shared/OriginAndDatabases.cpp: Removed.

(WebKit::OriginAndDatabases::encode): Deleted.
(WebKit::OriginAndDatabases::decode): Deleted.

  • Shared/OriginAndDatabases.h: Removed.
  • WebKit2.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit2
Files:
2 deleted
3 edited

Legend:

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

    r201504 r201897  
    240240    Shared/LayerTreeContext.cpp
    241241    Shared/NavigationActionData.cpp
    242     Shared/OriginAndDatabases.cpp
    243242    Shared/PlatformPopupMenuData.cpp
    244243    Shared/PrintInfo.cpp
  • trunk/Source/WebKit2/ChangeLog

    r201894 r201897  
     12016-06-09  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove OriginAndDatabases.cpp, it's unused
     4        https://bugs.webkit.org/show_bug.cgi?id=158595
     5
     6        Reviewed by Sam Weinig.
     7
     8        * CMakeLists.txt:
     9        * Shared/OriginAndDatabases.cpp: Removed.
     10        (WebKit::OriginAndDatabases::encode): Deleted.
     11        (WebKit::OriginAndDatabases::decode): Deleted.
     12        * Shared/OriginAndDatabases.h: Removed.
     13        * WebKit2.xcodeproj/project.pbxproj:
     14
    1152016-06-09  Alex Christensen  <achristensen@webkit.org>
    216
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r201888 r201897  
    15791579                BCC8B374125FB69000DE46A4 /* WKGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC8B373125FB69000DE46A4 /* WKGeometry.h */; settings = {ATTRIBUTES = (Private, ); }; };
    15801580                BCC938E11180DE440085E5FE /* WKContextPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC938E01180DE440085E5FE /* WKContextPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    1581                 BCCF672D12C7EDF7008F9C35 /* OriginAndDatabases.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCF672C12C7EDF7008F9C35 /* OriginAndDatabases.h */; };
    1582                 BCCF673312C7F15C008F9C35 /* OriginAndDatabases.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCCF673212C7F15C008F9C35 /* OriginAndDatabases.cpp */; };
    15831581                BCCF6ABC12C91EF9008F9C35 /* WebImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCCF6ABA12C91EF9008F9C35 /* WebImage.cpp */; };
    15841582                BCCF6ABD12C91EF9008F9C35 /* WebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCF6ABB12C91EF9008F9C35 /* WebImage.h */; };
     
    36563654                BCC8B373125FB69000DE46A4 /* WKGeometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKGeometry.h; sourceTree = "<group>"; };
    36573655                BCC938E01180DE440085E5FE /* WKContextPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKContextPrivate.h; sourceTree = "<group>"; };
    3658                 BCCF672C12C7EDF7008F9C35 /* OriginAndDatabases.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OriginAndDatabases.h; sourceTree = "<group>"; };
    3659                 BCCF673212C7F15C008F9C35 /* OriginAndDatabases.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OriginAndDatabases.cpp; sourceTree = "<group>"; };
    36603656                BCCF6ABA12C91EF9008F9C35 /* WebImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebImage.cpp; sourceTree = "<group>"; };
    36613657                BCCF6ABB12C91EF9008F9C35 /* WebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebImage.h; sourceTree = "<group>"; };
     
    44774473                                1ADCB868189831B30022EE5A /* NavigationActionData.cpp */,
    44784474                                1ADCB869189831B30022EE5A /* NavigationActionData.h */,
    4479                                 BCCF673212C7F15C008F9C35 /* OriginAndDatabases.cpp */,
    4480                                 BCCF672C12C7EDF7008F9C35 /* OriginAndDatabases.h */,
    44814475                                BCC43AB8127B95DC00317F16 /* PlatformPopupMenuData.cpp */,
    44824476                                BCC43AB9127B95DC00317F16 /* PlatformPopupMenuData.h */,
     
    75397533                                3754D5451B3A29FD003A4C7F /* NSInvocationSPI.h in Headers */,
    75407534                                BC8ACA1316670D89004C1941 /* ObjCObjectGraph.h in Headers */,
    7541                                 BCCF672D12C7EDF7008F9C35 /* OriginAndDatabases.h in Headers */,
    75427535                                7CF47FFB17275C57008ACB91 /* PageBanner.h in Headers */,
    75437536                                BC6EDAA6111271C600E7678B /* PageClient.h in Headers */,
     
    90068999                                1A2D84A4127F6AD1001EB962 /* NPVariantData.cpp in Sources */,
    90079000                                BC8ACA1416670D89004C1941 /* ObjCObjectGraph.mm in Sources */,
    9008                                 BCCF673312C7F15C008F9C35 /* OriginAndDatabases.cpp in Sources */,
    90099001                                7C387434172F5615001BD88A /* PageBanner.cpp in Sources */,
    90109002                                7C6D37FC172F555F009D2847 /* PageBannerMac.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.