Bug 169494 - Add API to get the NSURLProtectionSpace from WKProtectionSpaceRef
Summary: Add API to get the NSURLProtectionSpace from WKProtectionSpaceRef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ada Chan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-03-10 16:45 PST by Ada Chan
Modified: 2017-03-14 10:22 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.66 KB, patch)
2017-03-10 17:02 PST, Ada Chan
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ada Chan 2017-03-10 16:45:15 PST
Add API to get the NSURLProtectionSpace from WKProtectionSpaceRef, something like:

NSURLProtectionSpace *WKProtectionSpaceCopyNSURLProtectionSpace(WKProtectionSpaceRef protectionSpace);

Needed for <rdar://problem/11872163>
Comment 1 Ada Chan 2017-03-10 17:02:38 PST
Created attachment 304102 [details]
Patch
Comment 2 Ada Chan 2017-03-14 10:22:33 PDT
Committed:
http://trac.webkit.org/changeset/213913