commit | 2b230a2cf7b261113c9dd8de97652699c52e24f0 | [log] [tgz] |
---|---|---|
author | Tomasz Wiszkowski <ender@google.com> | Wed May 22 21:33:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 21:33:41 2024 |
tree | 64db77a39c2be624dbd393a51ed550ded10929b5 | |
parent | 61831cb39155842c781f63214a7862bfd23e3390 [diff] |
Always request Omnibox focus on SearchActivity. When Omnibox is inflated, it requests itself to be initially disabled to prevent Chrome from starting up with focused Omnibox. This behavior impacts SearchActivity as well, where we don't explicitly request Omnibox focus if the Voice input was successful. This change alters the behavior to ensure the Omnibox focus is always requested, regardless of intended search type, or outcome of an interaction with other 1p apps. Change-Id: I6caa64f96e47ea2c625aef12be57c43147fac3ff Fixed: 342067835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5559128 Auto-Submit: Tomasz Wiszkowski <ender@google.com> Reviewed-by: Patrick Noland <pnoland@chromium.org> Reviewed-by: Gang Wu <gangwu@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Commit-Queue: Patrick Noland <pnoland@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1304699}
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.