[webkit-changes] [WebKit/WebKit] 5bd1fe: Stuttery video on BBC News page

Jean-Yves Avenard noreply at github.com
Thu Feb 22 00:24:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5bd1fec1527127bfa96c802786351a49253078cc
      https://github.com/WebKit/WebKit/commit/5bd1fec1527127bfa96c802786351a49253078cc
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M Source/WebKit/WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp

  Log Message:
  -----------
  Stuttery video on BBC News page
https://bugs.webkit.org/show_bug.cgi?id=269891
rdar://123135766

Reviewed by Simon Fraser.

Revert fly-by change performed in 274278 at main.
I incorrectly interpreted the argument "completionHandler" name as being a CompletionHandler. But it wasn't,
it is a task to run at a special time that can be cancelled.

* Source/WebKit/WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp:
(WebKit::MediaPlayerPrivateRemote::performTaskAtTime): Revert code to previous version.
Change argument name to avoid future confusion.

Canonical link: https://commits.webkit.org/275159@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