[webkit-changes] [WebKit/WebKit] 636ff0: REGRESSION(266896 at main): html/semantics/embedded-c...

Ryosuke Niwa noreply at github.com
Fri Sep 1 17:30:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 636ff0602d4c8b7ad8cea04bc604078647569f25
      https://github.com/WebKit/WebKit/commit/636ff0602d4c8b7ad8cea04bc604078647569f25
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/ThreadTimers.cpp

  Log Message:
  -----------
  REGRESSION(266896 at main): html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=260929
<rdar://problem/114728332>

Reviewed by Simon Fraser.

The flakiness is probably caused by the inconsistent use of MonotonicTime vs ApproximateTime in EventLoop::run
and ThreadTimers::sharedTimerFiredInternal. Always use ApproximateTime so that these two checks become consistent.

* Source/WebCore/platform/ThreadTimers.cpp:
(WebCore::ThreadTimers::sharedTimerFiredInternal):

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




More information about the webkit-changes mailing list