commit | b778d5c1aec48c7f81a7e038fc4c4d10bcf0f5cf | [log] [tgz] |
---|---|---|
author | Xiaobin Cui <[email protected]> | Tue Sep 02 01:48:02 2025 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 02 01:48:02 2025 |
tree | ba44aa173ac6139c12f18a3aff8bbfcb88b9eb08 | |
parent | 41cd810d125f380c851a4e30143b3e8d4b9794f7 [diff] |
[ios blink] Use GameController API to determine mouse pointer availability instead of BKSMousePointerService Refactor MouseDeviceObserverIOS to use GCMouseDidConnectNotification & GCMouseDidDisconnectNotification to determine mouse pointer avalability instead of BKSMousePointerService. How to validate: 1. Run content_shell in iPad simulator. 2. Visit https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/ 3. Click "Capture Pointer" button on top-right of iPad simulator Will see values of hover:none, hover:hover, any-hover:none, any-hover:hover are updated. Bug: 379764624 Change-Id: Ice7ea02ccaa52ddf2c256665a224fae58a81de32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6887995 Reviewed-by: Dave Tapuska <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Commit-Queue: Xiaobin Cui <[email protected]> Cr-Commit-Position: refs/heads/main@{#1509332}
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.