commit | 602be568d63ab2e45499783eba074892fd28a49a | [log] [tgz] |
---|---|---|
author | dmblack <dmblack@google.com> | Wed Apr 09 22:47:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 22:47:38 2025 |
tree | 08d1bdbb8b8d00eaace82c714e250d922aba4b98 | |
parent | b1d5b652977237c66b680cfc9b6e19b0dbdf61fc [diff] |
Hide bookmark bar when window width is below threshold. Per product requirement, the bookmark bar should be hidden when the application window is narrower than 412dp. Previously, bookmark bar visibility was controlled via the BookmarkBarSettingProvider which only considered the feature's associated user setting. This CL introduces a new BookmarkBarVisibilityProvider which wraps the existing BookmarkBarSettingProvider but also considers device configuration. Demo: http://shortn/_bOekLyGhdw Deck: http://shortn/_AY0eMsOYoS Bug: 394614683 Change-Id: I5c72a2482215c190de557f1ac48114eff0b8149f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6442302 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Reviewed-by: Brandon Wylie <wylieb@google.com> Cr-Commit-Position: refs/heads/main@{#1444994}
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.