[webkit-changes] [WebKit/WebKit] afe5ce: Fix coalescing key annotation on certain IPC messages
bnham
noreply at github.com
Tue Dec 3 15:52:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: afe5ce7fd8c8b47d990648a5283030302451aab7
https://github.com/WebKit/WebKit/commit/afe5ce7fd8c8b47d990648a5283030302451aab7
Author: Ben Nham <nham at apple.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M Source/WebKit/Shared/AuxiliaryProcess.messages.in
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
Log Message:
-----------
Fix coalescing key annotation on certain IPC messages
https://bugs.webkit.org/show_bug.cgi?id=283983
rdar://140860188
Reviewed by Sihui Liu.
In 286968 at main I added a way to annotate IPC messages as being coalesced while the receiving process
is suspended. But I didn't apply the annotation properly to two of the messages, which is fixed in
this patch.
* Source/WebKit/Shared/AuxiliaryProcess.messages.in:
* Source/WebKit/WebProcess/WebPage/WebPage.messages.in:
Canonical link: https://commits.webkit.org/287314@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list