commit | 30b819296a1f739bf2668a2545e23958eac11ff2 | [log] [tgz] |
---|---|---|
author | Mike Pinkerton <pinkerton@google.com> | Mon Dec 05 19:28:48 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 05 19:28:48 2022 |
tree | eae87c95e5de3fb30ed4ecb5f62b51a41c621c51 | |
parent | 710c85c3fb4ec06632f07ca384d7eb48a44874bc [diff] |
[iOS] Remove all VoiceSearch observation machinery for VoiceOver. Since VoiceSearch now works correctly with VoiceOver, there is no longer a need for all the observer infrastructure to watch for state changes and update the UI. Removing all of that then leaves several UIKit subclasses that now do nothing but enable themselves based on the state of the provider. It's better for the controller code to do this rather than have a view class do it, so these classes can be removed entirely. Fixed: 1382791 Change-Id: I03a67bb3dd4fdbf7e555e8610b7704e1e6bf1f5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4080309 Reviewed-by: Scott Yoder <scottyoder@google.com> Commit-Queue: Mike Pinkerton <pinkerton@chromium.org> Cr-Commit-Position: refs/heads/main@{#1079337}
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.