commit | 27cd54d561aa588ccc5fc35152727ddee7e3443a | [log] [tgz] |
---|---|---|
author | Zoraiz Naeem <zoraiznaeem@chromium.org> | Thu May 15 21:02:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 15 21:02:45 2025 |
tree | 7e4b5c52195e475a759202e9f5f07dfb5396ca69 | |
parent | bf1220f35636045e7676b5c0f2bf25e33b3f23b7 [diff] |
Dynamically observe InputMethod in DictationButtonTray The DictationButtonTray is always created, but it remains invisible when dictation is disabled for simplicity. The InputMethod generates numerous typing events, which are unnecessary for the DictationButtonTray to monitor when the dictation feature is not enabled. Bug: b:402804568 Change-Id: I6ed74122f97012f4457a8028847097678487796d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6552901 Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1460975}
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.