⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244303 in webkit


Ignore:
Timestamp:
Apr 15, 2019, 3:58:35 PM (7 years ago)
Author:
Alan Coon
Message:

Apply patch. rdar://problem/49788895

Location:
branches/safari-607-branch/Tools
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607-branch/Tools/ChangeLog

    r244194 r244303  
     12019-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
    1192019-04-11  Kocsen Chung  <kocsen_chung@apple.com>
    220
  • branches/safari-607-branch/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r244194 r244303  
    302302                5C0BF8951DD599CD00B00328 /* NavigatorLanguage.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19DB9781B32137C00DB38D4 /* NavigatorLanguage.mm */; };
    303303                5C19A5241FD0F60100EEA323 /* CookiePrivateBrowsing.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C19A5231FD0F32600EEA323 /* CookiePrivateBrowsing.mm */; };
     304                5C23DF0B2246015800F454B6 /* Challenge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C23DF0A2245C9D700F454B6 /* Challenge.mm */; };
    304305                5C2936931D5BF70D00DEAB1E /* CookieAcceptPolicy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */; };
    305306                5C2936961D5C00ED00DEAB1E /* CookieMessage.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 5C2936941D5BFD1900DEAB1E /* CookieMessage.html */; };
    306307                5C4A84951F7EEFFC00ACFC54 /* Configuration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C4A84941F7EEFD400ACFC54 /* Configuration.mm */; };
     308                5C4ACEFA22652E60003697FF /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C4ACEF922652E57003697FF /* TCPServer.cpp */; };
    307309                5C69BDD51F82A7EF000F4F4B /* JavaScriptDuringNavigation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C69BDD41F82A7EB000F4F4B /* JavaScriptDuringNavigation.mm */; };
    308310                5C7148952123A40A00FDE3C5 /* WKWebsiteDatastore.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C7148942123A40700FDE3C5 /* WKWebsiteDatastore.mm */; };
     
    16811683                5C0BF88F1DD5999B00B00328 /* WebViewCanPasteZeroPng.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebViewCanPasteZeroPng.mm; sourceTree = "<group>"; };
    16821684                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>"; };
    16831686                5C2936911D5BF63E00DEAB1E /* CookieAcceptPolicy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CookieAcceptPolicy.mm; sourceTree = "<group>"; };
    16841687                5C2936941D5BFD1900DEAB1E /* CookieMessage.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = CookieMessage.html; sourceTree = "<group>"; };
    16851688                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>"; };
    16861691                5C5E633D1D0B67940085A025 /* UniqueRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueRef.cpp; sourceTree = "<group>"; };
    16871692                5C69BDD41F82A7EB000F4F4B /* JavaScriptDuringNavigation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = JavaScriptDuringNavigation.mm; sourceTree = "<group>"; };
     
    23662371                                BC131883117114A800B69727 /* PlatformUtilities.h */,
    23672372                                BC90951B125533D700083756 /* PlatformWebView.h */,
     2373                                5C4ACEF922652E57003697FF /* TCPServer.cpp */,
     2374                                5C4ACEF822652E56003697FF /* TCPServer.h */,
    23682375                                BCB9E7FA112359A300A137E0 /* Test.h */,
    23692376                                BC131AA8117131FC00B69727 /* TestsController.cpp */,
     
    24642471                                1C2B817E1C891E4200A5529F /* CancelFontSubresource.mm */,
    24652472                                1C2B81811C891EFA00A5529F /* CancelFontSubresourcePlugIn.mm */,
     2473                                5C23DF0A2245C9D700F454B6 /* Challenge.mm */,
    24662474                                5CB18BA71F5645B200EE23C4 /* ClickAutoFillButton.mm */,
    24672475                                CDF92236216D186400647AA7 /* CloseWebViewAfterEnterFullscreen.mm */,
     
    39353943                                57303BC9200824D300355965 /* CBORValueTest.cpp in Sources */,
    39363944                                57303BCA20082C0100355965 /* CBORWriterTest.cpp in Sources */,
     3945                                5C23DF0B2246015800F454B6 /* Challenge.mm in Sources */,
    39373946                                F44A531221B8990A00DBB99C /* ClassMethodSwizzler.mm in Sources */,
    39383947                                7CCE7EE61A411AE600447C4C /* CloseFromWithinCreatePage.cpp in Sources */,
     
    43274336                                F43E3BBF20DADA1E00A4E7ED /* WKScrollViewTests.mm in Sources */,
    43284337                                7CCE7F221A411AE600447C4C /* WKString.cpp in Sources */,
     4338                                5C4ACEFA22652E60003697FF /* TCPServer.cpp in Sources */,
    43294339                                7CCE7F1E1A411AE600447C4C /* WKStringJSString.cpp in Sources */,
    43304340                                2D4CF8BD1D8360CC0001CE8D /* WKThumbnailView.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.