commit | feef05abef39266b9ba1d7f6b9ee9ffceeee27d6 | [log] [tgz] |
---|---|---|
author | Peter Boström <[email protected]> | Tue Oct 05 21:35:08 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Oct 05 21:35:08 2021 |
tree | eb4bc453e285ecb7a8128f5c78ae529fb288ccf8 | |
parent | 07671a7bfe4117b5eb7b6faa68f3d04d20ddaeee [diff] |
Remove DISALLOW_* macros from mojo/ This inlines all remaining DISALLOW_* macros in mojo/. This is done manually (vim regex + manually finding insertion position). IWYU cleanup is left as a separate pass that is easier when these macros go away. Bug: 1010217 Change-Id: I64f32a66c1484d7ac949a0d97b3909d3a1d62ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3206475 Auto-Submit: Peter Boström <[email protected]> Commit-Queue: Peter Boström <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Owners-Override: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#928355}
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.