* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9298
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
+2005-06-06 Maciej Stachowiak <mjs@apple.com>
+
+ - updated
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterface.a:
+
2005-06-05 Maciej Stachowiak <mjs@apple.com>
- added a few more bits of SPI
void *WKGetNativeWindowFromWindowRef(WindowRef);
OSType WKCarbonWindowPropertyCreator(void);
OSType WKCarbonWindowPropertyTag(void);
+
+typedef id WKNSURLConnectionDelegateProxyPtr;
+
+WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy();
+
+void WKDisableCGDeferredUpdates();
+
+Class WKNSURLProtocolClassForReqest(NSURLRequest *request);