References — bi-02-architecture-process-model

Primary sources first. In-tree Chromium docs beat any external source, including these modules.

In-tree, read in your own checkout

  • docs/process_model_and_site_isolation.md
  • docs/security/compromised-renderers.md — read this one twice
  • docs/mojo_and_services.md, docs/mojo_ipc_conversion.md
  • docs/threading_and_tasks.md (+ _faq.md) — sequences vs threads
  • third_party/blink/renderer/README.md §"Threading model", §"Dependencies"
  • content/README.md and the DEPS files around //content/public

External

  • Life of a Pixel — the standard rendering-pipeline orientation.
  • The Chromium security team's site-isolation writeups (and the Spectre-era rationale).
  • W3C/WHATWG: HTML origin and site definitions — confirm for yourself that "site" is scheme + eTLD+1, because everyone misquotes it.


When a claim here proves stale, record it in PROGRESS.md section 7.