Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0dc7fb9fdb8e464f0937fc504b62c79563a68763
https://github.com/WebKit/WebKit/commit/0dc7fb9fdb8e464f0937fc504b62c79563a68763
Author: Per Arne Vollan <[email protected]>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M Source/WebCore/html/HTMLMediaElement.cpp
M Source/WebCore/platform/LogMessages.in
Log Message:
-----------
Replace logging instances in HTMLMediaElement.cpp with the more efficient
version
https://bugs.webkit.org/show_bug.cgi?id=312997
rdar://175342927
Reviewed by Basuke Suzuki and Rupin Mittal.
The efficient version will not send the entire composed log string over IPC,
but only the log arguments, if any.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::resumeSpeakingCueText):
(WebCore::HTMLMediaElement::cancelSpeakingCueText):
(WebCore::HTMLMediaElement::pausePlaybackForExtendedTextDescription):
(WebCore::HTMLMediaElement::noneSupported):
* Source/WebCore/platform/LogMessages.in:
Canonical link: https://commits.webkit.org/311788@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications