developer_docs
About
This section contains articles that are relevant to anyone who wants to contribute and help improve the project.
Contributing provides an introduction to contributing, along with a few ideas for how you can help.
The Developer’s Guide contains contributor-relevant information, covering compiler operation and submitting patches to the repositories.
If you contribute you must accept the project’s open source licenses (MIT)!
Code style
We use Chromium C++ style guide https://www.chromium.org/developers/coding-style
C++ Banned Language Features
We use Chromium Banned Language Features https://chromium-cpp.appspot.com/
chromium/base
We use fork of chromium/base
.
Original chromium/base
, also contains docs: https://github.com/chromium/chromium/tree/master/base
Fork used by us: https://github.com/blockspacer/chromium_base_conan
Developer docs
Because we use fork of chromium/base
- chromium docs may be useful
https://www.chromium.org/developers
https://github.com/chromium/chromium/tree/master/docs
For contibutors
Fell free to open GitHub Issue if you know how to improve that page