dart /
webdev /
3f729f70dd05cd1a4c70814be44f35171398008c Fix issues in DevTools load time reporting (#1518)
* Fix issues in DevTools load time reporting
- Store dwdsStats on appServices for an app to make sure we are
updating an reporting the same stats for an app. Previously,
if the app services already existed, we would use incorrect
object to report the stats, causing incorrect times and missing
reports.
- Set the times on dwdsStats when debug request arrives to make
sure times are recorded only from the time when the user starts
debugging.
- Process `pageReady` events from any DevTools page, as DevTools
does not always show the debugger page first.
- Enabled previously skipped tests.
Closes:https://github.com/dart-lang/webdev/issues/1517
* Format
7 files changed