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

core(page-functions): expose simulated throttling requestIdleCallback shim #11032

Merged
merged 14 commits into from
Jun 29, 2020

Commits on May 6, 2020

  1. ric-shim

    LukasAuerMstage committed May 6, 2020
    Configuration menu
    Copy the full SHA
    46eddb7 View commit details
    Browse the repository at this point in the history
  2. fix timout passing

    LukasAuerMstage committed May 6, 2020
    Configuration menu
    Copy the full SHA
    4de0fed View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    82403ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899ae25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc9c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e61ad1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d4af9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    2704a90 View commit details
    Browse the repository at this point in the history
  2. Add ric shim registration to additional gather runner test:

     -disable-storage-reset
     -clear origin storage
    LukasAuerMstage committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d8f36ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bffa3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53b6ed View commit details
    Browse the repository at this point in the history
  5. Add changes according to PR suggestions:

     - pass cpu slowdown multiplier to rIC shim wrapper and calculate the maximum execution time dynamically
     - adjust rIC shim function comment
     - refactor smoke tests so that they use tbt instead of tti
     - fix bug in sleep function (was previously 1ms off)
     - add copyright header to smoke test html
    LukasAuerMstage committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6ad98fa View commit details
    Browse the repository at this point in the history
  6. Add changes according to PR suggestions GoogleChrome#2:

     - change copyright header date to 2020
     - change tbt smoke test value to <=100 (from previously 0) to add some room for a little variance
    LukasAuerMstage committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5b45443 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d821f4c View commit details
    Browse the repository at this point in the history