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

後續補充

...

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章