-
The implementation of Container Timing: aggregating paints in Blink
Deep dive on the implementation details of the Container Timing API for Chromium. How we track the paints? How we buffer the data for each component?
-
Container Timing: measuring web components performance
An introduction to Container Timing, a new web performance API that lets developers measure when complex components finish painting and shows how to use its native implementation now available behind a Chromium feature flag.
-
Maintaining Chromium downstream: how can upstream help?
How Chromium upstream can assist downstreams via better componentization, extensibility, and downstream advocates.
-
trace-chrome: easy remote tracing of Chromium
Introduces trace-chrome, a NodeJS CLI tool for lightweight remote Perfetto trace capture from Chromium on embedded devices via remote debugging port, avoiding UI overhead; supports categories, memory dumps, and easy installation via npx or npm.
-
Maintaining Chromium downstream: keeping it small
Strategies for maintaining a Chromium downstream project by minimizing codebase delta through metrics tracking, frequent updates, and upstream contributions to ease rebasing amid rapid changes.
