commit | ae73bef83e17bac2c049bb6fa66c743162b03423 | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <kubo@igalia.com> | Tue Jun 10 15:53:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 15:53:34 2025 |
tree | 28f69dca4faae49d63cc50486e2dbafc3eeb4e33 | |
parent | 13997f96d3607cac7efb42974d78c3fa3a66e2f5 [diff] |
[tvOS] Set event text and send keyup in tap gesture recognizer This makes spatial navigation and the tap gesture recognizer work with more input types: - Sending a line break character makes e.g. tapping a button or a combobox work as expected. - Sending a keyup event after the keydown one is required to properly activate/deactivate checkboxes. Bug: 391914246, 411452047 Change-Id: Ieb864745095fa5dc0eec2c4c7dc4c01d3bef9bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6633570 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Auto-Submit: Raphael Kubo da Costa <kubo@igalia.com> Commit-Queue: Raphael Kubo da Costa <kubo@igalia.com> Cr-Commit-Position: refs/heads/main@{#1471832}
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.