Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for requestIdleCallback deadline computation #31177

Merged
merged 11 commits into from Apr 13, 2022
Merged

Commits on Apr 13, 2022

  1. Tests for requestIdleCallback deadline computation

    Deadline should be:
    - capped at 50ms
    - capped at 1000/60 (~16ms) when there is a pending rAF callback
    - capped at the time of the next timeout
    - be updated when the above conditions change, during the callback itself
    
    See whatwg/html#7166
    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8da1b57 View commit details
    Browse the repository at this point in the history
  2. Use step_timeout

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c49314a View commit details
    Browse the repository at this point in the history
  3. CR comments

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bee3c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304e0b4 View commit details
    Browse the repository at this point in the history
  5. Update requestidlecallback/deadline-max-rAF-dynamic.html

    Co-authored-by: Philip Jägenstedt <philip@foolip.org>
    noamr and foolip committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a13129f View commit details
    Browse the repository at this point in the history
  6. Add missing can

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    fd6e44b View commit details
    Browse the repository at this point in the history
  7. Fix flakiness of rIB test

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ca91ea1 View commit details
    Browse the repository at this point in the history
  8. Fix flakiness of rIB test

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8cfe95b View commit details
    Browse the repository at this point in the history
  9. Fix flakiness of rIB test

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    82d87b2 View commit details
    Browse the repository at this point in the history
  10. Fix flakiness of rIB test

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1be24ce View commit details
    Browse the repository at this point in the history
  11. Remove flaky test for now

    noamr committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    61f8521 View commit details
    Browse the repository at this point in the history