Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ead822965a61db398c199145facba856f51a3b7d
https://github.com/WebKit/WebKit/commit/ead822965a61db398c199145facba856f51a3b7d
Author: Gavin Phillips <[email protected]>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
A LayoutTests/ipc/dispatched-from-to-exposed-to-ipc-testing-api-expected.txt
A LayoutTests/ipc/dispatched-from-to-exposed-to-ipc-testing-api.html
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/tests/MessageNames.cpp
M Source/WebKit/Scripts/webkit/tests/MessageNames.h
M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
Log Message:
-----------
Expose dispatchedTo and dispatchedFrom annotations to the IPCTestingAPI
https://bugs.webkit.org/show_bug.cgi?id=297269
rdar://problem/158126216
Reviewed by Alex Christensen.
This change exposed dispatched(From|To) annotations to the IPCTestingAPI.
This means that tooling can determine whether or not a certain message
is expected receivable directly from the API.
* Source/WebKit/Scripts/webkit/messages.py:
(generate_message_names_header.ProcessName):
(generate_message_names_header):
(generate_message_names_implementation):
* Source/WebKit/Scripts/webkit/model.py:
(generate_global_model):
* Source/WebKit/Scripts/webkit/tests/MessageNames.cpp:
* Source/WebKit/Scripts/webkit/tests/MessageNames.h:
(IPC::processLiteral):
(IPC::dispatchedFrom):
(IPC::dispatchedTo):
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::JSIPC::messages):
Canonical link: https://commits.webkit.org/298710@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