Chromium 源码 - 学习/实践

1.应用场景

主要用于学习/了解Chrome, 便于前端项目的开发.

以及学习Chrome中优秀的工程思想.

2.学习/操作

1.介绍

发音

Chromium

英 [ˈkrəʊmiəm]

美 [ˈkroʊmiəm]

n. [化学] 铬(24号元素,符号Cr)

官网介绍

Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

[Chromium是一个开源浏览器项目,旨在为所有用户提供更安全、更快、更稳定的网络体验方式。]

The project's web site is https://www.chromium.org.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

[由于历史原因,有一些小型的顶级目录。现在的指导是新的顶级目录是产品(如Chrome, Android WebView, Ash)。即使这些产品有多个可执行文件,代码也应该在产品的子目录中。]

2.学习

暂时先参考

Chromium源码:

https://www.chromium.org/

https://chromium.googlesource.com/chromium/src
https://chromium.googlesource.com/chromium/src/+/HEAD/docs/README.md

https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code

blinkon:https://www.youtube.com/channel/UCIfQb9u7ALnOE4ZmexRecDg  //YouTube视频

https://time.geekbang.org/column/article/141842  //极客时间

3.思考

TBD

4.总结

TBD

后续补充

...

3.问题/补充

TBD

4.参考

Chromium源码:

https://www.chromium.org/

https://chromium.googlesource.com/chromium/src
https://chromium.googlesource.com/chromium/src/+/HEAD/docs/README.md

https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code

YouTube  - blinkon:

https://www.youtube.com/channel/UCIfQb9u7ALnOE4ZmexRecDg

极客时间:

https://time.geekbang.org/column/article/141842

后续补充

...

猜你喜欢

转载自blog.csdn.net/william_n/article/details/106802108