commit | b24a111a60e8baca13a1176fff468aec98cc7c44 | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <horo@chromium.org> | Wed Nov 22 02:20:22 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 22 02:20:22 2017 |
tree | df0de65f400c32cb1f4e6eb0b3e999798eebcfe5 | |
parent | 700169ee8e04c39d522d2a543fc1274a66048bfd [diff] |
DevTools: Suspend a new target when TargetManager._isSuspended is true When DevTools start recording the performance timeline, TargetManager suspends the all targets. But if a new target is added by createTarget, currently the new target is not suspended. This is problematic while measuring the performance of PWAFullCodeCache, because V8 doesn't generate code cache if debugger is attached to the newly started service worker. Bug: 768705 Change-Id: Ib54f89123ce96187fcbcc390ba2713c00465abbb Reviewed-on: https://chromium-review.googlesource.com/778706 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#518506}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .