commit | 551d0512f5982786734fd3b973d106392c39eabd | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Tue May 31 07:42:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 31 07:42:44 2022 |
tree | c9954111c92ab4f88b083272f050d43563daa6f4 | |
parent | acbc2db7f130cdb12d11a5913037b8aada23733e [diff] |
Intents: Add grid apps layout to Intent Picker This adds a new layout (behind a flag) for the main body of the intent picker bubble, which displays apps as a three column grid. In most cases, there will only be enough apps to fill one row, but if there are multiple rows, the grid is height-limited and shows a scrollbar. Behavior of the bubble is unchanged by this layout, although keyboard navigation will be added in a follow-up CL. Screenshots of the change attached to crbug.com/1321501#c12. Bug: 1321501 Change-Id: I299c36d91b97e855f142fe5e1fd971ad4864489d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652664 Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1009010}
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.