Updated libraries.
Reviewed by Adam.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25271
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-08-28 Ada Chan <adachan@apple.com>
+
+ <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
+ Updated libraries.
+
+ Reviewed by Adam.
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
2007-07-23 Ada Chan <adachan@apple.com>
Reviewed by Steve.
typedef struct CGFont* CGFontRef;
typedef CGFontIndex CGGlyph;
typedef wchar_t UChar;
+typedef struct _CFURLResponse* CFURLResponseRef;
void wkSetFontSmoothingLevel(int type);
int wkGetFontSmoothingLevel();
void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
+CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
+void* wkGetSSLPeerCertificateData(CFDictionaryRef);
+
#endif