commit | 971c86a85e2493b00979a2fd5c5e62cd0db8d04c | [log] [tgz] |
---|---|---|
author | Steven Luong <stluong@chromium.org> | Tue Sep 17 00:09:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 00:09:00 2024 |
tree | 04dab64572375cf8fdee2125b9164a4172829a8b | |
parent | a29cebffbda261f473ccd30a4d9ff02f7440d51d [diff] |
Hide Toast when Omnibox is focused Currently, when the omnibox is focused as we are showing the toast, the part of the toast that overlaps with the omnibox is showing even when the rest of the toast is hidden behind the omnibox search results. This CL makes it so the toast will hide while the omnibox is focused and show the toast if the omnibox loses focus. Fixed: 364731409 Change-Id: I46e5ad40ff37cf8face0262dcf2480993c4176d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5842614 Commit-Queue: Steven Luong <stluong@chromium.org> Reviewed-by: Eshwar Stalin <estalin@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1356215}
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.