developers全部开发文档,有点老。 Chromium docs较新的文档。 Code Browsing in Chromium一些浏览代码的工具,我选择visual studio 。 Learning your way aro...
Callback<> and Bind()官方文档 Introduction模板类 base::Callback<> 是一个一般化的函数对象。和 base/bind.h 中的函数 base::Bind() 一起...
repository_tools Like Google depot_tools 用来管理代码的工具 Make code management easy 初版开发背景:因为我们工程是多个branch,每次都要单个目录去更新,自己感觉麻...
Inter-process Communication (IPC)
Chromium Source Code Directory Structure High-level overviewChromium 主要由browser,renderer,Webkit三部分构成。浏览器是主进程represent...
官方文档请仔细阅读官方文档,如果遇见错误在回来看,以下只写出我编译的时候失败过的地方。 System requirementsAt least 100GB of free disk space on an NTFS-formatted...
Electron 源码目录结构Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构。 源代码的结构12345678910111213...
C-Run-Time Library ReferencePotential Errors Passing CRT Objects Across DLL Boundaries
Chapter 16. Templates and Generic Programming16.1. Defining a Template16.1.1. Function Templates16.1.2. Class Templat...