Changeset 228046 in webkit


Ignore:
Timestamp:
Feb 2, 2018 8:59:18 PM (6 years ago)
Author:
Michael Catanzaro
Message:

Remove remaining dead !USE(NETWORK_SESSION) code
https://bugs.webkit.org/show_bug.cgi?id=182451

Reviewed by Alex Christensen.

DownloadCurl.cpp and AuthenticationManagerSoup.cpp have been dead code since NETWORK_SESSION
became mandatory.

  • NetworkProcess/Downloads/curl/DownloadCurl.cpp: Removed.
  • PlatformGTK.cmake:
  • PlatformWPE.cmake:
  • PlatformWin.cmake:
  • Shared/Authentication/soup/AuthenticationManagerSoup.cpp: Removed.
Location:
trunk/Source/WebKit
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r228041 r228046  
     12018-02-02  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Remove remaining dead !USE(NETWORK_SESSION) code
     4        https://bugs.webkit.org/show_bug.cgi?id=182451
     5
     6        Reviewed by Alex Christensen.
     7
     8        DownloadCurl.cpp and AuthenticationManagerSoup.cpp have been dead code since NETWORK_SESSION
     9        became mandatory.
     10
     11        * NetworkProcess/Downloads/curl/DownloadCurl.cpp: Removed.
     12        * PlatformGTK.cmake:
     13        * PlatformWPE.cmake:
     14        * PlatformWin.cmake:
     15        * Shared/Authentication/soup/AuthenticationManagerSoup.cpp: Removed.
     16
    1172018-02-02  Youenn Fablet  <youenn@apple.com>
    218
  • trunk/Source/WebKit/PlatformGTK.cmake

    r227924 r228046  
    7272    Shared/API/glib/WebKitURIRequest.cpp
    7373    Shared/API/glib/WebKitURIResponse.cpp
    74 
    75     Shared/Authentication/soup/AuthenticationManagerSoup.cpp
    7674
    7775    Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp
  • trunk/Source/WebKit/PlatformWPE.cmake

    r227090 r228046  
    104104    Shared/API/glib/WebKitURIRequest.cpp
    105105    Shared/API/glib/WebKitURIResponse.cpp
    106 
    107     Shared/Authentication/soup/AuthenticationManagerSoup.cpp
    108106
    109107    Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp
  • trunk/Source/WebKit/PlatformWin.cmake

    r227778 r228046  
    108108
    109109    list(APPEND WebKit_SOURCES
    110         NetworkProcess/Downloads/curl/DownloadCurl.cpp
    111 
    112110        NetworkProcess/cache/NetworkCacheCodersCurl.cpp
    113111        NetworkProcess/cache/NetworkCacheDataCurl.cpp
Note: See TracChangeset for help on using the changeset viewer.