Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e935d39eecd21246bfbf89a82e02cb0de291d8eb
https://github.com/WebKit/WebKit/commit/e935d39eecd21246bfbf89a82e02cb0de291d8eb
Author: Adrian Taylor <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M Source/WebKit/Platform/IPC/HandleMessage.h
Log Message:
-----------
Abstract Swift and C++ handleMessage differences
https://bugs.webkit.org/show_bug.cgi?id=304185
rdar://165213339
Reviewed by Geoffrey Garen.
This simplifies the 'handleMessage' functions by removing a layer of nested
'if's, which were introduced recently when we added the ability to call
directly into Swift message handling functions.
With this change, we move this new complexity into the existing
MethodSignatureValidation struct, allowing us to take the actual
message handlers back to their former simplicity.
There are no functional changes here.
Canonical link: https://commits.webkit.org/304670@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications