Snapshotmaster · 368d541
Independent browser processes fetch resources, build web-platform state, execute JavaScript, lay out content, and composite it.
Click a building or route
System map8 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
WebContentThe isolated service process that owns and executes a web page.
How to study this repo
- 1Cross the process boundary
Follow a navigation command from the UI client to PageHost.
- 2Build a rendering tree
Connect DOM state to computed style and layout geometry.
- 3Trigger a repaint
Trace a script mutation back through invalidation and painting.