tree: 81c4509807eebf1487daa2f1c8e6ba7f11f8fcc4 [path history] [tgz]
  1. front_end/
  2. scripts/
  3. .devtools
  4. .gitignore
  5. .npmignore
  6. BUILD.gn
  7. devtools.gyp
  8. devtools.gypi
  9. LICENSE
  10. OWNERS
  11. package.json
  12. PRESUBMIT.py
  13. protocol.json
  14. readme.md
third_party/WebKit/Source/devtools/readme.md

Chrome DevTools frontend

The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.

It is available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES2015 modules, so consuming this package in other tools may require some effort.

Package versioning

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.

Source code

The frontend is available through a git subtree mirror on chromium.googlesource.com, with a regularly updating GitHub mirror at github.com/ChromeDevTools/devtools-frontend. The codebase's true location is in third_party/WebKit/Source/devtools/ in Chromium's git repo.

Hacking

Development

Getting in touch