[webkit-changes] [WebKit/WebKit] ca7809: Update serialization for types including RunJavaSc...

Simon Lewis noreply at github.com
Thu Oct 5 09:01:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ca78091637abb9e8d44bd629de175c225ca9463e
      https://github.com/WebKit/WebKit/commit/ca78091637abb9e8d44bd629de175c225ca9463e
  Author: Simon Lewis <simon.lewis at apple.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/SessionID.h
    M Source/WebCore/bindings/js/RunJavaScriptParameters.h
    M Source/WebCore/platform/graphics/PlatformColorSpace.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Update serialization for types including RunJavaScriptParameters
https://bugs.webkit.org/show_bug.cgi?id=262662
rdar://116490225

Reviewed by Alex Christensen.

* Source/WebCore/PAL/pal/SessionID.h:
(PAL::SessionID::encode const): Deleted.
(PAL::SessionID::decode): Deleted.
* Source/WebCore/bindings/js/RunJavaScriptParameters.h:
(WebCore::RunJavaScriptParameters::RunJavaScriptParameters):
(WebCore::RunJavaScriptParameters::encode const): Deleted.
(WebCore::RunJavaScriptParameters::decode): Deleted.
* Source/WebCore/platform/graphics/PlatformColorSpace.h:
(WebCore::PlatformColorSpace::encode const): Deleted.
(WebCore::PlatformColorSpace::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list