tree: a00d7076051c5ef53030d7b6908490bc94b6aaf2 [path history] [tgz]
  1. gpu_synchronization.md
  2. README.md
  3. sandbox.md
  4. sandbox_faq.md
  5. sandbox_top_diagram.png
  6. startup.md
  7. threading.md
docs/design/README.md

Chromium Design Docs

This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

Documents here have been imported from the Project site. As of this writing, the vast majority of docs have not been imported yet.

  • Sandboxing - The Sandboxing architecture, and Windows implementation of sandboxing.
  • Sandboxing FAQ - Frequently asked questions about Chromium sandboxing.
  • Startup - How browser processes starts up, on different platforms.
  • Threading - Preferred ways to use threading, and library support for concurrency.
  • GPU Synchronization - Mechanisms for sequencing GPU drawing operations across contexts or processes.