commit | 20e5ff211a9b1d7af8111fc995f6f4318859eb9d | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Tue Apr 06 15:15:02 2021 |
committer | Commit Bot <[email protected]> | Wed Apr 07 07:00:59 2021 |
tree | 2c14c88cc6fd42f170cf824f25d163e08e6a64b5 | |
parent | f5b36e1101e01f8dcf0e263b76e0824fff2a1316 [diff] |
Add ARCHITECTURE.md This document describes the high-level architecture of DevTools. While not complete yet, this version adds the guiding principles and explains the core-feature model used in the DevTools startup process. Future updates will include an explanation of how individual high-level features are implemented and what their building blocks are. DISABLE_THIRD_PARTY_CHECK=OWNERS update for new file Bug: none Change-Id: I589ae3f646094ec92c27336b6282006ab4534d7f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2791341 Auto-Submit: Tim van der Lippe <[email protected]> Commit-Queue: Yang Guo <[email protected]> Reviewed-by: Yang Guo <[email protected]> Reviewed-by: Jack Franklin <[email protected]> Reviewed-by: Andres Olivares <[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