+2008-02-07 Ada Chan <adachan@apple.com>
+
+ Added 4 new methods:
+ wkSetClientCertificateInSSLProperties,
+ wkCanAccessCFURLRequestHTTPBodyParts,
+ wkCFURLRequestCopyHTTPRequestBodyParts,
+ wkCFURLRequestSetHTTPRequestBodyParts
+
+ Rubber-stamped by Steve.
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
2008-02-04 Timothy Hatcher <timothy@apple.com>
<rdar://problem/5722735> Merge fix for SQLITE_FULL error
typedef struct _CFURLResponse* CFURLResponseRef;
typedef struct OpaqueCFHTTPCookieStorage* CFHTTPCookieStorageRef;
typedef struct _CFURLRequest* CFMutableURLRequestRef;
+typedef const struct _CFURLRequest* CFURLRequestRef;
void wkSetFontSmoothingLevel(int type);
int wkGetFontSmoothingLevel();
CFHTTPCookieStorageRef wkGetDefaultHTTPCookieStorage();
void wkSetCFURLRequestShouldContentSniff(CFMutableURLRequestRef, bool);
CFStringRef wkCopyFoundationCacheDirectory();
+void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);
+
+bool wkCanAccessCFURLRequestHTTPBodyParts();
+CFArrayRef wkCFURLRequestCopyHTTPRequestBodyParts(CFURLRequestRef);
+void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);
#endif // WebKitSystemInterface_h