[webkit-changes] [WebKit/WebKit] 6303dc: Fix and check using statements in serialization.in...

Alex Christensen noreply at github.com
Fri Feb 16 18:41:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6303dc5ac35a183593e52eb8a2409f3057dd179a
      https://github.com/WebKit/WebKit/commit/6303dc5ac35a183593e52eb8a2409f3057dd179a
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPU.serialization.in
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
    M Source/WebKit/Shared/RTCNetwork.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Fix and check using statements in serialization.in files
https://bugs.webkit.org/show_bug.cgi?id=269616
rdar://123118176

Reviewed by Brady Eidson.

Some of them were wrong.
I added static_asserts so it won't compile if any of them are wrong.

* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPU.serialization.in:
* Source/WebKit/Scripts/generate-serializers.py:
(generate_serialized_type_info):
* Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp:
* Source/WebKit/Shared/RTCNetwork.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list