Bug 31386 - Make Mac AuthenticationChallenge usable from cross-platform code
Summary: Make Mac AuthenticationChallenge usable from cross-platform code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 16:22 PST by Alexey Proskuryakov
Modified: 2009-11-12 09:19 PST (History)
0 users

See Also:


Attachments
proposed patch (14.70 KB, patch)
2009-11-11 16:42 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-11-11 16:22:46 PST
Currently, AuthenticationChallenge expects the client to set NSURLAuthenticationChallenge sender, which cannot be done from C++.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2009-11-11 16:42:10 PST
Created attachment 43019 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2009-11-12 09:19:16 PST
Committed <http://trac.webkit.org/changeset/50882>.