commit | 2f7f15d5377d53573d5c813662698652f33b8670 | [log] [tgz] |
---|---|---|
author | Michelle Chen <michellegc@google.com> | Fri Nov 01 00:47:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 00:47:43 2024 |
tree | d43736f338d2cae645c145c3fdff0f41238e00f4 | |
parent | 010f7746faade218e12bcea306309d82beb191cf [diff] |
scanner: Make GetActionButtons return a vector of ActionButtonViews. The UX specs state that a collapsed action button should be an IconButton instead of a PillButton. So, we plan to make ActionButtonView a plain Button / View that can show both an icon and text or be collapsed into just an icon. In preparation for making ActionButtonView inherit directly from Button rather than PillButton, change the GetActionButtons test api to return ActionButtonViews instead of PillButtons. Bug: b:374356291 Change-Id: I2c76639094852355931afe2c900b5a1beea1d48c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5981553 Commit-Queue: Michelle Chen <michellegc@google.com> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by: Sophie Wen <sophiewen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376694}
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.