Chrome 和 Chromium 项目

4.26'22

介绍

Chrome 浏览器基于 chromium项目。

Github 镜像项目:https://github.com/chromium/chromium

代码结构介绍:Getting Around the Chromium Source Code Directory Structure - The Chromium Projects

概览

Chromium 分为两个主要部分:浏览器和渲染器(Blink,the web engine)

浏览器是主进程,代表 UI 和 I/O。

渲染器通常是浏览器中各个标签的子进程。内嵌了 Blink 进行布局和渲染。

Build for Linux

Checking out and building Chromium on Linux

当前稳定开发环境为 Ubuntu 16, python2

Build for Mac

https://chromium.googlesource.com/chromium/src/+/main/docs/mac_build_instructions.md

Build ungoogled-chromium

ungoogled-chromium-debian

📖