Changeset 205590 in webkit


Ignore:
Timestamp:
Sep 7, 2016 11:49:16 PM (8 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Remove stale WebSoupRequestManager headers
https://bugs.webkit.org/show_bug.cgi?id=161691

Reviewed by Sergio Villar Senin.

WebSoupRequestManager, WebSoupRequestManagerProxy and WebSoupRequestManagerClient
classes were used to implement custom URI scheme support for Soup. This API and
the implementations of these classes were removed in r174584, but curiously the
headers went unnoticed. This patch removes them, as well as the
WebSoupRequestManagerProxy forwarding declaration in WKAPICastSoup.h.

  • UIProcess/API/C/soup/WKAPICastSoup.h:
  • UIProcess/soup/WebSoupRequestManagerClient.h: Removed.
  • UIProcess/soup/WebSoupRequestManagerProxy.h: Removed.

(WebKit::WebSoupRequestManagerProxy::registeredURISchemes): Deleted.

  • WebProcess/soup/WebSoupRequestManager.h: Removed.
Location:
trunk/Source/WebKit2
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r205579 r205590  
     12016-09-07  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Remove stale WebSoupRequestManager headers
     4        https://bugs.webkit.org/show_bug.cgi?id=161691
     5
     6        Reviewed by Sergio Villar Senin.
     7
     8        WebSoupRequestManager, WebSoupRequestManagerProxy and WebSoupRequestManagerClient
     9        classes were used to implement custom URI scheme support for Soup. This API and
     10        the implementations of these classes were removed in r174584, but curiously the
     11        headers went unnoticed. This patch removes them, as well as the
     12        WebSoupRequestManagerProxy forwarding declaration in WKAPICastSoup.h.
     13
     14        * UIProcess/API/C/soup/WKAPICastSoup.h:
     15        * UIProcess/soup/WebSoupRequestManagerClient.h: Removed.
     16        * UIProcess/soup/WebSoupRequestManagerProxy.h: Removed.
     17        (WebKit::WebSoupRequestManagerProxy::registeredURISchemes): Deleted.
     18        * WebProcess/soup/WebSoupRequestManager.h: Removed.
     19
    1202016-09-07  Simon Fraser  <simon.fraser@apple.com>
    221
  • trunk/Source/WebKit2/UIProcess/API/C/soup/WKAPICastSoup.h

    r174803 r205590  
    3434
    3535class WebSoupCustomProtocolRequestManager;
    36 class WebSoupRequestManagerProxy;
    3736
    3837WK_ADD_API_MAPPING(WKSoupCustomProtocolRequestManagerRef, WebSoupCustomProtocolRequestManager)
Note: See TracChangeset for help on using the changeset viewer.