commit | f39cdf155ce6aeb85564675f64a19a80e770f3e2 | [log] [tgz] |
---|---|---|
author | dljames <dljames@google.com> | Mon Mar 27 21:02:50 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 27 21:02:50 2023 |
tree | a44fb360655cdf5ca3a6c17e951e8aaa1dcb4915 | |
parent | d23421199f180fb52fd5c1ce8c3183b219391ded [diff] |
[ SavedTabGroup ] Overflow menu now spawns from the overflow button Quick overview - The SavedTabGroup overflow menu now: - Anchors off of the overflow button - Adjusts its position if it would render off screen - No longer has a bug where Saved groups could not be left clicked when clicking on the part of the overflow menu that renders outside the browser window. The SavedTabGroup overflow menu now will adjust if it would have been rendered outside the bounds of the screen. On Linux devices, the overflow menu was cut off and not entirely rendered. Additionally, this also fixes a bug where left-clicking on a button that was out of bounds in the overflow menu would not trigger any actions on the button. Change-Id: I242226f27b78911468a2c44601c6ed0bb8bf8ab2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4375218 Reviewed-by: Peter Boström <pbos@chromium.org> Commit-Queue: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1122641}
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.