[webkit-changes] [WebKit/WebKit] f8494d: Log message name when message receiver is disabled
Sihui
noreply at github.com
Tue Oct 1 10:41:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f8494dfff1a82d183a801a874664dae9e6600c31
https://github.com/WebKit/WebKit/commit/f8494dfff1a82d183a801a874664dae9e6600c31
Author: Sihui Liu <sihui_liu at apple.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/tests/TestWithEnabledByAndConjunctionMessageReceiver.cpp
M Source/WebKit/Scripts/webkit/tests/TestWithEnabledByOrConjunctionMessageReceiver.cpp
M Source/WebKit/Scripts/webkit/tests/TestWithEnabledIfMessageReceiver.cpp
Log Message:
-----------
Log message name when message receiver is disabled
https://bugs.webkit.org/show_bug.cgi?id=280660
rdar://137019182
Reviewed by Youenn Fablet.
This will help locate sender function when debugging assertion failure.
* Source/WebKit/Scripts/webkit/messages.py:
(generate_enabled_by_for_receiver):
* Source/WebKit/Scripts/webkit/tests/TestWithEnabledByAndConjunctionMessageReceiver.cpp:
(WebKit::TestWithEnabledByAndConjunction::didReceiveMessage):
* Source/WebKit/Scripts/webkit/tests/TestWithEnabledByOrConjunctionMessageReceiver.cpp:
(WebKit::TestWithEnabledByOrConjunction::didReceiveMessage):
* Source/WebKit/Scripts/webkit/tests/TestWithEnabledIfMessageReceiver.cpp:
(WebKit::TestWithEnabledIf::didReceiveMessage):
Canonical link: https://commits.webkit.org/284492@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