commit | a036d0cbdcd995a9c4fb695265529f69f7b98577 | [log] [tgz] |
---|---|---|
author | Wolfgang Beyer <[email protected]> | Fri Mar 19 09:09:33 2021 |
committer | Commit Bot <[email protected]> | Fri Mar 19 11:39:51 2021 |
tree | 4c8a3e62849277e470d157396238385adf21b02f | |
parent | adce3c8b370a9a79b963111c045cc179dfa172b5 [diff] |
Add 'Show More' button to stack traces in frame details view `JSPresentationUtils.buildStackTraceRows()` includes a logic to not show all rows of a stack trace. Stack trace frames can be set to hidden either because they are in source files which are on the ignore list, or because the stack trace already contains a lot of rows. This CL implements the logic to actually hide those rows in stack traces in the frame details view and adds a button for showing all rows. Screenshot: https://i.imgur.com/N73fTr2.mp4 Bug: 1159334 Change-Id: Id6fe171b5ab4bbb3136599e5c0bac5b5ab21bde3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2764408 Commit-Queue: Wolfgang Beyer <[email protected]> Reviewed-by: Sigurd Schneider <[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.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found in docs/triage_guidelines.md.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found in docs/workflows.md.
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