Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5fadf7033575aca8cd24c910b5d994445aa238d3
      
https://github.com/WebKit/WebKit/commit/5fadf7033575aca8cd24c910b5d994445aa238d3
  Author: Alex Christensen <[email protected]>
  Date:   2025-01-07 (Tue, 07 Jan 2025)

  Changed paths:
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm

  Log Message:
  -----------
  REGRESSION(288477@main): Broke TestWebKitAPI.IPCTestingAPI.SerializedTypeInfo
https://bugs.webkit.org/show_bug.cgi?id=285530
rdar://142480268

Reviewed by Chris Dumez.

This fixes 3 issues:
1. Something added a uintptr_t being sent across IPC on iOS.  This is fine.  I 
added it.
2. 288477@main added UncheckedKeyHashSet in IPC.  This is fine.  I added it.
3. 288484@main added an extra space in the type name of a using statement.  I 
removed it.
I verified this fixes the test.

* Source/WebKit/Scripts/generate-serializers.py:
(generate_serialized_type_info):
* Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp:
(WebKit::allSerializedTypes):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:
(SerializedTypeInfo)):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to