0
Files
src/docs
Steve Kobes 22fb19cd6e Document user data directory logic.
Incorporates all of https://www.chromium.org/user-experience/user-data-directory
which can now be a redirect.  Adds some things that weren't documented,
including guidance on the new $CHROME_CONFIG_HOME variable.

Bug: 726016
Change-Id: I91944f04ffbcfbd268c8d18d2121ffd1b5f54a70
Reviewed-on: https://chromium-review.googlesource.com/558653
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#484358}
2017-07-05 21:49:08 +00:00
..
2016-12-06 02:51:01 +00:00
2016-12-02 22:16:53 +00:00
2016-12-02 22:16:53 +00:00
2016-12-15 23:39:34 +00:00
2017-07-05 21:49:08 +00:00
2017-06-23 16:39:12 +00:00

Chromium docs

This directory contains chromium 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.

[TOC]

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# in chromium checkout
./tools/md_browser/md_browser.py

To review someone else's changes, apply them locally first:

# in chromium checkout
git cl patch <CL number or URL>
./tools/md_browser/md_browser.py

Document Index

Checking Out and Building

Design Docs

Integrated Development Environment (IDE) Set Up Guides

Git

Clang

General Development

Testing

Misc Linux-Specific Docs

Misc MacOS-Specific Docs

Misc Windows-Specific Docs

Misc Android-Specific Docs

Misc iOS-Specific Docs

Media

Accessibility

Memory Infrastructure Timeline Profiling (MemoryInfra)

Misc

Probably Obsolete