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

Side by Side Diff: docs/README.md

Issue 2883903004: Port https://sites.google.com/a/chromium.org/dev/developers/design-documents/threading/suble-thread… (Closed)
Patch Set: Created 3 years, 7 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/subtle_threading_bugs.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 * [Clang Tidy](clang_tidy.md) - Support for the `clang-tidy` tool in Chromium 92 * [Clang Tidy](clang_tidy.md) - Support for the `clang-tidy` tool in Chromium
93 * [Updating Clang Format Binaries](updating_clang_format_binaries.md) - How up 93 * [Updating Clang Format Binaries](updating_clang_format_binaries.md) - How up
94 update the clang-format binaries that come with a checkout of Chromium 94 update the clang-format binaries that come with a checkout of Chromium
95 95
96 ### General Development 96 ### General Development
97 * [Code Reviews](code_reviews.md) - Code review requirements and guidelines 97 * [Code Reviews](code_reviews.md) - Code review requirements and guidelines
98 * [Closure Compilation](closure_compilation.md) - The _Closure_ JavaScript 98 * [Closure Compilation](closure_compilation.md) - The _Closure_ JavaScript
99 compiler 99 compiler
100 * [Threading and Tasks in Chrome](threading_and_tasks.md) - How to run tasks 100 * [Threading and Tasks in Chrome](threading_and_tasks.md) - How to run tasks
101 and handle thread safety in Chrome. 101 and handle thread safety in Chrome.
102 * [Subtle Threading Bugs and Patterns to Avoid Them](subtle_threading_bugs.md) -
103 Threading pitfalls to avoid.
102 * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and 104 * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and
103 Bind(). 105 Bind().
104 * [Views Platform Styling](ui/views/platform_style.md) - How views are styled 106 * [Views Platform Styling](ui/views/platform_style.md) - How views are styled
105 to fit in different native platforms 107 to fit in different native platforms
106 * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add 108 * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add
107 features to browser tabs. 109 features to browser tabs.
108 * [Adding third_party Libraries](adding_to_third_party.md) - How to get code 110 * [Adding third_party Libraries](adding_to_third_party.md) - How to get code
109 into third_party/ 111 into third_party/
110 * [Graphical Debugging Aid for Chromium Views](graphical_debugging_aid_chromiu m_views.md) - 112 * [Graphical Debugging Aid for Chromium Views](graphical_debugging_aid_chromiu m_views.md) -
111 Visualizing view trees during debugging 113 Visualizing view trees during debugging
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a 308 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a
307 SUID binary on Linux 309 SUID binary on Linux
308 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) - 310 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) -
309 Development on the above system. 311 Development on the above system.
310 * [Linux PID Namespace Support](linux_pid_namespace_support.md) 312 * [Linux PID Namespace Support](linux_pid_namespace_support.md)
311 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for 313 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for
312 using mostly vanilla git on Windows. 314 using mostly vanilla git on Windows.
313 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md) 315 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md)
314 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings 316 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings
315 notes. 317 notes.
OLDNEW
« no previous file with comments | « no previous file | docs/subtle_threading_bugs.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698