commit | f94fd97a4c84b52e79111a7703eaef71c0bb696f | [log] [tgz] |
---|---|---|
author | Aaron Colwell <[email protected]> | Tue Jul 21 19:37:08 2020 |
committer | Commit Bot <[email protected]> | Tue Jul 21 19:37:08 2020 |
tree | e9038e0480c00273ffab37fab6a1eff95633a42f | |
parent | 01e0d711646166b027cab1b60c63d02cbd98d52a [diff] |
Rename classes in components/policy to use more inclusive terms. This is the first of 2 changes that rename classes that use blacklist in their class/variable/function names. There are no functional differences here. This patch will be followed by a second change that renames the files and updates the build rules. - Replaced blacklist references with blocklist. This was chosen because the block term was already being used by this code. - Replaced whitelist references with allowlist. - Minor code modernization changes to make ClangTidy happy. These should not cause any behavior changes. Bug: 1097278 Change-Id: I69167b1b720d943d9146b08c5195f2128b10d5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270838 Reviewed-by: David Trainor <[email protected]> Reviewed-by: Bo <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Reviewed-by: Owen Min <[email protected]> Commit-Queue: Aaron Colwell <[email protected]> Cr-Commit-Position: refs/heads/master@{#790499}
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.
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.