Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: docs/README.md

Issue 2822353002: Port threading design doc to in-tree docs, start a README for design docs in the tree. (Closed)
Patch Set: Fix line wrapping Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | docs/design/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Chromium docs 1 # Chromium docs
2 2
3 This directory contains chromium project documentation in 3 This directory contains chromium project documentation in
4 [Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Doc umentation/markdown.md). 4 [Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Doc umentation/markdown.md).
5 It is automatically 5 It is automatically
6 [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/do cs/). 6 [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/do cs/).
7 7
8 If you add new documents, please also add a link to them in the Document Index 8 If you add new documents, please also add a link to them in the Document Index
9 below. 9 below.
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 * [Common Build Tasks](common_build_tasks.md) - Recipes for slightly more 50 * [Common Build Tasks](common_build_tasks.md) - Recipes for slightly more
51 advanced build tasks 51 advanced build tasks
52 * [Chrome Component Build](component_build.md) - Faster builds using more 52 * [Chrome Component Build](component_build.md) - Faster builds using more
53 libraries 53 libraries
54 * [Using the BuildRunner](using_build_runner.md) - Scripts that extract build 54 * [Using the BuildRunner](using_build_runner.md) - Scripts that extract build
55 stops from builders and runs them locally on a slave 55 stops from builders and runs them locally on a slave
56 * [Cr User Manual](cr_user_manual.md) - Manual for `cr`, a tool that tries to 56 * [Cr User Manual](cr_user_manual.md) - Manual for `cr`, a tool that tries to
57 hide some of the tools used for working on Chromium behind an abstraction 57 hide some of the tools used for working on Chromium behind an abstraction
58 layer 58 layer
59 59
60 ### Design Docs
61 * See [design/README.md](design/README.md)
62
60 ### Integrated Development Environment (IDE) Set Up Guides 63 ### Integrated Development Environment (IDE) Set Up Guides
61 * [Android Studio](android_studio.md) - Android Studio for Android builds 64 * [Android Studio](android_studio.md) - Android Studio for Android builds
62 * [Eclipse for Android](eclipse.md) - Eclipse for Android 65 * [Eclipse for Android](eclipse.md) - Eclipse for Android
63 * [Eclipse for Linux](linux_eclipse_dev.md) - Eclipse for other platforms 66 * [Eclipse for Linux](linux_eclipse_dev.md) - Eclipse for other platforms
64 (This guide was written for Linux, but is probably usable on Windows/MacOS 67 (This guide was written for Linux, but is probably usable on Windows/MacOS
65 as well) 68 as well)
66 * [Qt Creator](qtcreator.md) - Using Qt Creator as an IDE or GUI debugger 69 * [Qt Creator](qtcreator.md) - Using Qt Creator as an IDE or GUI debugger
67 * [Setting up Visual Studio Code](vscode.md) - Visual Studio Code 70 * [Setting up Visual Studio Code](vscode.md) - Visual Studio Code
68 * [EMACS Notes](emacs.md) - EMACS commands/styles/tool integrations 71 * [EMACS Notes](emacs.md) - EMACS commands/styles/tool integrations
69 * [Atom](atom.md) - Atom multi-platform code editor 72 * [Atom](atom.md) - Atom multi-platform code editor
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a 304 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a
302 SUID binary on Linux 305 SUID binary on Linux
303 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) - 306 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) -
304 Development on the above system. 307 Development on the above system.
305 * [Linux PID Namespace Support](linux_pid_namespace_support.md) 308 * [Linux PID Namespace Support](linux_pid_namespace_support.md)
306 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for 309 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for
307 using mostly vanilla git on Windows. 310 using mostly vanilla git on Windows.
308 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md) 311 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md)
309 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings 312 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings
310 notes. 313 notes.
OLDNEW
« no previous file with comments | « no previous file | docs/design/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698