RESOLVED FIXED 133697
[Cocoa] Handling authentication challenges should not require multiple delegate methods
https://bugs.webkit.org/show_bug.cgi?id=133697
Summary [Cocoa] Handling authentication challenges should not require multiple delega...
mitz
Reported 2014-06-10 13:51:44 PDT
NSURLAuthenticationChallengeSender now makes it possible to respond to authentication challenges with a single delegate method. We can add that kind of delegate method to WKNavigationDelegate.
Attachments
Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:] (27.40 KB, patch)
2014-06-10 14:43 PDT, mitz
no flags
Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:] (34.54 KB, patch)
2014-06-10 16:04 PDT, mitz
no flags
Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:] (35.15 KB, patch)
2014-06-10 16:20 PDT, mitz
no flags
mitz
Comment 1 2014-06-10 14:43:18 PDT
Created attachment 232821 [details] Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:]
mitz
Comment 2 2014-06-10 16:04:08 PDT
Created attachment 232826 [details] Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:]
mitz
Comment 3 2014-06-10 16:08:19 PDT
Comment on attachment 232826 [details] Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:] This just contains build fixes on top of the previous patch, which Anders has reviewed.
mitz
Comment 4 2014-06-10 16:20:19 PDT
Created attachment 232827 [details] Add -[WKNavigationDelegatePrivate _webView:willSendRequestForAuthenticationChallenge:]
mitz
Comment 5 2014-06-10 17:02:02 PDT
Note You need to log in before you can comment on or make changes to this bug.