From: mjs Date: Mon, 6 Jun 2005 02:21:58 +0000 (+0000) Subject: - added a few more bits of SPI X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=9cfc8b01e190a2b7e34eb303b7fa68bce709a372 - added a few more bits of SPI * WebKitSystemInterface.h: * libWebKitSystemInterface.a: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9287 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 69a65574e605..a7fa9a355267 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,10 @@ +2005-06-05 Maciej Stachowiak + + - added a few more bits of SPI + + * WebKitSystemInterface.h: + * libWebKitSystemInterface.a: + 2005-06-05 Maciej Stachowiak - added file type and NSURLResponse caching SPI diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 05e61ffa31f2..a0bca6e32a95 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -26,3 +26,6 @@ NSTimeInterval WKGetNSURLResponseFreshnessLifetime(NSURLResponse *response); NSTimeInterval WKGetNSURLResponseCalculatedExpiration(NSURLResponse *response); BOOL WKGetNSURLResponseMustRevalidate(NSURLResponse *response); +CFStringEncoding WKGetWebDefaultCFStringEncoding(); + +float WKSecondsSinceLastInputEvent(); \ No newline at end of file diff --git a/WebKitLibraries/libWebKitSystemInterface.a b/WebKitLibraries/libWebKitSystemInterface.a index ae0e97006008..09ebd939d005 100644 Binary files a/WebKitLibraries/libWebKitSystemInterface.a and b/WebKitLibraries/libWebKitSystemInterface.a differ