[webkit-changes] [WebKit/WebKit] 524bcd: HTMLMediaElement watchtime logging is using incorr...
Jer Noble
noreply at github.com
Thu Aug 22 10:23:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 524bcdc17a01649fd7f73a3511e464d2ac3c6879
https://github.com/WebKit/WebKit/commit/524bcdc17a01649fd7f73a3511e464d2ac3c6879
Author: Jer Noble <jer.noble at apple.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M Source/WebCore/html/HTMLMediaElement.cpp
Log Message:
-----------
HTMLMediaElement watchtime logging is using incorrect message identifiers
https://bugs.webkit.org/show_bug.cgi?id=278526
rdar://134503892
Reviewed by Eric Carlson.
Each of the three logging events were using the same message identifier; the video codec
and audio codec events should use distict identifiers from the sourceType event.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::watchtimeTimerFired):
Canonical link: https://commits.webkit.org/282622@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