logo头像
Snippet 博客主题

chromium-learning

developers全部开发文档,有点老。 Chromium docs较新的文档。 Code Browsing in Chromium一些浏览代码的工具,我选择visual studio 。 Learning your way aro...

chromium_base_callback

Callback<> and Bind()官方文档 Introduction模板类 base::Callback<> 是一个一般化的函数对象。和 base/bind.h 中的函数 base::Bind() 一起...

repository_tools

repository_tools Like Google depot_tools 用来管理代码的工具 Make code management easy 初版开发背景:因为我们工程是多个branch,每次都要单个目录去更新,自己感觉麻...

Building_Chromium_for_Windows

官方文档请仔细阅读官方文档,如果遇见错误在回来看,以下只写出我编译的时候失败过的地方。 System requirementsAt least 100GB of free disk space on an NTFS-formatted...

Electron-source-directory-structure

Electron 源码目录结构Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构。 源代码的结构12345678910111213...