Changeset 139019 in webkit
- Timestamp:
- Jan 7, 2013, 5:19:30 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r139018 r139019 1 2013-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 1 14 2013-01-07 Alexey Proskuryakov <ap@apple.com> 2 15 -
trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj
r139018 r139019 412 412 512C06891638F67E00ABB911 /* HostRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 512C06871638F67E00ABB911 /* HostRecord.h */; }; 413 413 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 */; };416 414 512E34E4130B4D0500ABD19A /* WKApplicationCacheManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A33B3130B308C00F80CB5 /* WKApplicationCacheManager.cpp */; }; 417 415 512E34E5130B4D0500ABD19A /* WKApplicationCacheManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A33B4130B308C00F80CB5 /* WKApplicationCacheManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 1652 1650 5110AE0A133C16CB0072717A /* WKIconDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKIconDatabase.cpp; sourceTree = "<group>"; }; 1653 1651 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>"; };1656 1652 511B24A4132E095700065A0C /* WebIconDatabaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebIconDatabaseProxy.cpp; path = IconDatabase/WebIconDatabaseProxy.cpp; sourceTree = "<group>"; }; 1657 1653 511B24A5132E095700065A0C /* WebIconDatabaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebIconDatabaseProxy.h; path = IconDatabase/WebIconDatabaseProxy.h; sourceTree = "<group>"; }; … … 3826 3822 1A2A4AFD158693920090C9E9 /* ColorSpaceData.mm */, 3827 3823 1A6F9FB611E1408500DB1371 /* CommandLineMac.cpp */, 3828 5112CB071385B97B0030867D /* KeychainAttribute.cpp */,3829 5112CB051385B8D90030867D /* KeychainAttribute.h */,3830 3824 1A92DC1212F8BAB90017AF65 /* LayerTreeContextMac.mm */, 3831 3825 C02BFF1D1251502E009CCBEA /* NativeWebKeyboardEventMac.mm */, … … 4641 4635 1AE49A4911FFA8CE0048B464 /* JSNPMethod.h in Headers */, 4642 4636 1AE4987811FF7FAA0048B464 /* JSNPObject.h in Headers */, 4643 512DF70B138C26C700A22FC6 /* KeychainAttribute.h in Headers */,4644 4637 BCE0937814FB128C001138D9 /* LayerHostingContext.h in Headers */, 4645 4638 1A92DC1112F8BA460017AF65 /* LayerTreeContext.h in Headers */, … … 5618 5611 1AE49A4A11FFA8CE0048B464 /* JSNPMethod.cpp in Sources */, 5619 5612 1AE4987911FF7FAA0048B464 /* JSNPObject.cpp in Sources */, 5620 512DF70A138C26C700A22FC6 /* KeychainAttribute.cpp in Sources */,5621 5613 BCE0937714FB128C001138D9 /* LayerHostingContext.mm in Sources */, 5622 5614 1A92DC1312F8BAB90017AF65 /* LayerTreeContextMac.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.