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