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

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