[webkit-changes] [WebKit/WebKit] b92643: Remove Quirk needsMillisecondResolutionForHighResT...

Karl Dubost noreply at github.com
Tue Apr 11 14:37:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b9264351fea3904f5ec5d9c2eac9daf86f691391
      https://github.com/WebKit/WebKit/commit/b9264351fea3904f5ec5d9c2eac9daf86f691391
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M Source/WebCore/dom/ScriptedAnimationController.cpp
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  Remove Quirk needsMillisecondResolutionForHighResTimeStamp on icourse163
https://bugs.webkit.org/show_bug.cgi?id=254906
rdar://107486680

Reviewed by Brent Fulgham and Simon Fraser.

Previously the site icourse163.org was experiencing a flickering when
clicking on the arrows as explained by the steps to reproduce. The
issue is not happening anymore and the site behaves the same in all
3 browsers. We can remove the quirk.

QA: Zohreh Momeni

* Source/WebCore/dom/ScriptedAnimationController.cpp:
(WebCore::ScriptedAnimationController::serviceRequestAnimationFrameCallbacks):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsMillisecondResolutionForHighResTimeStamp const): Deleted.
* Source/WebCore/page/Quirks.h:

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




More information about the webkit-changes mailing list