RESOLVED FIXED314792
timeupdate event can dispatch ahead of 'seeking' under stress
https://bugs.webkit.org/show_bug.cgi?id=314792
Summary timeupdate event can dispatch ahead of 'seeking' under stress
Jean-Yves Avenard [:jya]
Reported 2026-05-13 23:34:08 PDT
Follow up on bug 314624 ; under some circumstances, timeupdate can still be fired as we are in the middle of a seek operation, that is because any call to MediaPlayer::timeChanged() will cause the timeupdate events to fire. We should decouple the firing of the events from being managed by individual MediaPlayerPrivate, and instead have the HTMLMediaElement fully manage on when this event should be fired.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-13 23:34:15 PDT
Jean-Yves Avenard [:jya]
Comment 2 2026-05-13 23:48:04 PDT
EWS
Comment 3 2026-05-14 17:27:56 PDT
Committed 313283@main (118bdae825bb): <https://commits.webkit.org/313283@main> Reviewed commits have been landed. Closing PR #64906 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.