[webkit-changes] [WebKit/WebKit] 22729d: [PlayStation] Remove Warnings

Stephan Szabo noreply at github.com
Wed Mar 22 02:19:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 22729d7ebb8b747e5dda9abe92d5a6d11676b2d9
      https://github.com/WebKit/WebKit/commit/22729d7ebb8b747e5dda9abe92d5a6d11676b2d9
  Author: Stephan Szabo <stephan.szabo at sony.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M Source/WebCore/loader/cache/CachedResourceLoader.cpp
    M Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp

  Log Message:
  -----------
  [PlayStation] Remove Warnings
https://bugs.webkit.org/show_bug.cgi?id=254243

Reviewed by Fujii Hironori.

For CachedResourceLoader, it appears the users of the resourceRequest variable
are inside the CONTENT_EXTENSIONS enable. For the SynchronousLoaderClientCurl,
the body of the method was removed as part of a cleanup but the parameters are
still named and no longer used (and the names don't provide a lot of
information)

* Source/WebCore/loader/cache/CachedResourceLoader.cpp:
(WebCore::CachedResourceLoader::requestResource):
* Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp:
(WebCore::SynchronousLoaderClient::didReceiveAuthenticationChallenge):

Canonical link: https://commits.webkit.org/261952@main




More information about the webkit-changes mailing list