nodir | 469b2a1 | 2015-09-14 16:20:21 | [diff] [blame] | 1 | # Chromium docs |
| 2 | |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 3 | This directory contains [chromium project](https://www.chromium.org/Home/) |
| 4 | documentation in [Gitiles-flavored Markdown]. It is automatically |
| 5 | [rendered by Gitiles]. |
Vincent Scheib | de853a0 | 2017-07-13 23:31:18 | [diff] [blame] | 6 | |
| 7 | [Gitiles-flavored Markdown]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md |
John Palmer | 046f987 | 2021-05-24 01:24:56 | [diff] [blame] | 8 | [rendered by Gitiles]: https://chromium.googlesource.com/chromium/src/+/main/docs/ |
nodir | 469b2a1 | 2015-09-14 16:20:21 | [diff] [blame] | 9 | |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 10 | **If you add new documents, please also add a link to them in the Document Index |
| 11 | below.** |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 12 | |
| 13 | [TOC] |
| 14 | |
Vincent Scheib | 394b907a | 2017-07-14 22:30:06 | [diff] [blame] | 15 | ## Creating Documentation |
nodir | 469b2a1 | 2015-09-14 16:20:21 | [diff] [blame] | 16 | |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 17 | ### Guidelines |
nodir | 469b2a1 | 2015-09-14 16:20:21 | [diff] [blame] | 18 | |
Qi Xiao | 4a80b1e | 2022-07-27 10:08:29 | [diff] [blame] | 19 | * See the [Chromium Documentation Guidelines](documentation_guidelines.md) |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 20 | and the |
Qi Xiao | 4a80b1e | 2022-07-27 10:08:29 | [diff] [blame] | 21 | [Chromium Documentation Best Practices](documentation_best_practices.md). |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 22 | * Markdown documents must follow the |
Ming-Ying Chung | 99ebfd7 | 2023-03-03 01:01:48 | [diff] [blame] | 23 | [Markdown Style |
| 24 | Guide](https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/markdown/markdown.md). |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 25 | |
| 26 | ### Previewing changes |
| 27 | |
| 28 | #### Locally using [md_browser](../tools/md_browser/) |
nodir | 6efa499 | 2015-12-20 00:54:33 | [diff] [blame] | 29 | |
| 30 | ```bash |
| 31 | # in chromium checkout |
agable | d40b954 | 2016-05-11 01:15:06 | [diff] [blame] | 32 | ./tools/md_browser/md_browser.py |
nodir | 6efa499 | 2015-12-20 00:54:33 | [diff] [blame] | 33 | ``` |
| 34 | |
Vincent Scheib | 394b907a | 2017-07-14 22:30:06 | [diff] [blame] | 35 | This is only an estimate. The **gitiles** view may differ. |
nodir | 6efa499 | 2015-12-20 00:54:33 | [diff] [blame] | 36 | |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 37 | #### Online with Gerrit's links to gitiles |
Vincent Scheib | 394b907a | 2017-07-14 22:30:06 | [diff] [blame] | 38 | |
Mathieu Perreault | 33962538 | 2017-07-29 00:32:58 | [diff] [blame] | 39 | 1. Upload a patch to gerrit, or receive a review request. |
Roland Bock | fdc88ec | 2022-01-05 08:32:54 | [diff] [blame] | 40 | e.g. https://chromium-review.googlesource.com/c/3362532 |
Mathieu Perreault | 33962538 | 2017-07-29 00:32:58 | [diff] [blame] | 41 | 2. View a specific .md file. |
Roland Bock | fdc88ec | 2022-01-05 08:32:54 | [diff] [blame] | 42 | e.g. https://chromium-review.googlesource.com/c/3362532/2/docs/README.md |
| 43 | 3. You will see something like <br> |
| 44 | Base |
Qi Xiao | 4a80b1e | 2022-07-27 10:08:29 | [diff] [blame] | 45 | [preview](https://chromium.googlesource.com/chromium/src/+/ad44f6081ccc6b92479b12f1eb7e9482f474859d/docs/README.md) |
Roland Bock | fdc88ec | 2022-01-05 08:32:54 | [diff] [blame] | 46 | -> Patchset 3 |
Qi Xiao | 4a80b1e | 2022-07-27 10:08:29 | [diff] [blame] | 47 | [preview](https://chromium.googlesource.com/chromium/src/+/refs/changes/32/3362532/3/docs/README.md) |
Roland Bock | fdc88ec | 2022-01-05 08:32:54 | [diff] [blame] | 48 | | DOWNLOAD <br> |
Ming-Ying Chung | d8eebd2c | 2022-07-19 08:02:23 | [diff] [blame] | 49 | at the top left of the page. Click on the second |
Qi Xiao | 4a80b1e | 2022-07-27 10:08:29 | [diff] [blame] | 50 | "[preview](https://chromium.googlesource.com/chromium/src/+/refs/changes/32/3362532/3/docs/README.md)" |
Roland Bock | fdc88ec | 2022-01-05 08:32:54 | [diff] [blame] | 51 | link to open the preview for the current patch set. |
Vincent Scheib | 394b907a | 2017-07-14 22:30:06 | [diff] [blame] | 52 | |
| 53 | This **gitiles** view is the authoritative view, exactly the same as will be |
| 54 | used when committed. |
nodir | 6efa499 | 2015-12-20 00:54:33 | [diff] [blame] | 55 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 56 | ## Document Index |
| 57 | |
Carlos Knippschild | e084bd2 | 2024-09-19 18:50:54 | [diff] [blame] | 58 | **Note**: this is not an exhaustive list of all documents. |
| 59 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 60 | ### Checking Out and Building |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 61 | * [Linux Build Instructions](linux/build_instructions.md) - Linux |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 62 | * [Mac Build Instructions](mac_build_instructions.md) - MacOS |
| 63 | * [Windows Build Instructions](windows_build_instructions.md) - Windows |
| 64 | * [Android Build Instructions](android_build_instructions.md) - Android target |
| 65 | (on a Linux host) |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 66 | * [Cast Build Instructions](linux/cast_build_instructions.md) - Cast target |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 67 | (on a Linux host) |
| 68 | * [Cast for Android Build Instructions](android_cast_build_instructions.md) - |
| 69 | Cast for Android (on a Linux host) |
Chong Gu | 4749ec1 | 2021-02-17 01:41:06 | [diff] [blame] | 70 | * [Fuchsia Build Instructions](fuchsia/build_instructions.md) - |
| 71 | Fuchsia target (on a Linux host) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 72 | * [iOS Build Instructions](ios/build_instructions.md) - iOS target (on a MacOS |
| 73 | host) |
Allen Li | 8bc2e1a | 2025-03-25 22:46:33 | [diff] [blame] | 74 | * [Gerrit Guide](gerrit_guide.md) - Setup Gerrit access |
Euisang Lim | 1f25391 | 2018-04-30 01:46:32 | [diff] [blame] | 75 | * [Chrome OS Build Instructions](chromeos_build_instructions.md) - Chrome OS |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 76 | * [Linux Chromium ARM Recipes](linux/chromium_arm.md) - Recipes for building |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 77 | Chromium for ARM on Linux. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 78 | * [Chrome Component Build](component_build.md) - Faster builds using more |
| 79 | libraries |
| 80 | * [Using the BuildRunner](using_build_runner.md) - Scripts that extract build |
| 81 | stops from builders and runs them locally on a slave |
| 82 | * [Cr User Manual](cr_user_manual.md) - Manual for `cr`, a tool that tries to |
| 83 | hide some of the tools used for working on Chromium behind an abstraction |
| 84 | layer |
| 85 | |
justincarlson | ad589ce | 2017-04-20 17:26:07 | [diff] [blame] | 86 | ### Design Docs |
| 87 | * See [design/README.md](design/README.md) |
| 88 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 89 | ### Integrated Development Environment (IDE) Set Up Guides |
| 90 | * [Android Studio](android_studio.md) - Android Studio for Android builds |
manukh | 080b47e | 2019-12-19 22:06:19 | [diff] [blame] | 91 | * [Atom](atom.md) - Atom multi-platform code editor |
| 92 | * [CLion](clion.md) - CLion IDE, supports GUI debugging. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 93 | * [Eclipse for Android](eclipse.md) - Eclipse for Android |
Vincent Scheib | 196c7b4 | 2019-12-21 00:29:19 | [diff] [blame] | 94 | * [Eclipse for Linux](linux/eclipse_dev.md) - Eclipse for other platforms |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 95 | (This guide was written for Linux, but is probably usable on Windows/MacOS |
| 96 | as well) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 97 | * [EMACS Notes](emacs.md) - EMACS commands/styles/tool integrations |
manukh | 080b47e | 2019-12-19 22:06:19 | [diff] [blame] | 98 | * [Qt Creator](qtcreator.md) - Using Qt Creator as an IDE or GUI debugger |
| 99 | * [Visual Studio Code](vscode.md) - Visual Studio Code |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 100 | |
| 101 | ### Git |
| 102 | * [Git Cookbook](git_cookbook.md) - A collection of git recipes for common |
| 103 | tasks |
| 104 | * [Git Tips](git_tips.md) - More git tips |
Josip Sokcevic | 79a4a54 | 2023-08-15 00:35:08 | [diff] [blame] | 105 | * [Git submodules](git_submodules.md) - Git submodule (tips, FAQ) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 106 | |
| 107 | ### Clang |
| 108 | * [Clang Compiler](clang.md) - General information on the clang compiler, used |
| 109 | by default on Mac and Linux |
| 110 | * [Clang Tool Refactoring](clang_tool_refactoring.md) - Leveraging clang tools |
| 111 | to perform refactorings that are AST-aware |
| 112 | * [The Clang Static Analyzer](clang_static_analyzer.md) - How to enable static |
| 113 | analysis at build time |
Yuke Liao | bb571bd6 | 2018-10-31 21:51:52 | [diff] [blame] | 114 | * [Clang Code Coverage Wrapper](clang_code_coverage_wrapper.md) - Enable Clang |
| 115 | code coverage instrumentation for a subset of source files. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 116 | * [Writing Clang Plugins](writing_clang_plugins.md) - Don't write a clang |
| 117 | plugin, but if you do, read this |
| 118 | * [Updating Clang](updating_clang.md) - Updating the version of Clang used to |
| 119 | build |
| 120 | * [Using clang-format on Chromium C++ Code](clang_format.md) - Various ways to |
| 121 | invoke clang-format on C++ code |
| 122 | * [Clang Tidy](clang_tidy.md) - Support for the `clang-tidy` tool in Chromium |
| 123 | * [Updating Clang Format Binaries](updating_clang_format_binaries.md) - How up |
| 124 | update the clang-format binaries that come with a checkout of Chromium |
| 125 | |
| 126 | ### General Development |
Toby Huang | 5105f81 | 2019-08-08 23:47:57 | [diff] [blame] | 127 | * [Contributing to Chromium](contributing.md) - Reference workflow process for |
| 128 | contributing to the Chromium code base. |
| 129 | * [Commit Checklist](commit_checklist.md) - Streamlined checklist to go |
| 130 | through before uploading CLs on Gerrit. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 131 | * [Code Reviews](code_reviews.md) - Code review requirements and guidelines |
Josip Sokcevic | 5dd003b | 2023-08-10 01:06:19 | [diff] [blame] | 132 | * [Dependency management](dependencies.md) - Managing dependencies (DEPS, git submodules) |
Mathieu Perreault | 33962538 | 2017-07-29 00:32:58 | [diff] [blame] | 133 | * [Respectful Code Reviews](cr_respect.md) - A guide for code reviewers |
| 134 | * [Respectful Changes](cl_respect.md) - A guide for code authors |
Yulan Lin | 55ae6a3 | 2020-07-31 17:58:29 | [diff] [blame] | 135 | * [Mandatory Code-Review Rollout](code_review_owners.md) - Upcoming policy changes related to code review and OWNERS |
Eric Foo | 6ea4fbd | 2018-01-17 04:04:50 | [diff] [blame] | 136 | * [LUCI Migration FAQ](luci_migration_faq.md) - FAQ on Buildbot-to-LUCI |
| 137 | builder migration for Chromium |
Eric Foo | ff7b498 | 2017-12-19 01:59:15 | [diff] [blame] | 138 | * [Tour of Continuous Integration UI](tour_of_luci_ui.md) - A tour of our |
Eric Foo | 6ea4fbd | 2018-01-17 04:04:50 | [diff] [blame] | 139 | the user interface for LUCI, our continuous integration system |
erikchen | b83e010a | 2018-10-08 21:34:01 | [diff] [blame] | 140 | * [Parsing Test Results](parsing_test_results.md) - An introduction for how to |
| 141 | understand the results emitted by polygerrit and CI builds. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 142 | * [Closure Compilation](closure_compilation.md) - The _Closure_ JavaScript |
| 143 | compiler |
fdoray | bacba4a2 | 2017-05-10 21:10:00 | [diff] [blame] | 144 | * [Threading and Tasks in Chrome](threading_and_tasks.md) - How to run tasks |
| 145 | and handle thread safety in Chrome. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 146 | * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and |
| 147 | Bind(). |
Trevor Perrier | 2c14389 | 2020-12-10 21:40:42 | [diff] [blame] | 148 | * [Chromium Views UI](ui/index.md) - Working with the desktop UI framework. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 149 | * [Views Platform Styling](ui/views/platform_style.md) - How views are styled |
| 150 | to fit in different native platforms |
| 151 | * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add |
| 152 | features to browser tabs. |
| 153 | * [Adding third_party Libraries](adding_to_third_party.md) - How to get code |
| 154 | into third_party/ |
| 155 | * [Graphical Debugging Aid for Chromium Views](graphical_debugging_aid_chromium_views.md) - |
| 156 | Visualizing view trees during debugging |
| 157 | * [Bitmap Pipeline](bitmap_pipeline.md) - How bitmaps are moved from the |
| 158 | renderer to the screen. |
John Abd-El-Malek | da0e8cd | 2022-09-16 23:42:05 | [diff] [blame] | 159 | * [Flag Guarding Guidelines](flag_guarding_guidelines.md) - When to use |
| 160 | server controlled kill switches and A/B experiments to safely roll out |
| 161 | changes. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 162 | * [Using the Origin Trials Framework](origin_trials_integration.md) - A |
| 163 | framework for conditionally enabling experimental APIs for testing. |
Victor Hugo Vianna Silva | d1b14e1d | 2022-01-27 14:36:52 | [diff] [blame] | 164 | * [Chrome Sync](https://source.chromium.org/chromium/chromium/src/+/main:docs/website/site/developers/design-documents/sync) - |
| 165 | Docs for the subsystem that allows one to sync data across devices. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 166 | * [Ozone Overview](ozone_overview.md) - Ozone is an abstraction layer between |
| 167 | the window system and low level input and graphics. |
Carlos Knippschild | e084bd2 | 2024-09-19 18:50:54 | [diff] [blame] | 168 | * [Guidelines for considering branch dates in project planning](release_branch_guidance.md) - |
Dimitri Glazkov | 2070775d | 2017-10-24 17:47:02 | [diff] [blame] | 169 | What to do (and not to do) around branch dates when scheduling your project |
| 170 | work. |
Dominik Röttsches | d113bfa | 2019-07-10 08:56:24 | [diff] [blame] | 171 | * [Watchlists](infra/watchlists.md) - Use watchlists to get notified of CLs |
| 172 | you are interested in. |
Francois Doray | 7c0e5443 | 2020-08-25 15:27:28 | [diff] [blame] | 173 | * [Shutdown](shutdown.md) - Explains the steps of Chrome shutdown, to make it |
| 174 | easier to determine where to add a new shutdown operation. |
Ben Henry | 95c0220f | 2021-05-10 15:59:20 | [diff] [blame] | 175 | * [API Keys](api_keys.md) - When you need access to Google APIs for a custom |
| 176 | build, fork, integration of stock Chromium, or are building ChromiumOS (for |
| 177 | login). |
Mickey Burks | eb4fa27 | 2022-11-03 23:16:01 | [diff] [blame] | 178 | * [User Education](../components/user_education/README.md) - Create |
| 179 | in-product help (IPH) and tutorials to call out Chromium features |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 180 | |
| 181 | ### Testing |
Kent Tamura | 59ffb02 | 2018-11-27 05:30:56 | [diff] [blame] | 182 | * [Running and Debugging Web Tests](testing/web_tests.md) |
ZHANGHAO | c94db173 | 2021-05-07 12:04:19 | [diff] [blame] | 183 | * [On disabling tests](testing/on_disabling_tests.md) |
Kent Tamura | 59ffb02 | 2018-11-27 05:30:56 | [diff] [blame] | 184 | * [Writing Web Tests](testing/writing_web_tests.md) - Web Tests using |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 185 | `content_shell` |
Kent Tamura | 59ffb02 | 2018-11-27 05:30:56 | [diff] [blame] | 186 | * [Web Test Expectations and Baselines](testing/web_test_expectations.md) - |
| 187 | Setting expected results of web tests. |
| 188 | * [Web Tests Tips](testing/web_tests_tips.md) - Best practices for web tests |
Darwin Huang | a8cd3818 | 2019-01-10 11:05:10 | [diff] [blame] | 189 | * [Web Tests with Manual Fallback](testing/web_tests_with_manual_fallback.md) - |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 190 | Writing tests that simulate manual interventions |
Kent Tamura | 59ffb02 | 2018-11-27 05:30:56 | [diff] [blame] | 191 | * [Extending the Web Test Framework](how_to_extend_web_test_framework.md) |
| 192 | * [Fixing Web Test Flakiness](testing/identifying_tests_that_depend_on_order.md) - |
| 193 | Diagnosing and fixing web test flakiness due to ordering dependencies. |
| 194 | * [Running Web Tests using `content_shell`](testing/web_tests_in_content_shell.md) - |
| 195 | Running web tests by hand. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 196 | * [Web Platform Tests](testing/web_platform_tests.md) - Shared tests across |
| 197 | browser vendors |
Joshua Peraza | 6f96b9d | 2019-02-12 16:55:14 | [diff] [blame] | 198 | * [Using Crashpad with `content_shell`](testing/using_crashpad_with_content_shell.md) - |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 199 | Capture stack traces on layout test crashes without an attached debugger |
Lei Lei | 8aa9db62 | 2019-05-01 21:08:01 | [diff] [blame] | 200 | * [Test Descriptions](testing/test_descriptions.md) - Unit test targets that can be |
Quinten Yearsley | 317532d | 2021-10-20 17:10:31 | [diff] [blame] | 201 | built, with associated descriptions. |
Xiaohan Wang | 203c741 | 2019-10-09 23:34:59 | [diff] [blame] | 202 | * [Fuzz Testing](../testing/libfuzzer/README.md) - Fuzz testing in Chromium. |
Lei Lei | 8aa9db62 | 2019-05-01 21:08:01 | [diff] [blame] | 203 | * [IPC Fuzzer](testing/ipc_fuzzer.md) - Fuzz testing of Chromium IPC interfaces. |
| 204 | * [Running Chrome tests with AddressSanitizer (asan) and LeakSanitizer (lsan)](testing/linux_running_asan_tests.md) - |
| 205 | Run Chrome tests with ASAN and LSAN builds to detect addressability issues and memory leaks. |
Yuke Liao | 43bbbcd5 | 2019-06-21 19:34:50 | [diff] [blame] | 206 | * [Code Coverage](testing/code_coverage.md) - Code coverage for Chromium. |
| 207 | * [Code Coverage in Gerrit](testing/code_coverage_in_gerrit.md) - Per-CL code |
| 208 | coverage in Gerrit to assist code reviews. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 209 | |
Ming-Ying Chung | c23505d6 | 2022-09-22 10:07:33 | [diff] [blame] | 210 | ### Configuration Docs |
| 211 | |
| 212 | * [Configuration: Prefs, Settings, Features, Switches & Flags](configuration.md) - Explains different ways to gate a new feature. |
| 213 | * [Adding a new feature flag in chrome://flags](how_to_add_your_feature_flag.md) - Quick guide to add a new feature flag to experiment your feature. |
| 214 | * [Runtime Enabled Features](https://chromium.googlesource.com/chromium/src/+/main/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md) |
| 215 | * [Initialization of Blink runtime features in content layer](initialize_blink_features.md) |
| 216 | * [Integrating a feature with the origin trials framework](origin_trials_integration.md) |
| 217 | |
Kenneth Russell | 9618add | 2018-05-03 03:16:05 | [diff] [blame] | 218 | ### GPU-related docs |
| 219 | * [GPU Pixel Wrangling](gpu/pixel_wrangling.md) - Instructions for GPU |
| 220 | pixel wrangling (the GPU sheriffing rotation). |
| 221 | * [Debugging GPU related code](gpu/debugging_gpu_related_code.md) - Hints for |
| 222 | debugging GPU- and graphics-related code. |
| 223 | * [GPU Testing](gpu/gpu_testing.md) - Description of Chromium's GPU testing |
| 224 | infrastructure. |
| 225 | * [GPU Bot Details](gpu/gpu_testing_bot_details.md) - In-depth description of |
| 226 | how the bots are maintained. |
| 227 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 228 | ### Misc Linux-Specific Docs |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 229 | * [Linux Proxy Config](linux/proxy_config.md) - Network proxy sources on Linux |
| 230 | * [Debugging SSL on Linux](linux/debugging_ssl.md) - Tips on debugging SSL |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 231 | code in Linux |
Quinten Yearsley | 317532d | 2021-10-20 17:10:31 | [diff] [blame] | 232 | * [Linux Cert Management](linux/cert_management.md) - Managing X.509 |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 233 | Certificates in Linux |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 234 | * [Tips for Debugging on Linux](linux/debugging.md) |
| 235 | * [Linux GTK Theme Integration](linux/gtk_theme_integration.md) - Having |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 236 | Chrome match the GTK+ theme. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 237 | * [Browser Plugins on Linux](linux/plugins.md) - A collection of links to |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 238 | information on how browser plugins work on Linux |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 239 | * [Linux Crash Dumping](linux/crash_dumping.md) - How Breakpad uploads crash |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 240 | reports to Google crash servers. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 241 | * [Linux Minidump to Core](linux/minidump_to_core.md) - How to convert a |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 242 | Breakpad-generated minidump files to a core file readable by most debuggersx |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 243 | * [Linux Sandbox IPC](linux/sandbox_ipc.md) - The lower level UPC system used |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 244 | to route requests from the bottom of the call stack up into the browser. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 245 | * [Linux Dev Build as Default Browser](linux/dev_build_as_default_browser.md) - |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 246 | How to configure a Dev build of Chrome as the default browser in Linux. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 247 | * [Linux Chromium Packages](linux/chromium_packages.md) - Packages of Chromium |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 248 | browser (not Chrome) provided by some Linux distributions. |
| 249 | * [`seccomp` Sandbox Crash Dumping](seccomp_sandbox_crash_dumping.md) - Notes |
| 250 | on crash dumping a process running in a seccomp sandbox. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 251 | * [Linux Password Storage](linux/password_storage.md) - Keychain integrations |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 252 | between Chromium and Linux. |
Ivan Sandrk | fe73ee8 | 2018-03-23 11:54:16 | [diff] [blame] | 253 | * [Linux Sublime Development](sublime_ide.md) - Using Sublime as an IDE |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 254 | for Chromium development on Linux. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 255 | * [Building and Debugging GTK](linux/building_debug_gtk.md) - Building |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 256 | Chromium against GTK using lower optimization levels and/or more debugging |
| 257 | symbols. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 258 | * [Debugging GTK](linux/debugging_gtk.md) - Using the GTK Debug packages and |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 259 | related tools. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 260 | * [Chroot Notes](linux/using_a_chroot.md) - Setting up a chroot to work around |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 261 | libfreetype differences in some versions of Linux. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 262 | * [Linux Sandboxing](linux/sandboxing.md) - The Linux multi-process model to |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 263 | isolate browser components with different privileges. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 264 | * [Zygote Process](linux/zygote.md) - How the Linux Zygote process, used to |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 265 | spawn new processes, works. |
Lei Lei | 8aa9db62 | 2019-05-01 21:08:01 | [diff] [blame] | 266 | * [Running Web Tests on Linux](testing/web_tests_linux.md) - Linux-specific |
Kent Tamura | 59ffb02 | 2018-11-27 05:30:56 | [diff] [blame] | 267 | instructions for running web tests. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 268 | * [Linux Sysroot Images](linux/sysroot.md) - How builds use libraries on Linux |
| 269 | * [Linux Hardware Video Decoding](linux/hw_video_decode.md) - Enabling |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 270 | hardware video decode codepaths on Linux |
| 271 | |
| 272 | ### Misc MacOS-Specific Docs |
Robert Sesek | 176a7c4 | 2021-04-30 20:34:17 | [diff] [blame] | 273 | * [Mac Debugging Tips](mac/debugging.md) - An introduction to debugging on |
| 274 | Mac, as well as a collection of useful tips. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 275 | * [Using CCache on Mac](ccache_mac.md) - Speed up builds on Mac using ccache |
| 276 | with clang/ninja |
| 277 | * [Cocoa tips and tricks](cocoa_tips_and_tricks.md) - A collection of idioms |
| 278 | used when writing Cocoa views and controllers |
| 279 | * [MacViews Release Plan](ui/views/macviews_release.md) |
| 280 | |
| 281 | ### Misc Windows-Specific Docs |
| 282 | * [Handling cygwin rebaseall failures](cygwin_dll_remapping_failure.md) |
| 283 | * [Hacking on ANGLE in Chromium](angle_in_chromium.md) - OpenGL ES 2.0 built |
| 284 | on top of DirectX |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 285 | * [Windows Split DLLs](windows_split_dll.md) - Splitting `chrome.dll` into |
| 286 | multiple dlls to work around toolchain limitations on Windows. |
David Bienvenu | cc6d2ec0 | 2020-10-05 23:11:59 | [diff] [blame] | 287 | * [Windows Native Window Occlusion Tracking](windows_native_window_occlusion_tracking.md) |
Trevor Perrier | 2c14389 | 2020-12-10 21:40:42 | [diff] [blame] | 288 | * [Windows PWA Integration](windows_pwa_integration.md) - Integration with |
David Bienvenu | cc6d2ec0 | 2020-10-05 23:11:59 | [diff] [blame] | 289 | Progressive Web Apps on Windows |
| 290 | * [Windows Shortcut and Taskbar Handling](windows_shortcut_and_taskbar_handling.md) |
| 291 | * [Windows Virtual Desktop Integration](windows_virtual_desktop_handling.md) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 292 | |
| 293 | ### Misc Android-Specific Docs |
| 294 | * [Google Play Services in Chrome for Android](google_play_services.md) |
| 295 | * [Accessing C++ Enums in Java](android_accessing_cpp_enums_in_java.md) - How |
| 296 | to use C++-defined enums in Java code |
| 297 | * [Profiling Content Shell on Android](profiling_content_shell_on_android.md) - |
| 298 | Setting up profiling for `content_shell` on Android |
| 299 | * [Working Remotely with Android](working_remotely_with_android.md) - Building |
| 300 | on a remote machine for an Android device connected to your local machine |
Lei Lei | 8aa9db62 | 2019-05-01 21:08:01 | [diff] [blame] | 301 | * [Android Test Instructions](testing/android_test_instructions.md) - Running a build |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 302 | on an Android device or emulator. |
| 303 | * [Android Debugging](android_debugging_instructions.md) - Tools and tips for |
| 304 | how to debug Java and/or C/C++ code running on Android. |
| 305 | * [Android Logging](android_logging.md) - How Chrome's logging API works with |
| 306 | `android.util.Log` on Android, and usage guidelines. |
David 'Digit' Turner | 40560ef7 | 2018-03-07 09:44:28 | [diff] [blame] | 307 | * [Android Java Static Analysis](../build/android/docs/lint.md) - Catching |
| 308 | Java related issues at compile time with the 'lint' tool. |
| 309 | * [Java Code Coverage](../build/android/docs/coverage.md) - Collecting code |
| 310 | coverage data with the EMMA tool. |
Andrew Grieve | 7e777abf | 2021-08-17 19:43:59 | [diff] [blame] | 311 | * [Dynamic Feature Modules (DFMs)](android_dynamic_feature_modules.md) - What |
| 312 | are they and how to create new ones. |
| 313 | * [Other build-related Android docs](../build/android/docs/index.md) |
Theresa Wellington | b0767a7 | 2019-10-01 00:17:46 | [diff] [blame] | 314 | * [Chrome for Android UI](ui/android/overview.md) - Resources and best practices for |
| 315 | developing UI |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 316 | |
| 317 | ### Misc iOS-Specific Docs |
| 318 | * [Continuous Build and Test Infrastructure for Chromium for iOS](ios/infra.md) |
| 319 | * [Opening links in Chrome for iOS](ios/opening_links.md) - How to have your |
| 320 | iOS app open links in Chrome. |
| 321 | * [User Agent in Chrome for iOS](ios/user_agent.md) - Notes on User Agent |
| 322 | strings using Chrome for iOS. |
Mike Baxley | 47db7d8 | 2017-11-16 15:57:17 | [diff] [blame] | 323 | * [Running iOS test suites locally](ios/testing.md) |
Mark Cogan | 0abda965 | 2020-04-15 11:22:07 | [diff] [blame] | 324 | * [Working With Project Files in iOS](ios/working_with_files.md) - How |
| 325 | to add, remove, and rename files in the iOS Chromium project. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 326 | |
Daniel Erat | ace8d362 | 2017-12-20 23:27:24 | [diff] [blame] | 327 | ### Misc Chrome-OS-Specific Docs |
Jacob Dufault | 4260b148 | 2019-04-29 23:17:24 | [diff] [blame] | 328 | * [Setting up captive portals and other restrictive networks](login/restrictive_networks.md) |
Denis Kuznetsov | 885b185 | 2019-05-15 19:07:48 | [diff] [blame] | 329 | * [Enterprise Enrollment](enterprise/enrollment.md) |
| 330 | * [Kiosk mode and public sessions](enterprise/kiosk_public_session.md) |
Jacob Dufault | 4260b148 | 2019-04-29 23:17:24 | [diff] [blame] | 331 | * [Debugging UI in OOBE/login/lock](login/ui_debugging.md) |
Daniel Erat | ace8d362 | 2017-12-20 23:27:24 | [diff] [blame] | 332 | * [Chrome Logging on Chrome OS](chrome_os_logging.md) |
Laurent Chavey | 19a8d16 | 2021-02-11 00:36:42 | [diff] [blame] | 333 | * [Debugging tips](testing/chromeos_debugging_tips.md) |
Daniel Erat | ace8d362 | 2017-12-20 23:27:24 | [diff] [blame] | 334 | |
Dan Beam | 1981221 | 2018-11-29 08:16:56 | [diff] [blame] | 335 | ### Misc WebUI-Specific Docs |
dpapad | 0993479 | 2025-01-23 16:59:50 | [diff] [blame] | 336 | * [WebUI Explainer](webui/webui_explainer.md) - An explanation of C++ and |
| 337 | TypeScript infrastructural code for Chrome UIs implemented with web |
| 338 | technologies (i.e. chrome:// URLs). |
| 339 | * [Optimizing Chrome Web UIs](webui/optimizing_web_uis.md) - Notes on making |
| 340 | WebUIs more performant |
| 341 | * [Trusted Types on WebUI](webui/trusted_types_on_webui.md) - Tips for coding |
| 342 | in WebUI with Trusted Types in mind. |
| 343 | * [chrome-untrusted:// FAQ](webui/chrome_untrusted.md) - Explainer on the |
| 344 | usage of the `chrome-untrusted://` scheme for hosting WebUIs that handle |
Carlos Knippschild | e084bd2 | 2024-09-19 18:50:54 | [diff] [blame] | 345 | untrustworthy content. |
Dan Beam | 1981221 | 2018-11-29 08:16:56 | [diff] [blame] | 346 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 347 | ### Media |
| 348 | * [Audio Focus Handling](media/audio_focus.md) - How multiple MediaSession |
| 349 | audio streams interact |
| 350 | * [Autoplay of HTMLMediaElements](media/autoplay.md) - How HTMLMediaElements |
| 351 | are autoplayed. |
Thomas Guilbert | 43ad2f7 | 2023-04-06 01:57:33 | [diff] [blame] | 352 | * [Latency tracing](media/latency_tracing.md) - How to use the |
| 353 | `"audio.latency"` tracing category to measure audio latency. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 354 | * [Piranha Plant](piranha_plant.md) - Future architecture of MediaStreams |
henrika | 4241f56a | 2023-08-21 16:20:58 | [diff] [blame] | 355 | * [Media Capture](media/capture/README.md) - Features and APIs that enable the |
| 356 | browser to capture pixels and audio from itself or the underlying OS. |
David Staessens | 4f491087 | 2019-10-28 03:18:51 | [diff] [blame] | 357 | * [Video Encode Accelerator Tests](media/gpu/veatest_usage.md) - How to |
| 358 | use the accelerated video encoder test program. |
David Staessens | f3404c1 | 2019-04-16 00:12:05 | [diff] [blame] | 359 | * [Video Decoder Tests](media/gpu/video_decoder_test_usage.md) - Running the |
David Staessens | 4f491087 | 2019-10-28 03:18:51 | [diff] [blame] | 360 | video decoder tests. |
David Staessens | 80711e8 | 2019-04-16 00:23:14 | [diff] [blame] | 361 | * [Video Decoder Performance Tests](media/gpu/video_decoder_perf_test_usage.md) - |
David Staessens | 4f491087 | 2019-10-28 03:18:51 | [diff] [blame] | 362 | Running the video decoder performance tests. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 363 | |
| 364 | ### Accessibility |
| 365 | * [Accessibility Overview](accessibility/overview.md) - Overview of |
| 366 | accessibility concerns and approaches in Chromium. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 367 | * [Accessibility Tests](accessibility/browser/tests.md) - Where to find |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 368 | accessibility-related tests in the codebase. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 369 | * [ChromeVox on Chrome OS](accessibility/os/chromevox.md) - Enabling spoken |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 370 | feedback (ChromeVox) on Chrome OS. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 371 | * [ChromeVox on Desktop Linux](accessibility/os/chromevox_on_desktop_linux.md) - |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 372 | Enabling spoken feedback (ChromeVox) on desktop Linux. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 373 | * [Offscreen, Invisible and Size](accessibility/browser/offscreen.md) - How Chrome |
Katie D | ed1a997 | 2018-04-17 16:22:18 | [diff] [blame] | 374 | defines offscreen, invisible and size in the accessibility tree. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 375 | * [Text to Speech](accessibility/browser/tts.md) - Overview of text to speech in |
Katie D | ed1a997 | 2018-04-17 16:22:18 | [diff] [blame] | 376 | Chrome and Chrome OS. |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 377 | * [BRLTTY in Chrome OS](accessibility/os/brltty.md) - Chrome OS integration with |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 378 | BRLTTY to support refreshable braille displays |
Josiah Krutz | ac2b287 | 2022-01-13 18:32:49 | [diff] [blame] | 379 | * [PATTS on Chrome OS](accessibility/os/patts.md) - Notes on the PATTS speech |
Quinten Yearsley | 317532d | 2021-10-20 17:10:31 | [diff] [blame] | 380 | synthesis engine used on Chrome OS |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 381 | * [VoiceOver](ios/voiceover.md) - Using Apple's VoiceOver feature with |
| 382 | Chromium on iOS. |
| 383 | |
Erik Chen | cd19c16 | 2018-04-21 00:27:24 | [diff] [blame] | 384 | ### Memory |
| 385 | * [Memory Overview](memory/README.md) |
Daniel Lehmann | 57f106b | 2024-03-21 10:39:38 | [diff] [blame] | 386 | * [Heap Profiling with External Tools](memory/heap_profiling_external.md) |
Erik Chen | cd19c16 | 2018-04-21 00:27:24 | [diff] [blame] | 387 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 388 | ### Memory Infrastructure Timeline Profiling (MemoryInfra) |
| 389 | * [Overview](memory-infra/README.md) |
| 390 | * [GPU Profiling](memory-infra/probe-gpu.md) |
| 391 | * [Adding Tracing to a Component](memory-infra/adding_memory_infra_tracing.md) |
| 392 | * [Enabling Startup Tracing](memory-infra/memory_infra_startup_tracing.md) |
| 393 | * [Memory Usage in CC](memory-infra/probe-cc.md) |
| 394 | * [Memory Benchmarks](memory-infra/memory_benchmarks.md) |
| 395 | * [Heap Profiling](memory-infra/heap_profiler.md) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 396 | |
Ilya Sherman | 3cb2087e | 2020-09-17 17:30:56 | [diff] [blame] | 397 | ### Metrics |
| 398 | * [Histograms](/tools/metrics/histograms/README.md) |
| 399 | * [User Actions](/tools/metrics/actions/README.md) |
| 400 | * [Code review guidelines](/tools/metrics/histograms/review_guidelines.md) |
| 401 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 402 | ### Misc |
| 403 | * [Useful URLs](useful_urls.md) - A collection of links to various tools and |
| 404 | dashboards |
| 405 | * [ERC IRC](erc_irc.md) - Using ERC in EMACS to access IRC |
| 406 | * [Kiosk Mode](kiosk_mode.md) - Simulating kiosk mode. |
| 407 | * [User Handle Mapping](user_handle_mapping.md) - Names of developers across |
| 408 | Chromium/IRC/Google |
| 409 | * [Documentation Best Practices](documentation_best_practices.md) |
| 410 | * [Documentation Guidelines](documentation_guidelines.md) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 411 | * [Chromium Browser vs Google Chrome](chromium_browser_vs_google_chrome.md) - |
| 412 | What's the difference between _Chromium Browser_ and _Google Chrome_? |
Jochen Eisinger | 3199b01 | 2019-04-04 15:37:29 | [diff] [blame] | 413 | * [Google Chrome branded builds](google_chrome_branded_builds.md) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 414 | * [Proxy Auto Config using WPAD](proxy_auto_config.md) - How WPAD servers are |
| 415 | used to automatically set proxy settings. |
| 416 | * [Installing Chromium OS on VMWare](installation_at_vmware.md) - How to |
| 417 | install Chromium OS on VMWare. |
Steve Kobes | 22fb19c | 2017-07-05 21:49:08 | [diff] [blame] | 418 | * [User Data Directory](user_data_dir.md) - How the user data and cache |
| 419 | directories are determined on all platforms. |
Greg Thompson | 47bdc67 | 2020-01-06 14:25:31 | [diff] [blame] | 420 | * [User Data Storage](user_data_storage.md) - Policy documentation for files in User Data. |
Ken Rockot | ab03512 | 2019-02-06 00:35:24 | [diff] [blame] | 421 | |
| 422 | ### Mojo & Services |
| 423 | * [Intro to Mojo & Services](mojo_and_services.md) - Quick introduction |
| 424 | to Mojo and services in Chromium, with examples |
| 425 | * [Mojo API Reference](/mojo/README.md) - Detailed reference documentation for |
| 426 | all things Mojo |
Ken Rockot | ab03512 | 2019-02-06 00:35:24 | [diff] [blame] | 427 | * [Service Development Guidelines](/services/README.md) - Guidelines for |
| 428 | service development in the Chromium tree |
| 429 | * [Servicifying Chromium Features](servicification.md) - General advice for |
| 430 | integrating new and existing subsystems into Chromium as services |
| 431 | * [Converting Legacy IPC to Mojo](mojo_ipc_conversion.md) - Tips and common |
| 432 | patterns for practical IPC conversion work |
Oksana Zhuravlova | 437d8a8 | 2019-02-26 00:25:50 | [diff] [blame] | 433 | * [Mojo “Style” Guide](security/mojo.md) - Recommendations for best practices |
| 434 | from Mojo and IPC reviewers |
Harvey Yang | 01729de | 2021-03-01 11:02:24 | [diff] [blame] | 435 | * [D-Bus Mojo Connection Service](dbus_mojo_connection_service.md) - A service |
| 436 | in Chrome to bootstrap CrOS services' Mojo connection. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 437 | |
Carlos Knippschild | e084bd2 | 2024-09-19 18:50:54 | [diff] [blame] | 438 | ### Security |
| 439 | * [The Rule Of 2](security/rule-of-2.md) - An imoportant security rule when |
| 440 | handling untrustworthy contents (like anything downloaded from the web). |
| 441 | |
Nicolás Peña Moreno | c7391bb | 2020-04-30 22:17:12 | [diff] [blame] | 442 | ### Speed |
| 443 | * [Chrome Speed](speed/README.md) - Documentation for performance measurements and regressions in Chrome. |
Manuel Lagana | 1821fff | 2022-05-12 18:30:35 | [diff] [blame] | 444 | * [Chrome Speed Metrics](speed_metrics/README.md) - Documentation about user experience metrics on the web and their JavaScript APIs. |
Nicolás Peña Moreno | c7391bb | 2020-04-30 22:17:12 | [diff] [blame] | 445 | |
Peter Kasting | 45f632f | 2022-12-17 00:03:25 | [diff] [blame] | 446 | ### UI |
| 447 | * [Chromium UI Platform](ui/index.md) - All things user interface |
| 448 | |
Nigel Tao | 187a479 | 2023-09-28 22:30:44 | [diff] [blame] | 449 | ### What's Up With That Transcripts |
| 450 | |
| 451 | These are transcripts of [What's Up With |
| 452 | That](https://www.youtube.com/playlist?list=PL9ioqAuyl6ULIdZQys3fwRxi3G3ns39Hq), |
| 453 | a video series of interviews with Chromium software engineers. |
| 454 | |
| 455 | * [What's Up With Pointers - Episode 1](transcripts/wuwt-e01-pointers.md) |
| 456 | * [What's Up With DCHECKs - Episode 2](transcripts/wuwt-e02-dchecks.md) |
| 457 | * [What's Up With //content - Episode 3](transcripts/wuwt-e03-content.md) |
| 458 | * [What's Up With Tests - Episode 4](transcripts/wuwt-e04-tests.md) |
| 459 | * [What's Up With BUILD.gn - Episode 5](transcripts/wuwt-e05-build-gn.md) |
| 460 | * [What's Up With Open Source - Episode 6](transcripts/wuwt-e06-open-source.md) |
| 461 | * [What's Up With Mojo - Episode 7](transcripts/wuwt-e07-mojo.md) |
| 462 | * [What's Up With Processes - Episode 8](transcripts/wuwt-e08-processes.md) |
| 463 | * [What's Up With Site Isolation - Episode 9](transcripts/wuwt-e09-site-isolation.md) |
Nigel Tao | 4f3b1b2b | 2023-12-01 00:21:49 | [diff] [blame] | 464 | * [What's Up With Web Platform - Episode 10](transcripts/wuwt-e10-web-platform.md) |
Nigel Tao | 9c6b7ff | 2025-01-11 00:59:17 | [diff] [blame] | 465 | * [What's Up With Web Standards - Episode 11](transcripts/wuwt-e11-web-standards.md) |
| 466 | * [What's Up With Base - Episode 12](transcripts/wuwt-e12-base.md) |
Nigel Tao | 187a479 | 2023-09-28 22:30:44 | [diff] [blame] | 467 | |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 468 | ### Probably Obsolete |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 469 | * [TPM Quick Reference](tpm_quick_ref.md) - Trusted Platform Module notes. |
| 470 | * [System Hardening Features](system_hardening_features.md) - A list of |
| 471 | current and planned Chrome OS security features. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 472 | * [WebView Policies](webview_policies.md) |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 473 | * [Linux Profiling](linux/profiling.md) - How to profile Chromium on Linux |
| 474 | * [Linux Graphics Pipeline](linux/graphics_pipeline.md) |
| 475 | * [Linux `SUID` Sandbox](linux/suid_sandbox.md) - Sandboxing renderers using a |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 476 | SUID binary on Linux |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 477 | * [Linux `SUID` Sandbox Development](linux/suid_sandbox_development.md) - |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 478 | Development on the above system. |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 479 | * [Linux PID Namespace Support](linux/pid_namespace_support.md) |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 480 | * [Vanilla msysgit workflow](vanilla_msysgit_workflow.md) - A workflow for |
| 481 | using mostly vanilla git on Windows. |
justincarlson | 90a1c8c | 2017-04-14 00:34:25 | [diff] [blame] | 482 | * [Old Options](chrome_settings.md) - Pre-Material Design chrome://settings |
| 483 | notes. |