Changeset 139019 in webkit


Ignore:
Timestamp:
Jan 7, 2013 5:19:30 PM (11 years ago)
Author:
ap@apple.com
Message:

[WK2] Delete more obsolete Keychain code
https://bugs.webkit.org/show_bug.cgi?id=106276

Reviewed by Sam Weinig.

Deleting dead code.

  • Shared/mac/KeychainAttribute.cpp: Removed.
  • Shared/mac/KeychainAttribute.h: Removed.
  • WebKit2.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit2
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r139018 r139019  
     12013-01-07  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [WK2] Delete more obsolete Keychain code
     4        https://bugs.webkit.org/show_bug.cgi?id=106276
     5
     6        Reviewed by Sam Weinig.
     7
     8        Deleting dead code.
     9
     10        * Shared/mac/KeychainAttribute.cpp: Removed.
     11        * Shared/mac/KeychainAttribute.h: Removed.
     12        * WebKit2.xcodeproj/project.pbxproj:
     13
    1142013-01-07  Alexey Proskuryakov  <ap@apple.com>
    215
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r139018 r139019  
    412412                512C06891638F67E00ABB911 /* HostRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 512C06871638F67E00ABB911 /* HostRecord.h */; };
    413413                512C069016390E6900ABB911 /* NetworkResourceLoadSchedulerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 512C068F16390E6900ABB911 /* NetworkResourceLoadSchedulerMac.mm */; };
    414                 512DF70A138C26C700A22FC6 /* KeychainAttribute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5112CB071385B97B0030867D /* KeychainAttribute.cpp */; };
    415                 512DF70B138C26C700A22FC6 /* KeychainAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 5112CB051385B8D90030867D /* KeychainAttribute.h */; };
    416414                512E34E4130B4D0500ABD19A /* WKApplicationCacheManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A33B3130B308C00F80CB5 /* WKApplicationCacheManager.cpp */; };
    417415                512E34E5130B4D0500ABD19A /* WKApplicationCacheManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A33B4130B308C00F80CB5 /* WKApplicationCacheManager.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    16521650                5110AE0A133C16CB0072717A /* WKIconDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKIconDatabase.cpp; sourceTree = "<group>"; };
    16531651                5110AE0B133C16CB0072717A /* WKIconDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKIconDatabase.h; sourceTree = "<group>"; };
    1654                 5112CB051385B8D90030867D /* KeychainAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeychainAttribute.h; sourceTree = "<group>"; };
    1655                 5112CB071385B97B0030867D /* KeychainAttribute.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeychainAttribute.cpp; sourceTree = "<group>"; };
    16561652                511B24A4132E095700065A0C /* WebIconDatabaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebIconDatabaseProxy.cpp; path = IconDatabase/WebIconDatabaseProxy.cpp; sourceTree = "<group>"; };
    16571653                511B24A5132E095700065A0C /* WebIconDatabaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebIconDatabaseProxy.h; path = IconDatabase/WebIconDatabaseProxy.h; sourceTree = "<group>"; };
     
    38263822                                1A2A4AFD158693920090C9E9 /* ColorSpaceData.mm */,
    38273823                                1A6F9FB611E1408500DB1371 /* CommandLineMac.cpp */,
    3828                                 5112CB071385B97B0030867D /* KeychainAttribute.cpp */,
    3829                                 5112CB051385B8D90030867D /* KeychainAttribute.h */,
    38303824                                1A92DC1212F8BAB90017AF65 /* LayerTreeContextMac.mm */,
    38313825                                C02BFF1D1251502E009CCBEA /* NativeWebKeyboardEventMac.mm */,
     
    46414635                                1AE49A4911FFA8CE0048B464 /* JSNPMethod.h in Headers */,
    46424636                                1AE4987811FF7FAA0048B464 /* JSNPObject.h in Headers */,
    4643                                 512DF70B138C26C700A22FC6 /* KeychainAttribute.h in Headers */,
    46444637                                BCE0937814FB128C001138D9 /* LayerHostingContext.h in Headers */,
    46454638                                1A92DC1112F8BA460017AF65 /* LayerTreeContext.h in Headers */,
     
    56185611                                1AE49A4A11FFA8CE0048B464 /* JSNPMethod.cpp in Sources */,
    56195612                                1AE4987911FF7FAA0048B464 /* JSNPObject.cpp in Sources */,
    5620                                 512DF70A138C26C700A22FC6 /* KeychainAttribute.cpp in Sources */,
    56215613                                BCE0937714FB128C001138D9 /* LayerHostingContext.mm in Sources */,
    56225614                                1A92DC1312F8BAB90017AF65 /* LayerTreeContextMac.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.