[webkit-changes] [WebKit/WebKit] f92900: Scheduling requestIdleCallback should not block a ...

Ryosuke Niwa noreply at github.com
Thu Aug 17 20:56:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f92900fd3d98e945b2cfa8c54fd0611bead3472b
      https://github.com/WebKit/WebKit/commit/f92900fd3d98e945b2cfa8c54fd0611bead3472b
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    A LayoutTests/requestidlecallback/requestidlecallback-does-not-block-timer-expected.txt
    A LayoutTests/requestidlecallback/requestidlecallback-does-not-block-timer.html

  Log Message:
  -----------
  Scheduling requestIdleCallback should not block a timer from firing
https://bugs.webkit.org/show_bug.cgi?id=203840

Reviewed by Wenson Hsieh.

Added a test to verify scheduling of an idle callback would not block the timer from running soon.

* LayoutTests/requestidlecallback/requestidlecallback-does-not-block-timer-expected.txt: Added.
* LayoutTests/requestidlecallback/requestidlecallback-does-not-block-timer.html: Added.

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




More information about the webkit-changes mailing list