Changeset 147485 in webkit


Ignore:
Timestamp:
Apr 2, 2013, 12:52:22 PM (12 years ago)
Author:
ap@apple.com
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:
Location:
trunk/Source
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147480 r147485  
     12013-04-02  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
     4        https://bugs.webkit.org/show_bug.cgi?id=113810
     5
     6        Reviewed by Anders Carlsson.
     7
     8        This WKSI function is not used any more.
     9
     10        * WebCore.exp.in:
     11        * platform/mac/WebCoreSystemInterface.h:
     12        * platform/mac/WebCoreSystemInterface.mm:
     13
    1142013-04-02  Sheriff Bot  <webkit.review.bot@gmail.com>
    215
  • trunk/Source/WebCore/WebCore.exp.in

    r147476 r147485  
    16401640_wkCreateCTLineWithUniCharProvider
    16411641_wkCreateCustomCFReadStream
    1642 _wkCreateNSURLConnectionDelegateProxy
    16431642_wkCreatePrivateStorageSession
    16441643_wkDeleteAllHTTPCookies
  • trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h

    r146956 r147485  
    137137extern NSString* (*wkCopyNSURLResponseStatusLine)(NSURLResponse*);
    138138extern CFArrayRef (*wkCopyNSURLResponseCertificateChain)(NSURLResponse*);
    139 extern id (*wkCreateNSURLConnectionDelegateProxy)(void);
    140139extern void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
    141140extern void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect);
  • trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.mm

    r146956 r147485  
    111111void (*wkSetNSURLConnectionDefersCallbacks)(NSURLConnection *, BOOL);
    112112void (*wkSetNSURLRequestShouldContentSniff)(NSMutableURLRequest *, BOOL);
    113 id (*wkCreateNSURLConnectionDelegateProxy)(void);
    114113unsigned (*wkInitializeMaximumHTTPConnectionCountPerHost)(unsigned preferredConnectionCount);
    115114int (*wkGetHTTPPipeliningPriority)(CFURLRequestRef);
  • trunk/Source/WebKit/mac/ChangeLog

    r147482 r147485  
    1919        (-[WebInspectorWindowController showWindow:]):
    2020        Check inspectorAttachDisabled() in places where we attach or update the dock button.
     21
     222013-04-02  Alexey Proskuryakov  <ap@apple.com>
     23
     24        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
     25        https://bugs.webkit.org/show_bug.cgi?id=113810
     26
     27        Reviewed by Anders Carlsson.
     28
     29        * WebCoreSupport/WebSystemInterface.mm:
     30        (InitWebCoreSystemInterface):
    2131
    22322013-04-02  Alexey Proskuryakov  <ap@apple.com>
  • trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm

    r146962 r147485  
    6363#endif
    6464    INIT(CreateCustomCFReadStream);
    65     INIT(CreateNSURLConnectionDelegateProxy);
    6665    INIT(DrawCapsLockIndicator);
    6766    INIT(DrawBezeledTextArea);
  • trunk/Source/WebKit2/ChangeLog

    r147476 r147485  
     12013-04-02  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [Mac] Remove WKCreateNSURLConnectionDelegateProxy
     4        https://bugs.webkit.org/show_bug.cgi?id=113810
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
     9        (InitWebCoreSystemInterface):
     10
    1112013-04-02  Alexey Proskuryakov  <ap@apple.com>
    212
  • trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm

    r146956 r147485  
    5454        INIT(CreateCTLineWithUniCharProvider);
    5555        INIT(CreateCustomCFReadStream);
    56         INIT(CreateNSURLConnectionDelegateProxy);
    5756        INIT(DrawBezeledTextArea);
    5857        INIT(DrawBezeledTextFieldCell);
Note: See TracChangeset for help on using the changeset viewer.