[webkit-changes] [WebKit/WebKit] df928f: Port the various FetchOptions to the new IPC seria...

Gavin noreply at github.com
Thu Dec 15 11:01:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: df928f2f3d5af2580922ca6b2584f0b611b85643
      https://github.com/WebKit/WebKit/commit/df928f2f3d5af2580922ca6b2584f0b611b85643
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Modules/fetch/FetchHeaders.h
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/loader/FetchOptions.h
    A Source/WebCore/loader/FetchOptionsCache.h
    A Source/WebCore/loader/FetchOptionsCredentials.h
    A Source/WebCore/loader/FetchOptionsDestination.h
    A Source/WebCore/loader/FetchOptionsMode.h
    A Source/WebCore/loader/FetchOptionsRedirect.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/WebProcess/Storage/WebSWClientConnection.messages.in

  Log Message:
  -----------
  Port the various FetchOptions to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=249311
rdar://103355724

Reviewed by Alex Christensen.

This change includes ports for:
    - FetchOptionsDestination
    - FetchOptionsMode
    - FetchOptionsCredentials
    - FetchOptionsCache
    - FetchOptionsRedirect
    - FetchOptions
    - FetchHeadersGuard

* Source/WebCore/Headers.cmake:
* Source/WebCore/Modules/fetch/FetchHeaders.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/loader/FetchOptions.h:
(WebCore::FetchOptions::encode const): Deleted.
(WebCore::FetchOptions::decode): Deleted.
* Source/WebCore/loader/FetchOptionsCache.h: Added.
* Source/WebCore/loader/FetchOptionsCredentials.h: Added.
* Source/WebCore/loader/FetchOptionsDestination.h: Added.
* Source/WebCore/loader/FetchOptionsMode.h: Added.
* Source/WebCore/loader/FetchOptionsRedirect.h: Added.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/WebProcess/Storage/WebSWClientConnection.messages.in:

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




More information about the webkit-changes mailing list