Changeset 258745 in webkit
- Timestamp:
- Mar 19, 2020, 5:03:39 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r258743 r258745 1 2020-03-19 Alex Christensen <achristensen@webkit.org> 2 3 Remove test failing after r258734 4 https://bugs.webkit.org/show_bug.cgi?id=209303 5 6 We removed the functionality it was testing because it did nothing useful except call the callback. 7 I'm about to remove the only user of WKContextGetStatistics. 8 9 * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: 10 * TestWebKitAPI/Tests/WebKit/WebCoreStatisticsWithNoWebProcess.cpp: Removed. 11 1 12 2020-03-19 Aakash Jain <aakash_jain@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
r258616 r258745 703 703 7CCE7F181A411AE600447C4C /* UserMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC22D31314DC689800FFB1DD /* UserMessage.cpp */; }; 704 704 7CCE7F191A411AE600447C4C /* WebArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520BCF4B141EB09E00937EA8 /* WebArchive.cpp */; }; 705 7CCE7F1A1A411AE600447C4C /* WebCoreStatisticsWithNoWebProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */; };706 705 7CCE7F1B1A411AE600447C4C /* WillLoad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CFBCADD1743234F00B2BFCF /* WillLoad.cpp */; }; 707 706 7CCE7F1C1A411AE600447C4C /* WillSendSubmitEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76E182D91547550100F1FADD /* WillSendSubmitEvent.cpp */; }; … … 1595 1594 0F139E751A423A5300F590F5 /* WeakObjCPtr.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WeakObjCPtr.mm; path = cocoa/WeakObjCPtr.mm; sourceTree = "<group>"; }; 1596 1595 0F16BED72304A1D100B4A167 /* composited.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = composited.html; path = ios/composited.html; sourceTree = SOURCE_ROOT; }; 1597 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebCoreStatisticsWithNoWebProcess.cpp; sourceTree = "<group>"; };1598 1596 0F2C20B71DCD544800542D9E /* Time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Time.cpp; sourceTree = "<group>"; }; 1599 1597 0F30CB5B1FCE1792004B5323 /* ConcurrentPtrHashSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConcurrentPtrHashSet.cpp; sourceTree = "<group>"; }; … … 3857 3855 520BCF4B141EB09E00937EA8 /* WebArchive.cpp */, 3858 3856 520BCF4A141EB09E00937EA8 /* WebArchive_Bundle.cpp */, 3859 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */,3860 3857 7CFBCADD1743234F00B2BFCF /* WillLoad.cpp */, 3861 3858 7CFBCAE31743238E00B2BFCF /* WillLoad_Bundle.cpp */, … … 5138 5135 830F2E0C209A6A8E00D36FF1 /* WebContentProcessDidTerminate.mm in Sources */, 5139 5136 7C83E04C1D0A641800FEBCF3 /* WebCoreNSURLSession.mm in Sources */, 5140 7CCE7F1A1A411AE600447C4C /* WebCoreStatisticsWithNoWebProcess.cpp in Sources */,5141 5137 57A79857224AB34E00A7F6F1 /* WebCryptoMasterKey.mm in Sources */, 5142 5138 5C973F5C1F58EF8B00359C27 /* WebGLPolicy.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.