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
+2007-10-11 Ada Chan <adachan@apple.com>
+
+ <rdar://problem/5534421>
+ 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 <sam@webkit.org>
Build fix. Ran update-webkitsysteminterface script on Tiger, because
typedef CGFontIndex CGGlyph;
typedef wchar_t UChar;
typedef struct _CFURLResponse* CFURLResponseRef;
+typedef struct OpaqueCFHTTPCookieStorage* CFHTTPCookieStorageRef;
void wkSetFontSmoothingLevel(int type);
int wkGetFontSmoothingLevel();
CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
void* wkGetSSLPeerCertificateData(CFDictionaryRef);
+CFHTTPCookieStorageRef wkGetDefaultHTTPCookieStorage();
#endif