tree: 06019d57a8e38952a24791dca336accae22ff92b [path history] [tgz]
  1. accessibility/
  2. design/
  3. images/
  4. ios/
  5. media/
  6. memory-infra/
  7. sync/
  8. testing/
  9. ui/
  10. accessibility.md
  11. adding_to_third_party.md
  12. android_accessing_cpp_enums_in_java.md
  13. android_build_instructions.md
  14. android_cast_build_instructions.md
  15. android_debugging_instructions.md
  16. android_logging.md
  17. android_studio.md
  18. android_test_instructions.md
  19. angle_in_chromium.md
  20. atom.md
  21. bitmap_pipeline.md
  22. browser_view_resizer.md
  23. callback.md
  24. ccache_mac.md
  25. chrome_settings.md
  26. chromium_browser_vs_google_chrome.md
  27. chromoting_android_hacking.md
  28. clang.md
  29. clang_format.md
  30. clang_static_analyzer.md
  31. clang_tidy.md
  32. clang_tool_refactoring.md
  33. closure_compilation.md
  34. cocoa_tips_and_tricks.md
  35. code_reviews.md
  36. common_build_tasks.md
  37. component_build.md
  38. cr_user_manual.md
  39. cygwin_dll_remapping_failure.md
  40. documentation_best_practices.md
  41. documentation_guidelines.md
  42. eclipse.md
  43. emacs.md
  44. erc_irc.md
  45. es6_chromium.md
  46. get_the_code.md
  47. git_cookbook.md
  48. git_tips.md
  49. google_play_services.md
  50. graphical_debugging_aid_chromium_views.md
  51. gtk_vs_views_gtk.md
  52. how_to_extend_layout_test_framework.md
  53. installation_at_vmware.md
  54. ios_build_instructions.md
  55. ios_infra.md
  56. ios_voiceover.md
  57. ipc_fuzzer.md
  58. kiosk_mode.md
  59. layout_tests_linux.md
  60. linux_build_instructions.md
  61. linux_build_instructions_prerequisites.md
  62. linux_building_debug_gtk.md
  63. linux_cast_build_instructions.md
  64. linux_cert_management.md
  65. linux_chromium_arm.md
  66. linux_chromium_packages.md
  67. linux_crash_dumping.md
  68. linux_debugging.md
  69. linux_debugging_gtk.md
  70. linux_debugging_ssl.md
  71. linux_dev_build_as_default_browser.md
  72. linux_development.md
  73. linux_eclipse_dev.md
  74. linux_graphics_pipeline.md
  75. linux_gtk_theme_integration.md
  76. linux_hw_video_decode.md
  77. linux_minidump_to_core.md
  78. linux_password_storage.md
  79. linux_pid_namespace_support.md
  80. linux_plugins.md
  81. linux_profiling.md
  82. linux_proxy_config.md
  83. linux_sandbox_ipc.md
  84. linux_sandboxing.md
  85. linux_sublime_dev.md
  86. linux_suid_sandbox.md
  87. linux_suid_sandbox_development.md
  88. linux_sysroot.md
  89. linux_zygote.md
  90. mac_build_instructions.md
  91. mandriva_msttcorefonts.md
  92. old_chromeos_build_instructions.md
  93. old_chromoting_build_instructions.md
  94. optimizing_web_uis.md
  95. optional.md
  96. origin_trials_integration.md
  97. OWNERS
  98. ozone_overview.md
  99. piranha_plant.md
  100. profiling_content_shell_on_android.md
  101. proxy_auto_config.md
  102. qtcreator.md
  103. README.md
  104. retrieving_code_analysis_warnings.md
  105. seccomp_sandbox_crash_dumping.md
  106. servicification.md
  107. shift_based_development.md
  108. subtle_threading_bugs.md
  109. system_hardening_features.md
  110. tab_helpers.md
  111. test_descriptions.md
  112. threading_and_tasks.md
  113. tpm_quick_ref.md
  114. updating_clang.md
  115. updating_clang_format_binaries.md
  116. use_find_bugs_for_android.md
  117. useful_urls.md
  118. user_handle_mapping.md
  119. using_a_linux_chroot.md
  120. using_build_runner.md
  121. vanilla_msysgit_workflow.md
  122. vscode.md
  123. webview_policies.md
  124. windows_build_instructions.md
  125. windows_split_dll.md
  126. working_remotely_with_android.md
  127. 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.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

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

To review someone else's changes, apply them locally first:

# in chromium checkout
git cl patch <CL number or URL>
./tools/md_browser/md_browser.py

Document Index

Checking Out and Building

Design Docs

Integrated Development Environment (IDE) Set Up Guides

Git

Clang

General Development

Testing

Misc Linux-Specific Docs

Misc MacOS-Specific Docs

Misc Windows-Specific Docs

Misc Android-Specific Docs

Misc iOS-Specific Docs

Media

Accessibility

Memory Infrastructure Timeline Profiling (MemoryInfra)

Misc

Probably Obsolete