[webkit-changes] [WebKit/WebKit] bb42e4: Port InspectorClient enums to new serialization fo...
Claudio Saavedra
noreply at github.com
Tue Nov 21 23:10:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb42e43f91a1435591e4da9c6b72e9338b10c399
https://github.com/WebKit/WebKit/commit/bb42e43f91a1435591e4da9c6b72e9338b10c399
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M Source/WebCore/inspector/InspectorClient.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Port InspectorClient enums to new serialization format
https://bugs.webkit.org/show_bug.cgi?id=265212
Reviewed by Timothy Hatcher.
Port from EnumTraits to the new serialization format, move
the enum out of the InspectorClient class to ease the
move, and remove EnumTraits bits in favor of autogenerated
serializers.
* Source/WebCore/inspector/InspectorClient.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/271038@main
More information about the webkit-changes
mailing list