Br.linux.chrome
: Categorize it (e.g., new web platform feature, UI change, or API).
For more specific guidance, the Chromium Developer Guide is the authoritative resource for all platform-level development. br.linux.chrome
: If your feature is unique to the Linux build (e.g., window management or desktop integration), focus on the ui/views or content/shell directories. : Categorize it (e
Are you planning to develop a change or an under-the-hood performance optimization? Launching Features - Chromium Are you planning to develop a change or
: Always implement new features behind a feature flag (in chrome://flags ). This allows you and other developers to test the feature without affecting standard users.
: Write a public document detailing the problem, your proposed solution, and potential security/privacy impacts. 3. Implement and Test
: Write automated tests using the GTest framework to ensure your feature doesn't break existing functionality. 4. Code Review and Landing