Changeset 51384 in webkit


Ignore:
Timestamp:
Nov 25, 2009 8:06:57 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-25 Andrei Popescu <andreip@google.com>

Reviewed by Eric Seidel.

Android is missing implementation of SSL Key generator functions.
https://bugs.webkit.org/show_bug.cgi?id=31825

This change adds the PlatformBridge class to platform/android.
PlarformBridge is used to access the embedding layer for things
such as key generator, cookies, plugins, etc.

No new tests required, this is platform code.

  • platform/android/PlatformBridge.h: Added.
  • platform/android/SSLKeyGeneratorAndroid.cpp: Added. (WebCore::getSupportedKeySizes): (WebCore::signedPublicKeyAndChallengeString):
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51382 r51384  
     12009-11-25  Andrei Popescu  <andreip@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Android is missing implementation of SSL Key generator functions.
     6        https://bugs.webkit.org/show_bug.cgi?id=31825
     7
     8        This change adds the PlatformBridge class to platform/android.
     9        PlarformBridge is used to access the embedding layer for things
     10        such as key generator, cookies, plugins, etc.
     11
     12        No new tests required, this is platform code.
     13
     14        * platform/android/PlatformBridge.h: Added.
     15        * platform/android/SSLKeyGeneratorAndroid.cpp: Added.
     16        (WebCore::getSupportedKeySizes):
     17        (WebCore::signedPublicKeyAndChallengeString):
     18
    1192009-11-25  Philippe Normand  <pnormand@igalia.com>
    220
Note: See TracChangeset for help on using the changeset viewer.