Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fc751b8054efed74b0bb67e95430fc62c5bfd215
      
https://github.com/WebKit/WebKit/commit/fc751b8054efed74b0bb67e95430fc62c5bfd215
  Author: Wenson Hsieh <wenson_hs...@apple.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  REGRESSION (278562@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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to