commit | b41d6ee12deac18fac89f4d27c2a662e311406fc | [log] [tgz] |
---|---|---|
author | Peter Boström <[email protected]> | Wed Nov 20 15:49:39 2024 |
committer | Chromium LUCI CQ <[email protected]> | Wed Nov 20 15:49:39 2024 |
tree | 843c1d67879fff7c0edafea24311ecfed32aee63 | |
parent | 660ef28376d4909f4cc9b6d4acc8840909a7d08b [diff] |
Replace CHECK(false) in content/ In most cases NOTREACHED() is now a better option. Also performs dead-code removal. Bug: 40122554 Low-Coverage-Reason: OTHER Should-be-unreachable code Change-Id: I3d9054619242c472feadab98d9de4024c74d4992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6013928 Commit-Queue: Avi Drissman <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Auto-Submit: Peter Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#1385678}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.