Title: [147485] trunk/Source
Revision
147485
Author
[email protected]
Date
2013-04-02 12:52:22 -0700 (Tue, 02 Apr 2013)

Log Message

        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
        https://bugs.webkit.org/show_bug.cgi?id=113810

        Reviewed by Anders Carlsson.

        This WKSI function is not used any more.

        * WebCore.exp.in:
        * platform/mac/WebCoreSystemInterface.h:
        * platform/mac/WebCoreSystemInterface.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147484 => 147485)


--- trunk/Source/WebCore/ChangeLog	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebCore/ChangeLog	2013-04-02 19:52:22 UTC (rev 147485)
@@ -1,3 +1,16 @@
+2013-04-02  Alexey Proskuryakov  <[email protected]>
+
+        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
+        https://bugs.webkit.org/show_bug.cgi?id=113810
+
+        Reviewed by Anders Carlsson.
+
+        This WKSI function is not used any more.
+
+        * WebCore.exp.in:
+        * platform/mac/WebCoreSystemInterface.h:
+        * platform/mac/WebCoreSystemInterface.mm:
+
 2013-04-02  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r147464.

Modified: trunk/Source/WebCore/WebCore.exp.in (147484 => 147485)


--- trunk/Source/WebCore/WebCore.exp.in	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebCore/WebCore.exp.in	2013-04-02 19:52:22 UTC (rev 147485)
@@ -1639,7 +1639,6 @@
 _wkCopyRequestWithStorageSession
 _wkCreateCTLineWithUniCharProvider
 _wkCreateCustomCFReadStream
-_wkCreateNSURLConnectionDelegateProxy
 _wkCreatePrivateStorageSession
 _wkDeleteAllHTTPCookies
 _wkDeleteHTTPCookie

Modified: trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h (147484 => 147485)


--- trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h	2013-04-02 19:52:22 UTC (rev 147485)
@@ -136,7 +136,6 @@
 extern CFStringRef (*wkCopyCFLocalizationPreferredName)(CFStringRef);
 extern NSString* (*wkCopyNSURLResponseStatusLine)(NSURLResponse*);
 extern CFArrayRef (*wkCopyNSURLResponseCertificateChain)(NSURLResponse*);
-extern id (*wkCreateNSURLConnectionDelegateProxy)(void);
 extern void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
 extern void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect);
 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);

Modified: trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.mm (147484 => 147485)


--- trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.mm	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.mm	2013-04-02 19:52:22 UTC (rev 147485)
@@ -110,7 +110,6 @@
     void *context);
 void (*wkSetNSURLConnectionDefersCallbacks)(NSURLConnection *, BOOL);
 void (*wkSetNSURLRequestShouldContentSniff)(NSMutableURLRequest *, BOOL);
-id (*wkCreateNSURLConnectionDelegateProxy)(void);
 unsigned (*wkInitializeMaximumHTTPConnectionCountPerHost)(unsigned preferredConnectionCount);
 int (*wkGetHTTPPipeliningPriority)(CFURLRequestRef);
 void (*wkSetHTTPPipeliningMaximumPriority)(int priority);

Modified: trunk/Source/WebKit/mac/ChangeLog (147484 => 147485)


--- trunk/Source/WebKit/mac/ChangeLog	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-04-02 19:52:22 UTC (rev 147485)
@@ -21,6 +21,16 @@
 
 2013-04-02  Alexey Proskuryakov  <[email protected]>
 
+        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
+        https://bugs.webkit.org/show_bug.cgi?id=113810
+
+        Reviewed by Anders Carlsson.
+
+        * WebCoreSupport/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
+2013-04-02  Alexey Proskuryakov  <[email protected]>
+
         <rdar://problem/13551119> [WK2] Crashes in NetworkProcess when canceling loads
         https://bugs.webkit.org/show_bug.cgi?id=113803
 

Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm (147484 => 147485)


--- trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2013-04-02 19:52:22 UTC (rev 147485)
@@ -62,7 +62,6 @@
     INIT(CopyNSURLResponseCertificateChain);
 #endif
     INIT(CreateCustomCFReadStream);
-    INIT(CreateNSURLConnectionDelegateProxy);
     INIT(DrawCapsLockIndicator);
     INIT(DrawBezeledTextArea);
     INIT(DrawBezeledTextFieldCell);

Modified: trunk/Source/WebKit2/ChangeLog (147484 => 147485)


--- trunk/Source/WebKit2/ChangeLog	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-02 19:52:22 UTC (rev 147485)
@@ -1,5 +1,15 @@
 2013-04-02  Alexey Proskuryakov  <[email protected]>
 
+        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
+        https://bugs.webkit.org/show_bug.cgi?id=113810
+
+        Reviewed by Anders Carlsson.
+
+        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
+2013-04-02  Alexey Proskuryakov  <[email protected]>
+
         <rdar://problem/13551119> [WK2] Crashes in NetworkProcess when canceling loads
         https://bugs.webkit.org/show_bug.cgi?id=113803
 

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm (147484 => 147485)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2013-04-02 19:50:45 UTC (rev 147484)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2013-04-02 19:52:22 UTC (rev 147485)
@@ -53,7 +53,6 @@
         INIT(CopyNSURLResponseCertificateChain);
         INIT(CreateCTLineWithUniCharProvider);
         INIT(CreateCustomCFReadStream);
-        INIT(CreateNSURLConnectionDelegateProxy);
         INIT(DrawBezeledTextArea);
         INIT(DrawBezeledTextFieldCell);
         INIT(DrawCapsLockIndicator);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to