[webkit-changes] [WebKit/WebKit] e7b14b: Allow using a = b in *.serialization.in files

Alex Christensen noreply at github.com
Wed Jan 25 12:56:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e7b14b50244d51a9cda3d43a82476d8c20926a76
      https://github.com/WebKit/WebKit/commit/e7b14b50244d51a9cda3d43a82476d8c20926a76
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
    M Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/UIProcess/VisitedLinkStore.messages.in
    M Source/WebKit/WebProcess/WebPage/VisitedLinkTableController.messages.in

  Log Message:
  -----------
  Allow using a = b in *.serialization.in files
https://bugs.webkit.org/show_bug.cgi?id=251160

Reviewed by Chris Dumez.

This fixes a shortcut I took in 259180 at main.
Expose the information to the IPC testing API as if b contained a,
which is equivalent from the point of view of serialization.
No actual serializers need to be generated.

* Source/WebKit/Scripts/generate-serializers.py:
(generate_serialized_type_info):
(generate_serialized_type_info.in):
(parse_serialized_types):
(main):
(main.in):
* Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp:
(WebKit::allSerializedTypes):
* Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/UIProcess/VisitedLinkStore.messages.in:
* Source/WebKit/WebProcess/WebPage/VisitedLinkTableController.messages.in:

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




More information about the webkit-changes mailing list