commit | 0b36228e7ee89488b51ea438bc985bad6e1ccd5c | [log] [tgz] |
---|---|---|
author | Sammie Quon <sammiequon@chromium.org> | Tue Jul 30 18:26:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 30 18:26:44 2024 |
tree | bdea991117aef17af64f7c71bdd15138e905927c | |
parent | ba709d9cc98a010c60113037f90e0216fc7afab6 [diff] |
desks: Minor cleanup to DeskButtonBase Adds a missing scroll to view that I accidentally removed (views does scroll it but not as much as we want). Other than that, it is basically as styled LabelButton now. DeskIconButton still needs some special focus logic since it has a third state, so moved the special focus logic into that class. Test: manual Bug: none Change-Id: I24d087697e2bb484ba8946fae8e5dfd0729b323c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5746874 Reviewed-by: Daniel Andersson <dandersson@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1334993}
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.