From: mjs Date: Mon, 6 Jun 2005 11:42:55 +0000 (+0000) Subject: - updated X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=c4b95d414b08068d8d9a74dae555c4045a358d7f - updated * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@9298 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 180d7f70b815..0a1928467b04 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -5,6 +5,13 @@ * WebKitSystemInterface.h: * libWebKitSystemInterface.a: +2005-06-06 Maciej Stachowiak + + - updated + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2005-06-05 Maciej Stachowiak - added a few more bits of SPI diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 0e42d6827dda..7f2ad84c09a2 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -42,3 +42,11 @@ unsigned WKCarbonWindowMask(void); void *WKGetNativeWindowFromWindowRef(WindowRef); OSType WKCarbonWindowPropertyCreator(void); OSType WKCarbonWindowPropertyTag(void); + +typedef id WKNSURLConnectionDelegateProxyPtr; + +WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy(); + +void WKDisableCGDeferredUpdates(); + +Class WKNSURLProtocolClassForReqest(NSURLRequest *request); diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index a36aefcee6d9..a7f8a326f0cb 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ