commit | bb725775293d6a8331baae9131b51b6ea2c5c34e | [log] [tgz] |
---|---|---|
author | Daniel Murphy <dmurph@chromium.org> | Wed Sep 15 17:31:18 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 15 17:31:18 2021 |
tree | e5d561324b28e1f6551853d1b2738d2f0c957402 | |
parent | ae30c6013f798b6608c8fec96b03e69d224efcc3 [diff] |
[WebAppProvider] Renaming all Test* classes to Fake* classes This CL makes all of the fake components consistent by naming them as such. No functional changes. Done by using my git-grep-replace alias [1] to rename all CapitalCase and snake_case versions of the affected classes, and manually renamed files. [1] https://github.com/dmurph/dotfiles/blob/master/chromium_aliases#L32 Bug: 1248463 Change-Id: I64b9103a6e23767be1532ddc62da6f412a238044 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3153691 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#921728}
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.