commit | b4aa8c0c2d7c0167b52fcd5bad1aeab42ee3521e | [log] [tgz] |
---|---|---|
author | Jack Franklin <[email protected]> | Wed Oct 04 14:59:58 2023 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 04 15:34:03 2023 |
tree | af63fb8790e293d064add97f93a97c2b51e0df25 | |
parent | b01d647300e4bf5a6df181183451e9705d5cf513 [diff] |
Fix ProfileCall nodes being excluded The filters we apply when generating the tables were incorrectly removing any ProfileCall events due to them not having a matching record type. To fix this, we map their RecordType to the RecordType.JSFrame type, as they are broadly equivalent. Long term we need to figure out what to do with this RecordType, and how to reconcile it with the new engine, but this is a fix that enables the bottom up chart to be correctly populated. Bug: 1488757 Change-Id: Ic394371e683251c6c77699210bcd70a62be16e3b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4909533 Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Andres Olivares <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Check out the project documentation for instructions to set up, use, and maintain a DevTools front-end checkout, as well as design guidelines, and architectural documentation.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools