blob: 44d4e728b66eec7cdc80cd56e155e831018e0a33 [file] [log] [blame] [view]
justincarlsonad589ce2017-04-20 17:26:071# Chromium Design Docs
2
3This directory contains chromium project documentation in
4[Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md).
5It is automatically
John Palmer046f9872021-05-24 01:24:566[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/main/docs/).
justincarlsonad589ce2017-04-20 17:26:077
8Documents here have been imported
9from [the Project site](https://www.chromium.org/developers/design-documents).
10As of this writing, the vast majority of docs have not been imported yet.
11
justincarlsonb4730a0c2017-04-20 20:22:1312* [Sandboxing](sandbox.md) - The Sandboxing architecture, and Windows
13 implementation of sandboxing.
14* [Sandboxing FAQ](sandbox_faq.md) - Frequently asked questions about Chromium
15 sandboxing.
16* [Startup](startup.md) - How browser processes starts up, on different
17 platforms.
justincarlsonad589ce2017-04-20 17:26:0718* [Threading](threading.md) - Preferred ways to use threading, and library
19 support for concurrency.
Klaus Weidnere66cc7d2017-12-09 17:26:3020* [GPU Synchronization](gpu_synchronization.md) - Mechanisms for sequencing
21 GPU drawing operations across contexts or processes.