Title: [167824] trunk/WebKitLibraries
Revision
167824
Author
[email protected]
Date
2014-04-25 14:40:06 -0700 (Fri, 25 Apr 2014)

Log Message

Update WKSI for https://webkit.org/b/132195
<rdar://problem/16175750>

Reviewed by Jessie Berlin.

* WebKitSystemInterface.h:
* libWebKitSystemInterfaceMavericks.a:
* libWebKitSystemInterfaceMountainLion.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (167823 => 167824)


--- trunk/WebKitLibraries/ChangeLog	2014-04-25 21:32:40 UTC (rev 167823)
+++ trunk/WebKitLibraries/ChangeLog	2014-04-25 21:40:06 UTC (rev 167824)
@@ -1,3 +1,14 @@
+2014-04-25  Dean Jackson  <[email protected]>
+
+        Update WKSI for https://webkit.org/b/132195
+        <rdar://problem/16175750>
+
+        Reviewed by Jessie Berlin.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceMavericks.a:
+        * libWebKitSystemInterfaceMountainLion.a:
+
 2014-04-22  Alex Christensen  <[email protected]>
 
         Removed old stdbool and inttypes headers.

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (167823 => 167824)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2014-04-25 21:32:40 UTC (rev 167823)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2014-04-25 21:40:06 UTC (rev 167824)
@@ -43,7 +43,6 @@
 } WKCertificateParseResult;
 
 CFStringRef WKCopyCFLocalizationPreferredName(CFStringRef localization);
-void WKSetDefaultLocalization(CFStringRef localization);
 
 CFStringRef WKSignedPublicKeyAndChallengeString(unsigned keySize, CFStringRef challenge, CFStringRef keyDescription);
 WKCertificateParseResult WKAddCertificatesToKeychainFromData(const void *bytes, unsigned length);
@@ -75,7 +74,6 @@
 void WKDisableCGDeferredUpdates(void);
 #endif
 
-Class WKNSURLProtocolClassForRequest(NSURLRequest *request);
 void WKSetNSURLRequestShouldContentSniff(NSMutableURLRequest *request, BOOL shouldContentSniff);
 
 #if !TARGET_OS_IPHONE
@@ -289,8 +287,6 @@
 CFHTTPCookieStorageRef WKGetDefaultHTTPCookieStorage(void);
 WKCFURLCredentialRef WKCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef);
 void WKSetCFURLRequestShouldContentSniff(CFMutableURLRequestRef, bool flag);
-CFArrayRef WKCFURLRequestCopyHTTPRequestBodyParts(CFURLRequestRef);
-void WKCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);
 
 #if !TARGET_OS_IPHONE
 void WKSetVisibleApplicationName(CFStringRef);
@@ -456,8 +452,6 @@
 CFStringRef WKCopyCFURLResponseSuggestedFilename(CFURLResponseRef);
 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
 
-CIFormat WKCIGetRGBA8Format(void);
-
 #if !TARGET_OS_IPHONE
 typedef enum {
     WKSandboxExtensionTypeReadOnly,

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMavericks.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to