commit | 75a75c18c95dc2bc7201cafecbce9e35a979835e | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Tue Apr 04 22:12:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 04 22:12:30 2023 |
tree | 021721a8505aeb9ff425741578c7ca80f6f92a88 | |
parent | 1e38bce081e64ee7e783274c6fc577ec6fe4684d [diff] |
[CSC] Move core logic from webui/ to chrome/browser/companion This CL 1. Moves most of the core logic from webui/ to c/b/companion/core. 2. Moved the base::Feature to companion/core/features.h alongside the commandline switches. 3. Page handler and WebUI are left at the webui/ directory as that's the common pattern. 4. SigninDelegate is left at the webui directory as well since it has chrome/browser dependency. Bug: b/275471009 Change-Id: I4c50af578f21c8dfce59b275f6a781137eb03011 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4388300 Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Michael Crouse <mcrouse@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Ali Stanfield <stanfield@google.com> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1126272}
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.