tree: 0dfe27da88f56efa3a4eac58995ce400d798b7f2 [path history] [tgz]
  1. architecture_of_devtools.md
  2. architecture_of_devtools_lazy_loading_features.png
  3. architecture_of_devtools_module_visibility_rules.png
  4. design_guidelines.md
  5. design_guidelines.png
  6. l10n.md
  7. navbar.md
  8. OWNERS
  9. README.md
  10. release_management.md
  11. resource_management.md
  12. third_party_guidelines.md
  13. workflows.md
docs/README.md

Chromium DevTools docs

This directory contains Chrome DevTools project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

If you add new documents, please also add a link to them in the Document Index below.

Creating Documentation

Guidelines

Previewing changes

Locally using md_browser

Assuming that /path/to/src contains a chromium checkout, you can run:

# in devtools-frontend checkout
/path/to/src/tools/md_browser/md_browser.py --directory $PWD/docs

This is only an estimate. The gitiles view may differ.

Online with Gerrit's links to gitiles

  1. Upload a patch to gerrit, or receive a review request. e.g. https://chromium-review.googlesource.com/c/3362532
  2. View a specific .md file. e.g. https://chromium-review.googlesource.com/c/3362532/2/docs/README.md
  3. You will see something like
    Base preview -> Patchset 3 preview | DOWNLOAD
    at the top left of the page. Click on the second “preview” link to open the preview for the current patch set.

This gitiles view is the authoritative view, exactly the same as will be used when committed.

Document Index

Design Documents

General Development

Testing

Architectural Documentation

Chromium