Files
brave-core/docs
Brian R. Bondy 6f91301cb0 Add best practice CS-070: Use *.mojom-forward.h in headers (#36219)
Add best practice: Use *.mojom-forward.h in headers

CS-070: prefer the auto-generated *.mojom-forward.h over the full
*.mojom.h bindings when a header only references mojom types as
pointers, references, or function parameters. Reduces compile times
and transitive dependencies.

Source: PR #35622 review comment by netzenbot.
2026-05-07 06:52:19 -04:00
..

Brave docs

This directory contains documentation for the Brave Browser. For additional resources outside this repository, go to:

Document Index

Checking Out and Patching

Tools

  • Claude Code Skills - Slash commands for automating common development tasks (commit, review, preflight, CI, and more).

Security and Privacy

General Development

Creating Documentation

Important

If you add new documents, please also add a link to them in the Document Index below.

Guidelines

Previewing changes

Locally using md_browser

# in src/brave/
npm run docs

This is only an estimate. The github view may differ.