Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 20621fe6899d5420147b602a9bfe8199c2c27ab2
https://github.com/WebKit/WebKit/commit/20621fe6899d5420147b602a9bfe8199c2c27ab2
Author: Per Arne Vollan <[email protected]>
Date: 2026-04-27 (Mon, 27 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://175531691
https://bugs.webkit.org/show_bug.cgi?id=313260
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::waitForSourceChange):
(WebCore::HTMLMediaElement::mediaPlayerMuteChanged):
(WebCore::HTMLMediaElement::mediaPlayerResourceNotSupported):
(WebCore::HTMLMediaElement::stop):
(WebCore::HTMLMediaElement::resume):
(WebCore::HTMLMediaElement::webkitShowPlaybackTargetPicker):
(WebCore::HTMLMediaElement::setPlayerIdentifierForVideoElement):
(WebCore::HTMLMediaElement::exitFullscreen):
(WebCore::HTMLMediaElement::userDidInterfereWithAutoplay):
(WebCore::HTMLMediaElement::purgeBufferedDataIfPossible):
(WebCore::HTMLMediaElement::updateShouldPlay):
(WebCore::HTMLMediaElement::resetPlaybackSessionState):
(WebCore::HTMLMediaElement::mediaStreamCaptureStarted):
(WebCore::HTMLMediaElement::rebuildMediaEngineForWirelessPlayback):
* Source/WebCore/platform/LogMessages.in:
Canonical link: https://commits.webkit.org/312120@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications