Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6836952453ac5d5d8cf80de71a9192b6fc650d4d
https://github.com/WebKit/WebKit/commit/6836952453ac5d5d8cf80de71a9192b6fc650d4d
Author: Per Arne Vollan <[email protected]>
Date: 2026-04-23 (Thu, 23 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
rdar://175468773
https://bugs.webkit.org/show_bug.cgi?id=313190
Reviewed by 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::dispatchPlayPauseEventsIfNeedsQuirks):
(WebCore::HTMLMediaElement::applyConfiguration):
(WebCore::HTMLMediaElement::hardwareMutedStateDidChange):
(WebCore::HTMLMediaElement::mediaPlayerVolumeChanged):
* Source/WebCore/platform/LogMessages.in:
Canonical link: https://commits.webkit.org/311919@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications