[webkit-changes] [WebKit/WebKit] 1d8984: Media Controls: Time stamps should update as you s...

Richard Robinson noreply at github.com
Wed Jul 26 16:55:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d898475f9be69641277070c061b7e173e615c01
      https://github.com/WebKit/WebKit/commit/1d898475f9be69641277070c061b7e173e615c01
  Author: Richard Robinson <richard_robinson2 at apple.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M Source/WebCore/Modules/modern-media-controls/media/scrubbing-support.js

  Log Message:
  -----------
  Media Controls: Time stamps should update as you slide
https://bugs.webkit.org/show_bug.cgi?id=259516
rdar://112875698

Reviewed by Tim Horton.

Timestamps in the media controls should be updated as soon as the control value changes,
instead of waiting for the `timeupdate` event to be dispatched.

* Source/WebCore/Modules/modern-media-controls/media/scrubbing-support.js:
(ScrubbingSupport.prototype.controlValueDidChange):

Canonical link: https://commits.webkit.org/266339@main




More information about the webkit-changes mailing list