OLD | NEW |
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 * [Using clang-format on Chromium C++ Code](clang_format.md) - Various ways to | 90 * [Using clang-format on Chromium C++ Code](clang_format.md) - Various ways to |
91 invoke clang-format on C++ code | 91 invoke clang-format on C++ code |
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 |
| 101 and handle thread safety in Chrome. |
100 * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and | 102 * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and |
101 Bind(). | 103 Bind(). |
102 * [Views Platform Styling](ui/views/platform_style.md) - How views are styled | 104 * [Views Platform Styling](ui/views/platform_style.md) - How views are styled |
103 to fit in different native platforms | 105 to fit in different native platforms |
104 * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add | 106 * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add |
105 features to browser tabs. | 107 features to browser tabs. |
106 * [Adding third_party Libraries](adding_to_third_party.md) - How to get code | 108 * [Adding third_party Libraries](adding_to_third_party.md) - How to get code |
107 into third_party/ | 109 into third_party/ |
108 * [Graphical Debugging Aid for Chromium Views](graphical_debugging_aid_chromiu
m_views.md) - | 110 * [Graphical Debugging Aid for Chromium Views](graphical_debugging_aid_chromiu
m_views.md) - |
109 Visualizing view trees during debugging | 111 Visualizing view trees during debugging |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a | 306 * [Linux `SUID` Sandbox](linux_suid_sandbox.md) - Sandboxing renderers using a |
305 SUID binary on Linux | 307 SUID binary on Linux |
306 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) - | 308 * [Linux `SUID` Sandbox Development](linux_suid_sandbox_development.md) - |
307 Development on the above system. | 309 Development on the above system. |
308 * [Linux PID Namespace Support](linux_pid_namespace_support.md) | 310 * [Linux PID Namespace Support](linux_pid_namespace_support.md) |
309 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for | 311 * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for |
310 using mostly vanilla git on Windows. | 312 using mostly vanilla git on Windows. |
311 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md) | 313 * [Old Chromoting Build Instructions](old_chromoting_build_instructions.md) |
312 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings | 314 * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings |
313 notes. | 315 notes. |
OLD | NEW |