[webkit-changes] [WebKit/WebKit] aff791: Port ControlPart to the new IPC serialization format
Chris Dumez
noreply at github.com
Fri Feb 2 09:45:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aff791df6b023bd62731255b3e82b4704d20fe56
https://github.com/WebKit/WebKit/commit/aff791df6b023bd62731255b3e82b4704d20fe56
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M Source/WebCore/platform/graphics/controls/ButtonPart.h
M Source/WebCore/platform/graphics/controls/ColorWellPart.h
M Source/WebCore/platform/graphics/controls/ImageControlsButtonPart.h
M Source/WebCore/platform/graphics/controls/InnerSpinButtonPart.h
M Source/WebCore/platform/graphics/controls/MenuListButtonPart.h
M Source/WebCore/platform/graphics/controls/MenuListPart.h
M Source/WebCore/platform/graphics/controls/SearchFieldCancelButtonPart.h
M Source/WebCore/platform/graphics/controls/SearchFieldPart.h
M Source/WebCore/platform/graphics/controls/SearchFieldResultsPart.h
M Source/WebCore/platform/graphics/controls/SliderThumbPart.h
M Source/WebCore/platform/graphics/controls/TextAreaPart.h
M Source/WebCore/platform/graphics/controls/TextFieldPart.h
M Source/WebCore/platform/graphics/controls/ToggleButtonPart.h
M Source/WebKit/Scripts/generate-serializers.py
M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
M Source/WebKit/Shared/WebCoreArgumentCoders.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Port ControlPart to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=268596
Reviewed by Alex Christensen and Darin Adler.
* Source/WebCore/platform/graphics/controls/ButtonPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/ColorWellPart.h:
* Source/WebCore/platform/graphics/controls/ImageControlsButtonPart.h:
* Source/WebCore/platform/graphics/controls/InnerSpinButtonPart.h:
* Source/WebCore/platform/graphics/controls/MenuListButtonPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/MenuListPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/SearchFieldCancelButtonPart.h:
* Source/WebCore/platform/graphics/controls/SearchFieldPart.h:
* Source/WebCore/platform/graphics/controls/SearchFieldResultsPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/SliderThumbPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/TextAreaPart.h:
(isType):
* Source/WebCore/platform/graphics/controls/TextFieldPart.h:
* Source/WebCore/platform/graphics/controls/ToggleButtonPart.h:
(isType):
* Source/WebKit/Scripts/generate-serializers.py:
(SerializedType.__init__):
(SerializedType.can_assert_member_order_is_correct):
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<ControlPart>::encode): Deleted.
(IPC::ArgumentCoder<ControlPart>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/273997@main
More information about the webkit-changes
mailing list