tree: 162008bce6ab846b907784d203e8c6cd26c53718 [path history] [tgz]
  1. ui/
  2. accessibility.md
  3. android_build_instructions.md
  4. android_debugging_instructions.md
  5. android_logging.md
  6. android_studio.md
  7. android_test_instructions.md
  8. angle_in_chromium.md
  9. atom.md
  10. audio_focus.md
  11. bitmap_pipeline.md
  12. browser_view_resizer.md
  13. callback.md
  14. cast_build_instructions.md
  15. ccache_mac.md
  16. chrome_settings.md
  17. chromeos_build_instructions.md
  18. chromium_browser_vs_google_chrome.md
  19. chromoting_android_hacking.md
  20. chromoting_build_instructions.md
  21. clang.md
  22. clang_format.md
  23. clang_static_analyzer.md
  24. clang_tidy.md
  25. clang_tool_refactoring.md
  26. closure_compilation.md
  27. cocoa_tips_and_tricks.md
  28. code_coverage.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. git_cookbook.md
  38. git_tips.md
  39. graphical_debugging_aid_chromium_views.md
  40. gtk_vs_views_gtk.md
  41. how_to_extend_layout_test_framework.md
  42. installation_at_vmware.md
  43. ios_build_instructions.md
  44. ipc_fuzzer.md
  45. kiosk_mode.md
  46. layout_tests_linux.md
  47. linux_build_instructions.md
  48. linux_build_instructions_prerequisites.md
  49. linux_building_debug_gtk.md
  50. linux_cert_management.md
  51. linux_chromium_arm.md
  52. linux_chromium_packages.md
  53. linux_crash_dumping.md
  54. linux_debugging.md
  55. linux_debugging_gtk.md
  56. linux_debugging_ssl.md
  57. linux_dev_build_as_default_browser.md
  58. linux_development.md
  59. linux_eclipse_dev.md
  60. linux_faster_builds.md
  61. linux_graphics_pipeline.md
  62. linux_gtk_theme_integration.md
  63. linux_hw_video_decode.md
  64. linux_minidump_to_core.md
  65. linux_open_suse_build_instructions.md
  66. linux_password_storage.md
  67. linux_pid_namespace_support.md
  68. linux_plugins.md
  69. linux_profiling.md
  70. linux_proxy_config.md
  71. linux_sandbox_ipc.md
  72. linux_sandboxing.md
  73. linux_sublime_dev.md
  74. linux_suid_sandbox.md
  75. linux_suid_sandbox_development.md
  76. linux_sysroot.md
  77. linux_zygote.md
  78. mac_build_instructions.md
  79. mandriva_msttcorefonts.md
  80. ninja_build.md
  81. optional.md
  82. OWNERS
  83. piranha_plant.md
  84. profiling_content_shell_on_android.md
  85. proxy_auto_config.md
  86. README.md
  87. retrieving_code_analysis_warnings.md
  88. seccomp_sandbox_crash_dumping.md
  89. shift_based_development.md
  90. system_hardening_features.md
  91. tab_helpers.md
  92. test_descriptions.md
  93. tpm_quick_ref.md
  94. updating_clang.md
  95. updating_clang_format_binaries.md
  96. use_find_bugs_for_android.md
  97. useful_urls.md
  98. user_handle_mapping.md
  99. using_a_linux_chroot.md
  100. using_build_runner.md
  101. vanilla_msysgit_workflow.md
  102. vulcanize.md
  103. webview_policies.md
  104. windows_build_instructions.md
  105. windows_incremental_linking.md
  106. windows_split_dll.md
  107. working_remotely_with_android.md
  108. writing_clang_plugins.md
docs/README.md

Chromium docs

This directory contains chromium project documentation in 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