commit | da8a2db93c6f4b0f9912ca46837e8297c401cccf | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <kubo@igalia.com> | Tue Jun 10 14:23:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 14:23:09 2025 |
tree | f0f9dacd67b0ca64537e2b48a324e9c508edf2a5 | |
parent | 1bdbca6cd8d22c9316d347ad34dca14d5ee5281e [diff] |
[tvOS] Use spatial navigation by default, supported by gesture recognizers This CL translates some swipe gestures into key presses so that users move focus up/left/right/down or click elements by, respectively, swiping up/left/right/down or tapping the remote control. The translation process is not perfect and not all possible swiping gestures in the Siri remote are turned into sensible spatial navigation options, but it does allow switching focus and navigating in general web content. Bug: 391914246 Change-Id: I80051025696c3d288d59c54386d81618be4ba66f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6630858 Auto-Submit: Raphael Kubo da Costa <kubo@igalia.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1471774}
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.