commit | 27f536d06aee26e3fc46ede841a652fa7111b307 | [log] [tgz] |
---|---|---|
author | Nihar Majmudar <niharm@google.com> | Tue Jan 09 16:22:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 16:22:56 2024 |
tree | 8cf8e9da27c546fcd15b77005f9ffe09c6d8337b | |
parent | 06dcec6fcd1e0567a607d45dec1065b492110290 [diff] |
[realbox][cr23] Fix hover fill shape for non-inlined action matches. This change introduces a new div that is only triggered when OmniboxActionsUISimplification is disabled, chrome refresh hover fill shape is on, and when a match has an action associated with it. The underneath action chip is moved to inside this div so the hover shape can sorround the entire match. In every other case, this div is hidden. This will make it easy to clean up once OmniboxActionsUISimplification is launched since this is the only case where the bug is triggered. To test, disable #omnibox-actions-ui-simplification and enable #ntp-realbox-cr23-expanded-state-icons, #ntp-realbox-cr23-expanded-state-layout, #ntp-realbox-cr23-hover-fill-shape. Before: https://screenshot.googleplex.com/cbsShcqYAjQPkzN After: https://screenshot.googleplex.com/74zSZUAEL6smhg6 Bug: 1515956 Change-Id: I8230784e409d5a6206e7e4fbfd0b61b7ebbb7662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5174110 Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Nihar Majmudar <niharm@google.com> Reviewed-by: Khalid Peer <khalidpeer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244701}
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.