| commit | e6c3686f2212a1711b77c445db7da57899c4919b | [log] [tgz] |
|---|---|---|
| author | Benedikt Meurer <bmeurer@chromium.org> | Mon Oct 26 13:52:30 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 26 14:43:25 2020 |
| tree | b0d34f6970c50e4a6a7466374115698ce8d6f7c4 | |
| parent | f2ef8f3fa7e00faa7ee614f64d0cd49244c93d4d [diff] |
[cleanup] Remove string internalization from DebuggerModel The `DebuggerModel` instances had a `_stringMap` property, which used to hold a `Map` to internalize certain strings, namely hash and sourceURL of parsed scripts. It's unclear why this optimization was added in the first place, it was probably used more throughout the code to reduce memory footprint, but in it's current form the optimization doesn't save anything, but rather wastes memory. Also if such an optimization is found to be useful, it should be done in V8 instead of ad-hoc for some random strings. Change-Id: I974714339074bd7f03ee582c20bd2e85beefd4db Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2498228 Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org>
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 here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
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