Skip to main content

Browser

This note heavily refers to below resources, make sure to check out their insightful contents:
  • Inside Look at Modern Web Browsers
  • To be added ...

  • All browser related notes will focus on studying Chromium, and contents will be Chromium specific if not specified in advance.

    Architecture

    Chromium runs on a multi-process architecture, meaning one browser process and N sandboxed renderer processes, where the render engine Blink (with V8 JavaScript engine embedded inside) is executed.

    Browser multi-process architecture

    Reference