| commit | 8fbff75f9f12b3bbf6fa72e20e612e78bc4c20fd | [log] [tgz] |
|---|---|---|
| author | Mason Freed <masonf@chromium.org> | Tue Jun 03 16:45:17 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 16:45:17 2025 |
| tree | d8f5c06a851f3efb14980b4010689c0062c4c4c7 | |
| parent | 9dd9997f3dcf54114ce6e9fe466e97d66f76f020 [diff] |
Move interesttarget event handling to standard events The prior implementation relied on special hooks in Chromium that fired on focus or hover changes. This moves to more standard handling in the `DefaultEventHandler` for `mouseover`, `mouseout`, `focusin`, and `focusout`. This passes all existing tests. A subsequent CL will add more testing of cancelling the above events. Bug: 364669918 Change-Id: I47fe0564eb896e6b3a98256648abbb774095fc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6581540 Commit-Queue: David Baron <dbaron@chromium.org> Commit-Queue: Mason Freed <masonf@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1468781}
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.