commit | 9d3f759094b33ae52dd99e44b182ab03bf0e8073 | [log] [tgz] |
---|---|---|
author | Aoyuan Zuo <[email protected]> | Tue Apr 02 16:38:32 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 02 16:38:32 2024 |
tree | c4a80f7b34def04cb5f06e2a90bf419bcfc179e9 | |
parent | cdac71aa15efbbf7248fc75848c16248e29be4bf [diff] |
Event Timing: Treat Orphan Pointerup As Non-Interaction * Previous undesired outcome: scrolling can be measured as an interaction. * Root cause: event timing are getting an orphan pointerup event (no paired pointerdown) when issue reproduced, which triggers interactionId generation and become an interaction. * This CL address it by: identifying orphan pointerup in event timing and skip interactionId generation. Bug: 40935137 Change-Id: I005813f54e0f50edd43565871458bf98080d659a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5402056 Reviewed-by: Michal Mocny <[email protected]> Reviewed-by: David Bokan <[email protected]> Commit-Queue: Aoyuan Zuo <[email protected]> Cr-Commit-Position: refs/heads/main@{#1281237}
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.