Display built-in constructor names for heap snapshot I recently spoke with some JavaScript developers who thought that "(closure)" in the heap snapshot viewer represented the environment in which a function runs, rather than the function instance itself. The column in which this name appears is titled "Constructor", so I think that it would be clearer to name this category "Function", since that is indeed the constructor for the objects listed within the category. The name Function is more consistent with the names Object and Array, which also appear in the same column. For consistency, this change also updates "(regexp)" to "RegExp". The other names "(string)", "(symbol)", and "(number)" should stay as they are because they represent unboxed primitive values. Bug: 1517353 Change-Id: I17ad2e745174adc73efe51b178179d5fe1e0fd08 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5193663 Commit-Queue: Seth Brenith <seth.brenith@microsoft.com> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org>
The client-side of the Chrome DevTools, including all TypeScript & 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: devtools-reviews@chromium.org
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools