Skip to content
  • commit-queue@webkit.org's avatar
    Upstream BlackBerry Cookie Management Classes · b9fa3dfb
    commit-queue@webkit.org authored
    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.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108722 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b9fa3dfb