tree: 3c4109b0774fc630c50bb40d29bd155e4beb4c93 [path history] [tgz]
  1. accessibility/
  2. autofill/
  3. design/
  4. gpu/
  5. images/
  6. infra/
  7. ios/
  8. login/
  9. media/
  10. memory/
  11. memory-infra/
  12. privacy/
  13. process/
  14. security/
  15. speed/
  16. sync/
  17. testing/
  18. ui/
  19. accessibility.md
  20. ad_tagging.md
  21. adding_to_third_party.md
  22. android_accessing_cpp_enums_in_java.md
  23. android_build_instructions.md
  24. android_cast_build_instructions.md
  25. android_debugging_instructions.md
  26. android_emulator.md
  27. android_logging.md
  28. android_native_libraries.md
  29. android_studio.md
  30. android_test_instructions.md
  31. angle_in_chromium.md
  32. atom.md
  33. bitmap_pipeline.md
  34. browser_view_resizer.md
  35. building_old_revisions.md
  36. callback.md
  37. ccache_mac.md
  38. chrome_os_logging.md
  39. chrome_settings.md
  40. chromedriver_status.md
  41. chromeos_build_instructions.md
  42. chromium_browser_vs_google_chrome.md
  43. chromoting_android_hacking.md
  44. cipd.md
  45. cl_respect.md
  46. clang.md
  47. clang_code_coverage_wrapper.md
  48. clang_format.md
  49. clang_static_analyzer.md
  50. clang_tidy.md
  51. clang_tool_refactoring.md
  52. clion_dev.md
  53. closure_compilation.md
  54. cocoa_tips_and_tricks.md
  55. code_coverage.md
  56. code_reviews.md
  57. component_build.md
  58. cr_respect.md
  59. cr_user_manual.md
  60. cygwin_dll_remapping_failure.md
  61. debugging_with_crash_keys.md
  62. disassemble_code.md
  63. documentation_best_practices.md
  64. documentation_guidelines.md
  65. eclipse.md
  66. emacs.md
  67. erc_irc.md
  68. fuchsia_build_instructions.md
  69. fuchsia_gardening.md
  70. fuchsia_sdk_updates.md
  71. get_the_code.md
  72. git_cookbook.md
  73. git_tips.md
  74. google_play_services.md
  75. graphical_debugging_aid_chromium_views.md
  76. gtk_vs_views_gtk.md
  77. gwp_asan.md
  78. how_cc_works.md
  79. how_to_add_your_feature_flag.md
  80. how_to_extend_web_test_framework.md
  81. inlined_stack_traces.md
  82. installation_at_vmware.md
  83. ios_build_instructions.md
  84. ios_infra.md
  85. ios_voiceover.md
  86. ipc_fuzzer.md
  87. jumbo.md
  88. kiosk_mode.md
  89. linux_build_instructions.md
  90. linux_building_debug_gtk.md
  91. linux_cast_build_instructions.md
  92. linux_cert_management.md
  93. linux_chromium_arm.md
  94. linux_chromium_packages.md
  95. linux_crash_dumping.md
  96. linux_debugging.md
  97. linux_debugging_gtk.md
  98. linux_debugging_ssl.md
  99. linux_dev_build_as_default_browser.md
  100. linux_development.md
  101. linux_eclipse_dev.md
  102. linux_graphics_pipeline.md
  103. linux_gtk_theme_integration.md
  104. linux_hw_video_decode.md
  105. linux_minidump_to_core.md
  106. linux_password_storage.md
  107. linux_pid_namespace_support.md
  108. linux_plugins.md
  109. linux_profiling.md
  110. linux_proxy_config.md
  111. linux_running_asan_tests.md
  112. linux_sandbox_ipc.md
  113. linux_sandboxing.md
  114. linux_suid_sandbox.md
  115. linux_suid_sandbox_development.md
  116. linux_sysroot.md
  117. linux_zygote.md
  118. luci_migration_faq.md
  119. mac_build_instructions.md
  120. mojo_guide.md
  121. network_traffic_annotations.md
  122. new_port_policy.md
  123. old_chromoting_build_instructions.md
  124. optimizing_web_uis.md
  125. optional.md
  126. origin_trials_integration.md
  127. OWNERS
  128. ozone_drm_for_linux.md
  129. ozone_overview.md
  130. parsing_test_results.md
  131. piranha_plant.md
  132. profiling.md
  133. profiling_content_shell_on_android.md
  134. proxy_auto_config.md
  135. qtcreator.md
  136. README.md
  137. release_branch_guidance.md
  138. retrieving_code_analysis_warnings.md
  139. seccomp_sandbox_crash_dumping.md
  140. servicification.md
  141. static_initializers.md
  142. sublime_ide.md
  143. system_hardening_features.md
  144. tab_helpers.md
  145. test_descriptions.md
  146. threading_and_tasks.md
  147. threading_and_tasks_faq.md
  148. tour_of_luci_ui.md
  149. tpm_quick_ref.md
  150. translation_screenshots.md
  151. updating_clang.md
  152. updating_clang_format_binaries.md
  153. useful_urls.md
  154. user_data_dir.md
  155. user_handle_mapping.md
  156. using_a_linux_chroot.md
  157. using_build_runner.md
  158. vanilla_msysgit_workflow.md
  159. vscode.md
  160. web_tests_linux.md
  161. webui_explainer.md
  162. webui_in_components.md
  163. webview_policies.md
  164. win_cross.md
  165. win_order_files.md
  166. windows_build_instructions.md
  167. windows_split_dll.md
  168. working_remotely_with_android.md
  169. writing_clang_plugins.md
docs/README.md

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.

Creating Documentation

Markdown documents must follow the style guide.

Preview local changes using md_browser:

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

This is only an estimate. The gitiles view may differ.

Review changes online with gerrit's links to gitiles:

  1. Upload a patch to gerrit, or receive a review request. e.g. https://chromium-review.googlesource.com/c/572236
  2. View a specific .md file. e.g. https://chromium-review.googlesource.com/c/572236/2/docs/README.md
  3. Click on gitiles link at top of page.

This gitiles view is the authoritative view, exactly the same as will be used when committed.

Document Index

Checking Out and Building

Design Docs

Integrated Development Environment (IDE) Set Up Guides

Git

Clang

General Development

Testing

GPU-related docs

Misc Linux-Specific Docs

Misc MacOS-Specific Docs

Misc Windows-Specific Docs

Misc Android-Specific Docs

Misc iOS-Specific Docs

Misc Chrome-OS-Specific Docs

Misc WebUI-Specific Docs

Media

Accessibility

Memory

Memory Infrastructure Timeline Profiling (MemoryInfra)

Misc

Probably Obsolete