[webkit-changes] [WebKit/WebKit] fc751b: REGRESSION (278562 at main): IPCTestingAPI.Serialized...
Wenson Hsieh
noreply at github.com
Mon May 13 19:39:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc751b8054efed74b0bb67e95430fc62c5bfd215
https://github.com/WebKit/WebKit/commit/fc751b8054efed74b0bb67e95430fc62c5bfd215
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
REGRESSION (278562 at main): IPCTestingAPI.SerializedTypeInfo is a consistent failure
https://bugs.webkit.org/show_bug.cgi?id=274133
rdar://128026967
Reviewed by Aditya Keerthi, Abrar Rahman Protyasha and Tim Horton.
Add `using WebCore::TargetedElementSelectors = …;` to the IPC serialization file, so that the
generated IPC testing code treats `TargetedElementSelectors` as a type alias instead of a separate
type that requires its own serializer.
Currently, this causes the API test `IPCTestingAPI.SerializedTypeInfo` to fail.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Drive-by refactoring: also add an alias for `TargetedElementIdentifiers`, and use it below for
consistency (and readability).
Canonical link: https://commits.webkit.org/278731@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