0
Files
src/docs/design
Will Harris c7e6edfed8 Add sandbox documentation for ACG
This documentation did not exist for some reason, so this CL
adds the description, along with the feature flag to enable it
manually.

BUG=341991447

Change-Id: I3ae397e85bb156cd12f1c4cfefe44441fa1cae84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560826
Commit-Queue: Will Harris <wfh@chromium.org>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1304759}
2024-05-22 23:19:48 +00:00
..
2024-05-22 23:19:48 +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.