Bug 32036 - Implement CredentialStorage::getFromPersistentStorage for CFNetwork
Summary: Implement CredentialStorage::getFromPersistentStorage for CFNetwork
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
: 32037 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-01 14:58 PST by Alexey Proskuryakov
Modified: 2009-12-01 15:35 PST (History)
0 users

See Also:


Attachments
proposed patch (3.75 KB, patch)
2009-12-01 15:05 PST, Alexey Proskuryakov
darin: review+
ap: commit-queue-
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-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>.