commit | 06eb025567abc2e61e84bd6a37d8c7683bedd68f | [log] [tgz] |
---|---|---|
author | rbpotter <rbpotter@chromium.org> | Thu Mar 21 15:38:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 21 15:38:24 2024 |
tree | 36f55a010a5536dbc50cd73e75331efff7d8eb7e | |
parent | d06ac10e687e2e9feffafaad63ecb97abde7cf17 [diff] |
WebUI: Move cr-policy-pref-indicator to settings_shared This element is a better fit for the settings_shared folder, since it implicitly relies on the settings prefs mechanism and has a dependency on chrome.settingsPrivate. This is in preparation for migrating other elements in this folder to CrLitElement. Consequently, also removing CrPolicyIndicatorMixin, since it is used by only 2 elements, and CrPolicyIndicator will be migrated to Lit in a followup CL. Lit and Polymer elements can't share mixins, so rather than having 2 elements that each have a mixin not used elsewhere, merge the mixin logic into the elements themselves. Bug: 40943652 Change-Id: I0675dba391f7ac81e5afa90be9983f6921dd648f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5384005 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1276247}
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.