electron/docs/development/chromium-development.md
Shelley Vohr 771a8f70da
docs: update development-related documentation (#31043)
* docs: update chromium development-related documentation

* chore: remove obsolete clang-format doc

clang-format linting and fixing is a pre-commit hook now

* docs: update debugging documentation

* docs: misc updates

* Update docs/development/debugging-on-windows.md

Co-authored-by: Micha Hanselmann <mh74182@gmail.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/README.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/debugging-on-macos.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/testing.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

* Update docs/development/testing.md

Co-authored-by: Mark Lee <malept@users.noreply.github.com>

Co-authored-by: Micha Hanselmann <mh74182@gmail.com>
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
2021-10-27 10:18:38 +09:00

2.8 KiB

Chromium Development

A collection of resources for learning about Chromium and tracking its development.

See also V8 Development

Contributing to Chromium

Resources for Chromium Development

Code Resources

  • Code Search - Indexed and searchable source code for Chromium and associated projects.
  • Source Code - The source code for Chromium itself.
  • Chromium Review - The searchable code host which facilitates code reviews for Chromium and related projects.

Informational Resources

  • Chromium Dash - Chromium Dash ties together multiple data sources in order to present a consolidated view of what's going on in Chromium and Chrome, plus related projects like V8, WebRTC & Skia.
    • Schedule - Review upcoming Chromium release schedule.
    • Branches - Look up which branch corresponds to which milestone.
    • Releases - See what version of Chromium is shipping to each release channel and look up changes between each version.
    • Commits - See and search for commits to the Chromium source tree by commit SHA or committer username.
  • Discussion Groups - Subscribe to the following groups to get project updates and discuss the Chromium projects, and to get help in developing for Chromium-based browsers.
  • Chromium Slack - a virtual meeting place where Chromium ecosystem developers can foster community and coordinate work.
  • Blog - News and developments from Chromium.
  • @ChromiumDev - Twitter account containing news & guidance for developers from the Google Chrome Developer Relations team.
  • @googlechrome - Official Twitter account for the Google Chrome browser.