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

DevTools flushes updated passive warning/error info after delay #20931

Commits on Mar 4, 2021

  1. DevTools flushes updated passive warning/error info after delay

    Previously this information was not flushed until the next commit, but this provides a worse user experience if the next commit is really delayed. Instead, the backend now flushes only the warning/error counts after a delay. As a safety, if there are already any pending operations in the queue, we bail.
    Brian Vaughn committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0240224 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Make timing explicit in test

    eps1lon committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b7866cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from eps1lon/devtools-inline-warnings-flush-pa…

    …ssive-after-delay-test-explicit
    
    Make timing explicit in test
    Brian Vaughn authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8716606 View commit details
    Browse the repository at this point in the history
  3. Cleaned up renderer code and added additional unit test

    Brian Vaughn committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    877037f View commit details
    Browse the repository at this point in the history