[webkit-reviews] review requested: [Bug 71748] Add CredentialStorage.cpp to WebCore/CMakeLists.txt : [Attachment 113958] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 16:48:44 PST 2011


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 71748: Add CredentialStorage.cpp to WebCore/CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=71748

Attachment 113958: Patch
https://bugs.webkit.org/attachment.cgi?id=113958&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
This patch adds a stub implementation of
CredentialStorage::getFromPersistentStorage() for the WinCE port. It also adds
the source file CredentialStorageCurl.cpp to the list of WebCore source files
when building the EFL port with the Curl backend.

Notice that EFL uses the implementation of
CredentialStorage::getFromPersistentStorage() from either
CredentialStorageSoup.cpp or CredentialStorageCurl.cpp depending on which
networking backend is used when building it.


More information about the webkit-reviews mailing list