Changeset 101668 in webkit


Ignore:
Timestamp:
Dec 1, 2011 7:56:13 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Upstream credential storage files of BlackBerry porting
https://bugs.webkit.org/show_bug.cgi?id=73280

Patch by Jonathan Dong <Jonathan Dong> on 2011-12-01
Reviewed by Rob Buis.

Added the basic structure of class CredentialBackingStore
to persist the credential data, and generated
platform/network/blackberry/CredentialStorageBlackBerry.cpp,
to implement CredentialStorage::getFromPersistentStorage
for BlackBerry porting.
Contributed by Torch Team.

  • platform/network/blackberry/CredentialBackingStore.cpp: Added.

(WebCore::CredentialBackingStore::instance):
(WebCore::CredentialBackingStore::CredentialBackingStore):
(WebCore::CredentialBackingStore::~CredentialBackingStore):
(WebCore::CredentialBackingStore::open):
(WebCore::CredentialBackingStore::close):
(WebCore::CredentialBackingStore::addLogin):
(WebCore::CredentialBackingStore::updateLogin):
(WebCore::CredentialBackingStore::hasLogin):
(WebCore::CredentialBackingStore::getLogin):
(WebCore::CredentialBackingStore::removeLogin):
(WebCore::CredentialBackingStore::clear):
(WebCore::CredentialBackingStore::encryptedString):
(WebCore::CredentialBackingStore::decryptedString):

  • platform/network/blackberry/CredentialBackingStore.h: Added.
  • platform/network/blackberry/CredentialStorageBlackBerry.cpp: Added.

(WebCore::CredentialStorage::getFromPersistentStorage):

Location:
trunk/Source/WebCore
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r101665 r101668  
     12011-12-01  Jonathan Dong  <jonathan.dong@torchmobile.com.cn>
     2
     3        Upstream credential storage files of BlackBerry porting
     4        https://bugs.webkit.org/show_bug.cgi?id=73280
     5
     6        Reviewed by Rob Buis.
     7
     8        Added the basic structure of class CredentialBackingStore
     9        to persist the credential data, and generated
     10        platform/network/blackberry/CredentialStorageBlackBerry.cpp,
     11        to implement CredentialStorage::getFromPersistentStorage
     12        for BlackBerry porting.
     13        Contributed by Torch Team.
     14
     15        * platform/network/blackberry/CredentialBackingStore.cpp: Added.
     16        (WebCore::CredentialBackingStore::instance):
     17        (WebCore::CredentialBackingStore::CredentialBackingStore):
     18        (WebCore::CredentialBackingStore::~CredentialBackingStore):
     19        (WebCore::CredentialBackingStore::open):
     20        (WebCore::CredentialBackingStore::close):
     21        (WebCore::CredentialBackingStore::addLogin):
     22        (WebCore::CredentialBackingStore::updateLogin):
     23        (WebCore::CredentialBackingStore::hasLogin):
     24        (WebCore::CredentialBackingStore::getLogin):
     25        (WebCore::CredentialBackingStore::removeLogin):
     26        (WebCore::CredentialBackingStore::clear):
     27        (WebCore::CredentialBackingStore::encryptedString):
     28        (WebCore::CredentialBackingStore::decryptedString):
     29        * platform/network/blackberry/CredentialBackingStore.h: Added.
     30        * platform/network/blackberry/CredentialStorageBlackBerry.cpp: Added.
     31        (WebCore::CredentialStorage::getFromPersistentStorage):
     32
    1332011-11-30  Andreas Kling  <kling@webkit.org>
    234
Note: See TracChangeset for help on using the changeset viewer.