CARVIEW |
Select Language
HTTP/2 301
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
location: /developers/
content-type: text/plain; charset=utf-8
accept-ranges: bytes
date: Fri, 10 Oct 2025 16:03:04 GMT
x-served-by: cache-bom-vanm7210082-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760112185.735144,VS0,VE118
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 27
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
content-type: text/html; charset=utf-8
etag: "5f893cb3606acd971bb09841dd49723502c63aa451a7547750aac95b684e6add"
last-modified: Fri, 10 Oct 2025 02:31:02 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Fri, 10 Oct 2025 16:03:05 GMT
x-served-by: cache-bom-vanm7210082-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760112185.872322,VS0,VE203
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 18362
For Developers

The Chromium Projects
For Developers
See also: docs in the source code - https://chromium.googlesource.com/chromium/src/+/HEAD/docs/README.md
Start here
How-tos
Note that some of these guides are out-of-date.
Getting the Code
- Quick reference of common development commands.
- Look at our Git Cookbook for a helpful walk-through.
- Changelogs for Chromium and Blink.
Development Guides
- Debugging on Windows, Mac OS X, Linux and Android.
- Threading
- Subtle Threading Bugs and How to Avoid Them
- Visual Studio tricks
- Debugging GPU related code
- How to set up Visual Studio debugger visualizers to make the watch window more convenient
- Linux Development tips and porting guide
- Mac Development
- Generated files
- Chromoting (Chrome Remote Desktop) compilation
- Editing dictionaries
- Editors Guides
- Learning your way around the code
- Guide to Important Libraries, Abstractions, and Data Structures
- //base Newsletters
- Android WebView
- GitHub Collaboration
See also: All How-tos.
Blink
- Blink Project
- Running and Debugging the Blink web tests (pka layout tests)
- Blink Sheriffing
- Web IDL interfaces
- Class Diagram: Blink Core to Chrome Browser
- Rebaselining Tool
- How repaint works
- Phases of Rendering
- Web Platform Tests
- Baseline computation and some line layout docs
- Fast Text Autosizer
Testing and Infrastructure
- Tests
- Browser Tests
- Handling a failing test
- Running Chrome tests
- Page Heap for Chrome
- Establishing Blame for Memory usage via Memory_Watcher
- GPU Rendering Benchmarks
- Infra documentation
- Contacting a Trooper
Performance
- Adding Performance Tests
- Telemetry: Performance testing framework
- Cluster Telemetry: Run benchmarks against the top 10k web pages (Googlers-only)
- Memory
- Profiling Tools:
- Thread and Task Profiling and Tracking (about:profiler) Also allows diagnosing per-task heap usage and churn if Chrome runs with "--enable-heap-profiling=task-profiler".
- Tracing tool (about:tracing)
- Deep Memory Profiler
- Investigating Windows Binary Sizes
- Windows-specific issues can be profiled with UIforETW
- Leak Detection
- Perf Sheriffing
Sync
Diagnostics
Documentation hosted in / generated by source code
- depot_tools
- C++ use in Chromium
- GN: Meta-build system that generates NinjaBuild files; Intended to be GYP replacement.
- MB: Meta-build wrapper around both GN and GYP.
- Chrome Infra
Practices
- Core Product Principles
- Contributing code
- Starting to work on a new web platform feature
- Filing bugs
- Network bug triage
- GPU bug triage
- Tree Sheriffs
- Useful extensions for developers
- Adding 3rd-party libraries
- Shipping changes that are enterprise-friendly
Design documents
- Getting around the source code directories
- Engineering design docs
- User experience design docs
- Sharing design documents on Google drive: share on Chromium domain If on private domain, share with self@chromium.org, then log in with self@chromium.org, click "Shared with Me", right-click "Make a copy", then set the permissions: "Public on the web" or "Anyone with the link", generally "Can comment". It a good idea to then mark your local copy (PRIVATE) and only edit the public copy.
Communication
- General discussion groups
- Technical discussion groups
- Slack
- IRC
- Development calendar and release info
- Common Terms & Techno Babble
- Public calendar for meetings discussing new ideas
- Questions or problems with your Chromium account? Email accounts@chromium.org.
Status
Usage statistics
Graphics
External links
- Waterfalls
- Build Log Archives (chromium-build-logs)
- Bug tracker
- Code review tool
- Viewing the source
- Glossary (acronyms, abbreviations, jargon, and technobabble)