Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9998c1385fe7bcb1f3d0a5b52e34a6a7e99522a8
https://github.com/WebKit/WebKit/commit/9998c1385fe7bcb1f3d0a5b52e34a6a7e99522a8
Author: Adrian Taylor <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebKit/DerivedSources-output.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Scripts/generate-message-receiver.py
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/messages_unittest.py
A Source/WebKit/Scripts/webkit/tests/module.private.modulemap
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Generate IPC modulemap
https://bugs.webkit.org/show_bug.cgi?id=305643
rdar://168303740
Reviewed by Richard Robinson.
This generates a modulemap for the generated IPC reception header files.
The modulemap includes only those headers made for IPC receipt, rather than
any other generated header files - this is experimental and may be
insufficient.
To do this, a pre-existing module.private.modulemap had to be moved
out the way.
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Scripts/generate-message-receiver.py:
(main):
* Source/WebKit/Scripts/webkit/messages.py:
(generate_message_argument_description_implementation):
(generate_modulemap):
* Source/WebKit/Scripts/webkit/messages_unittest.py:
(GeneratedFileContentsTest.test_modulemap):
* Source/WebKit/Scripts/webkit/tests/module.private.modulemap: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/307914@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications