Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: docs/design/README.md

Issue 2827383002: Port sandbox, sandbox faq, and startup design docs to markdown. (Closed)
Patch Set: Fix a trivial typo Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | docs/design/sandbox.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Chromium Design Docs 1 # Chromium Design Docs
2 2
3 This directory contains chromium project documentation in 3 This directory contains chromium project documentation in
4 [Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Doc umentation/markdown.md). 4 [Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Doc umentation/markdown.md).
5 It is automatically 5 It is automatically
6 [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/do cs/). 6 [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/do cs/).
7 7
8 Documents here have been imported 8 Documents here have been imported
9 from [the Project site](https://www.chromium.org/developers/design-documents). 9 from [the Project site](https://www.chromium.org/developers/design-documents).
10 As of this writing, the vast majority of docs have not been imported yet. 10 As of this writing, the vast majority of docs have not been imported yet.
11 11
12 * [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.
12 * [Threading](threading.md) - Preferred ways to use threading, and library 18 * [Threading](threading.md) - Preferred ways to use threading, and library
13 support for concurrency. 19 support for concurrency.
OLDNEW
« no previous file with comments | « no previous file | docs/design/sandbox.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698