Changeset 108722 in webkit


Ignore:
Timestamp:
Feb 23, 2012 8:34:56 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Upstream BlackBerry Cookie Management Classes
https://bugs.webkit.org/show_bug.cgi?id=73654

Patch by Konrad Piascik <kpiascik@rim.com> on 2012-02-23
Reviewed by Rob Buis.

.:

Manual test to see in milliseconds how quickly 100 writes followed by 100 reads take.
This test is ran twice and the average read and write for each of the 2 runs is shown.

  • ManualTests/cookieSpeedTest.html: Added.

Source/WebCore:

Added ManualTests/cookieSpeedTest.html as well as tested functionality
on the BlackBerry port with http://testsuites.opera.com/cookies/
Passes all non Cookie 2 tests since Cookie 2 is not implemented/supported at this time.
Error handling and extended tests do not all pass and will be updated with future bugs/patches.

  • platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBackingStore.cpp: Added.
  • platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBackingStore.h: Added.
  • platform/blackberry/CookieJarBlackBerry.cpp: Added.
  • platform/blackberry/CookieManager.cpp: Added.
  • platform/blackberry/CookieManager.h: Added.
  • platform/blackberry/CookieMap.cpp: Added.
  • platform/blackberry/CookieMap.h: Added.
  • platform/blackberry/CookieParser.cpp: Added.
  • platform/blackberry/CookieParser.h: Added.
  • platform/blackberry/ParsedCookie.cpp: Added.
  • platform/blackberry/ParsedCookie.h: Added.
Location:
trunk
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r108695 r108722  
     12012-02-23  Konrad Piascik  <kpiascik@rim.com>
     2
     3        Upstream BlackBerry Cookie Management Classes
     4        https://bugs.webkit.org/show_bug.cgi?id=73654
     5
     6        Reviewed by Rob Buis.
     7
     8        Manual test to see in milliseconds how quickly 100 writes followed by 100 reads take.
     9        This test is ran twice and the average read and write for each of the 2 runs is shown.
     10
     11        * ManualTests/cookieSpeedTest.html: Added.
     12
    1132012-02-23  Dave Tu  <dtu@chromium.org>
    214
  • trunk/Source/WebCore/ChangeLog

    r108719 r108722  
     12012-02-23  Konrad Piascik  <kpiascik@rim.com>
     2
     3        Upstream BlackBerry Cookie Management Classes
     4        https://bugs.webkit.org/show_bug.cgi?id=73654
     5
     6        Reviewed by Rob Buis.
     7
     8        Added ManualTests/cookieSpeedTest.html as well as tested functionality
     9        on the BlackBerry port with http://testsuites.opera.com/cookies/
     10        Passes all non Cookie 2 tests since Cookie 2 is not implemented/supported at this time.
     11        Error handling and extended tests do not all pass and will be updated with future bugs/patches.
     12
     13        * platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBackingStore.cpp: Added.
     14        * platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBackingStore.h: Added.
     15        * platform/blackberry/CookieJarBlackBerry.cpp: Added.
     16        * platform/blackberry/CookieManager.cpp: Added.
     17        * platform/blackberry/CookieManager.h: Added.
     18        * platform/blackberry/CookieMap.cpp: Added.
     19        * platform/blackberry/CookieMap.h: Added.
     20        * platform/blackberry/CookieParser.cpp: Added.
     21        * platform/blackberry/CookieParser.h: Added.
     22        * platform/blackberry/ParsedCookie.cpp: Added.
     23        * platform/blackberry/ParsedCookie.h: Added.
     24
    1252012-02-23  Levi Weintraub  <leviw@chromium.org>
    226
Note: See TracChangeset for help on using the changeset viewer.