Changeset 244303 in webkit
- Timestamp:
- Apr 15, 2019, 3:58:35 PM (7 years ago)
- Location:
- branches/safari-607-branch/Tools
- Files:
-
- 3 added
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/TCPServer.cpp (added)
-
TestWebKitAPI/TCPServer.h (added)
-
TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (modified) (6 diffs)
-
TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Tools/ChangeLog
r244194 r244303 1 2019-04-15 Alan Coon <alancoon@apple.com> 2 3 Apply patch. rdar://problem/49788895 4 5 2019-04-15 Alex Christensen <achristensen@webkit.org> 6 7 Do not terminate the NetworkProcess if a third party application sends a NSCredential with a SecIdentityRef 8 https://bugs.webkit.org/show_bug.cgi?id=196213 9 10 Reviewed by Geoff Garen. 11 12 * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: 13 * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm: Added. 14 (credentialWithIdentityAndKeychainPath): 15 (-[ChallengeDelegate webView:didFinishNavigation:]): 16 (-[ChallengeDelegate webView:didReceiveAuthenticationChallenge:completionHandler:]): 17 (TestWebKitAPI::TEST): 18 1 19 2019-04-11 Kocsen Chung <kocsen_chung@apple.com> 2 20 -
branches/safari-607-branch/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
r244194 r244303 302 302 5C0BF8951DD599CD00B00328 /* NavigatorLanguage.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19DB9781B32137C00DB38D4 /* NavigatorLanguage.mm */; }; 303 303 5C19A5241FD0F60100EEA323 /* CookiePrivateBrowsing.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C19A5231FD0F32600EEA323 /* CookiePrivateBrowsing.mm */; }; 304 5C23DF0B2246015800F454B6 /* Challenge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C23DF0A2245C9D700F454B6 /* Challenge.mm */; }; 304 305 5C2936931D5BF70D00DEAB1E /* CookieAcceptPolicy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */; }; 305 306 5C2936961D5C00ED00DEAB1E /* CookieMessage.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 5C2936941D5BFD1900DEAB1E /* CookieMessage.html */; }; 306 307 5C4A84951F7EEFFC00ACFC54 /* Configuration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C4A84941F7EEFD400ACFC54 /* Configuration.mm */; }; 308 5C4ACEFA22652E60003697FF /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C4ACEF922652E57003697FF /* TCPServer.cpp */; }; 307 309 5C69BDD51F82A7EF000F4F4B /* JavaScriptDuringNavigation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C69BDD41F82A7EB000F4F4B /* JavaScriptDuringNavigation.mm */; }; 308 310 5C7148952123A40A00FDE3C5 /* WKWebsiteDatastore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C7148942123A40700FDE3C5 /* WKWebsiteDatastore.mm */; }; … … 1681 1683 5C0BF88F1DD5999B00B00328 /* WebViewCanPasteZeroPng.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebViewCanPasteZeroPng.mm; sourceTree = "<group>"; }; 1682 1684 5C19A5231FD0F32600EEA323 /* CookiePrivateBrowsing.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CookiePrivateBrowsing.mm; sourceTree = "<group>"; }; 1685 5C23DF0A2245C9D700F454B6 /* Challenge.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Challenge.mm; sourceTree = "<group>"; }; 1683 1686 5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CookieAcceptPolicy.mm; sourceTree = "<group>"; }; 1684 1687 5C2936941D5BFD1900DEAB1E /* CookieMessage.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = CookieMessage.html; sourceTree = "<group>"; }; 1685 1688 5C4A84941F7EEFD400ACFC54 /* Configuration.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Configuration.mm; sourceTree = "<group>"; }; 1689 5C4ACEF822652E56003697FF /* TCPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPServer.h; sourceTree = "<group>"; }; 1690 5C4ACEF922652E57003697FF /* TCPServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TCPServer.cpp; sourceTree = "<group>"; }; 1686 1691 5C5E633D1D0B67940085A025 /* UniqueRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueRef.cpp; sourceTree = "<group>"; }; 1687 1692 5C69BDD41F82A7EB000F4F4B /* JavaScriptDuringNavigation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = JavaScriptDuringNavigation.mm; sourceTree = "<group>"; }; … … 2366 2371 BC131883117114A800B69727 /* PlatformUtilities.h */, 2367 2372 BC90951B125533D700083756 /* PlatformWebView.h */, 2373 5C4ACEF922652E57003697FF /* TCPServer.cpp */, 2374 5C4ACEF822652E56003697FF /* TCPServer.h */, 2368 2375 BCB9E7FA112359A300A137E0 /* Test.h */, 2369 2376 BC131AA8117131FC00B69727 /* TestsController.cpp */, … … 2464 2471 1C2B817E1C891E4200A5529F /* CancelFontSubresource.mm */, 2465 2472 1C2B81811C891EFA00A5529F /* CancelFontSubresourcePlugIn.mm */, 2473 5C23DF0A2245C9D700F454B6 /* Challenge.mm */, 2466 2474 5CB18BA71F5645B200EE23C4 /* ClickAutoFillButton.mm */, 2467 2475 CDF92236216D186400647AA7 /* CloseWebViewAfterEnterFullscreen.mm */, … … 3935 3943 57303BC9200824D300355965 /* CBORValueTest.cpp in Sources */, 3936 3944 57303BCA20082C0100355965 /* CBORWriterTest.cpp in Sources */, 3945 5C23DF0B2246015800F454B6 /* Challenge.mm in Sources */, 3937 3946 F44A531221B8990A00DBB99C /* ClassMethodSwizzler.mm in Sources */, 3938 3947 7CCE7EE61A411AE600447C4C /* CloseFromWithinCreatePage.cpp in Sources */, … … 4327 4336 F43E3BBF20DADA1E00A4E7ED /* WKScrollViewTests.mm in Sources */, 4328 4337 7CCE7F221A411AE600447C4C /* WKString.cpp in Sources */, 4338 5C4ACEFA22652E60003697FF /* TCPServer.cpp in Sources */, 4329 4339 7CCE7F1E1A411AE600447C4C /* WKStringJSString.cpp in Sources */, 4330 4340 2D4CF8BD1D8360CC0001CE8D /* WKThumbnailView.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.