Bug 32036

Summary: Implement CredentialStorage::getFromPersistentStorage for CFNetwork
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
proposed patch darin: review+, ap: commit-queue-

Description Alexey Proskuryakov 2009-12-01 14:58:27 PST
CredentialStorage::getFromPersistentStorage() is currently unimplemented. It's used by WebSocket code.
Comment 1 Alexey Proskuryakov 2009-12-01 15:03:10 PST
*** Bug 32037 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2009-12-01 15:05:57 PST
Created attachment 44107 [details]
proposed patch
Comment 3 Darin Adler 2009-12-01 15:30:30 PST
Comment on attachment 44107 [details]
proposed patch

> +CFURLCredentialRef wkCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef protectionSpace);

I wouldn't have named this argument.
Comment 4 Alexey Proskuryakov 2009-12-01 15:35:53 PST
Committed <http://trac.webkit.org/changeset/51561>.