commit | 591d0b11376eff37fd7a531688f5ebf6d94df931 | [log] [tgz] |
---|---|---|
author | Benedikt Meurer <[email protected]> | Mon Feb 19 11:32:29 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 19 12:00:59 2024 |
tree | 1f62a4b76c4434f1ef8f20667bf97c604a9cd7da | |
parent | 130b60462e03515224019c2f20a40f52d7e8e4a1 [diff] |
[cleanup] Remove useless `SetCSSProperty.set` helper. We already use `this.style.setProperty(name,value)` in many places directly and TypeScript is just fine these days, so the helper doesn't add any value, but just reduces consistency and makes the code harder to read. Bug: chromium:1166108, b:323795674 Change-Id: Ibfcbc6e1ca696812b84569eece1d9009cf2e8d1e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5307614 Commit-Queue: Benedikt Meurer <[email protected]> Reviewed-by: Yang Guo <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]> Commit-Queue: Yang Guo <[email protected]>
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: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools