commit | 26d690ec1d993841190459e4c933f203c1ced51f | [log] [tgz] |
---|---|---|
author | Ashley Prasad <ashleydp@google.com> | Thu Apr 06 17:28:39 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 06 17:28:39 2023 |
tree | f2615c600cc5d63f703d4cca17242e6ec28cf976 | |
parent | 6a32bda552f3db710b3bd11102cd23f2d6394447 [diff] |
shortcut-customization: enable jelly colors - Add boolean `isJellyEnabledForShortcutCustomization` to determine if listener should be configured on frontend. - Add ColorChange listener when jelly enabled. - Add ui::ColorChangeHandler to notify frontend of color provider updates. - Test link href updates when `isJellyEnabledForShortcutCustomization` is set. - Add TODO for cleanup after jelly-colors launches. Screenshot: http://screen/6PfjXssuUmYVoCg Bug: b:275718921 Test: browser_test --gtest_filter=ShortcutCustomization* Test: Manually tested by enabling shortcut-customization-jelly and jelly-colors and checking deployed code. Change-Id: Ieaa66bfef1ea0ce0fb7f64b55a8d5f5620cac04c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4395899 Reviewed-by: Michael Checo <michaelcheco@google.com> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: Ashley Prasad <ashleydp@google.com> Cr-Commit-Position: refs/heads/main@{#1127263}
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.