From: adachan Date: Thu, 11 Oct 2007 16:57:40 +0000 (+0000) Subject: X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=5de6a1668bda7e1a1bf82cd204a1c03d86d4e0c8 Added wkGetDefaultHTTPCookieStorage(). Updated libraries. Reviewed by Darin. * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26360 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 33862dc20b6e..7c3f4993e5fa 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,14 @@ +2007-10-11 Ada Chan + + + Added wkGetDefaultHTTPCookieStorage(). Updated libraries. + + Reviewed by Darin. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + 2007-09-27 Sam Weinig Build fix. Ran update-webkitsysteminterface script on Tiger, because diff --git a/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h b/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h index 2dea961d869c..556b153174e6 100644 --- a/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h +++ b/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h @@ -36,6 +36,7 @@ typedef struct CGFont* CGFontRef; typedef CGFontIndex CGGlyph; typedef wchar_t UChar; typedef struct _CFURLResponse* CFURLResponseRef; +typedef struct OpaqueCFHTTPCookieStorage* CFHTTPCookieStorageRef; void wkSetFontSmoothingLevel(int type); int wkGetFontSmoothingLevel(); @@ -49,5 +50,6 @@ void wkDrawFocusRing(CGContextRef, CGColorRef, float radius); CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef); void* wkGetSSLPeerCertificateData(CFDictionaryRef); +CFHTTPCookieStorageRef wkGetDefaultHTTPCookieStorage(); #endif diff --git a/WebKitLibraries/win/lib/WebKitSystemInterface.lib b/WebKitLibraries/win/lib/WebKitSystemInterface.lib index ef85d9060508..de0dea7bd2fa 100644 Binary files a/WebKitLibraries/win/lib/WebKitSystemInterface.lib and b/WebKitLibraries/win/lib/WebKitSystemInterface.lib differ diff --git a/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib b/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib index 45a4b38093f9..7678c43cdd2a 100644 Binary files a/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib and b/WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib differ