[webkit-changes] [WebKit/WebKit] aea708: Port ProtectionSpace to the new IPC serialization ...

Gavin noreply at github.com
Fri Mar 17 21:04:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aea708ebe4cafe961fc0f0c192d99eda3fe95c8b
      https://github.com/WebKit/WebKit/commit/aea708ebe4cafe961fc0f0c192d99eda3fe95c8b
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/network/cocoa/ProtectionSpaceCocoa.h
    M Source/WebCore/platform/network/cocoa/ProtectionSpaceCocoa.mm
    M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/Shared/curl/WebCoreArgumentCodersCurl.cpp
    M Source/WebKit/Shared/mac/WebCoreArgumentCodersMac.mm
    M Source/WebKit/Shared/soup/WebCoreArgumentCodersSoup.cpp

  Log Message:
  -----------
  Port ProtectionSpace to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=253829
rdar://106638063

Reviewed by Alex Christensen.

Ports ProtectionSpace and others to the new serialization format. This
includes:
    - ProtectionSpace::ServerType
    - ProtectionSpace::AuthenticationScheme
    - ProtectionSpace::PlatformData
    - ProtectionSpace

* Source/WebCore/platform/network/cocoa/ProtectionSpaceCocoa.h:
(WebCore::ProtectionSpace::ProtectionSpace):
* Source/WebCore/platform/network/cocoa/ProtectionSpaceCocoa.mm:
(WebCore::ProtectionSpace::ProtectionSpace):
(WebCore::ProtectionSpace::getPlatformDataToSerialize const):
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<ProtectionSpace>::encode): Deleted.
(IPC::ArgumentCoder<ProtectionSpace>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/mac/WebCoreArgumentCodersMac.mm:
(IPC::ArgumentCoder<WebCore::ResourceError>::decodePlatformData):
(IPC::ArgumentCoder<WebCore::ProtectionSpace>::encodePlatformData): Deleted.
(IPC::ArgumentCoder<WebCore::ProtectionSpace>::decodePlatformData): Deleted.

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




More information about the webkit-changes mailing list