0
Files
src/docs/design
Klaus Weidner f11c1775df gpu_synchronization.md: fix formatting of quoted code
The nested code section was not rendering correctly on the live
Markdown server, and didn't match the tools/md_browser preview.
Simplify the layout to avoid inconsistencies.

Bug: 801929
Change-Id: Id8f84f24407d39dd2d125d8f349d214fccbe254a
Reviewed-on: https://chromium-review.googlesource.com/892478
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533106}
2018-01-31 00:17:19 +00:00
..
2017-12-09 17:26:30 +00:00

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.