Published on

How everything works?

Authors

How does Chrome works?

Different browser architectures in process/thread diagram Different browser architectures in process/thread diagram

This is 4-part of blog series explains the Chrome browser from high-level architecture to the specifics of the rendering pipeline.

  1. Inside look at modern web browser (part 1)
    As part 1 of this series, we’ll take a look at core computing terminology and Chrome’s multi-process architecture.

  2. Inside look at modern web browser (part 2) In part 2, we dig deeper into how each process and thread communicate in order to display a website.

  3. Inside look at modern web browser (part 3) Part 3 is look at what happens inside of the renderer process.

  4. Inside look at modern web browser (part 4) In part 4, we'll look at how compositor is enabling smooth interaction when user input comes in.