References — bi-06-chromium-cpp

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

  • docs/callback.md — definitive; read "Introduction" and "Quick reference for basic stuff."
  • docs/threading_and_tasks.md and _faq.md.
  • base/memory/raw_ptr.h — read the header comment for the rationale.
  • third_party/blink/renderer/platform/heap/BlinkGCAPIReference.md — Oilpan handles.
  • styleguide/c++/ in-tree — the Chromium C++ style guide and the allowed-features list. Check it before using any modern C++ feature; Chromium gates them deliberately.
  • third_party/blink/renderer/README.md §"Type dependencies".


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