[webkit-changes] [WebKit/WebKit] b8729a: Generated IPC serializers have tests for removed R...

Kimmo Kinnunen noreply at github.com
Mon Jul 3 04:22:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8729a500b8298a70d9b3ea3d516bac7a5bc31e6
      https://github.com/WebKit/WebKit/commit/b8729a500b8298a70d9b3ea3d516bac7a5bc31e6
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.cpp
    M Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.h
    M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
    M Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in

  Log Message:
  -----------
  Generated IPC serializers have tests for removed ReturnEarlyIfTrue feature
https://bugs.webkit.org/show_bug.cgi?id=258611
rdar://problem/111436405

Reviewed by Alex Christensen.

Remove the tests.

* Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.cpp:
(IPC::ArgumentCoder<Namespace::OtherClass>::encode):
(IPC::ArgumentCoder<Namespace::OtherClass>::decode):
(IPC::ArgumentCoder<Namespace::EmptyConstructorWithIf>::encode):
(IPC::ArgumentCoder<Namespace::EmptyConstructorWithIf>::decode):
(IPC::ArgumentCoder<Namespace::EmptyConstructorNullable>::encode): Deleted.
(IPC::ArgumentCoder<Namespace::EmptyConstructorNullable>::decode): Deleted.
* Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.h:
* Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp:
(WebKit::allSerializedTypes):
* Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in:

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




More information about the webkit-changes mailing list