commit | 10ec7a1ea567fa042ec402cdd5802f5b7ff6892c | [log] [tgz] |
---|---|---|
author | Christian Xu <christianxu@google.com> | Wed Apr 02 18:48:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 18:48:51 2025 |
tree | ab4e48e193a8da4e66ca0caf6e99ff89982a48ce | |
parent | f70acf9c80c6de675d422bed5c37a806994d842f [diff] |
[iOS][OR][3/N] Refactor return key handling Context: OmniboxReturnDelegate is being refactored into OmniboxKeyboardDelegate. Previous call chain: - textField did tap on return. - popup reacts to the event with OmniboxReturnDelegte. - If the event is not handled in the popup, popup calls the AcceptDelegate. - AcceptDelegate allows the textfield to handle the event. New call chain: - textField did tap on return. - keyboard handler let the popup handle the event if it can. - keyboard handler let the textfield handle the event if it can. Bug: 402392448 Change-Id: I94fc39e7312b0c4eb65b19c8da1c0e858397d44a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6421829 Reviewed-by: Ewann Pellé <ewannpv@chromium.org> Auto-Submit: Christian Xu <christianxu@chromium.org> Commit-Queue: Christian Xu <christianxu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1441692}
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.