commit | 128ab33847f369ac8a6dc2a3043d868af8ce2ed9 | [log] [tgz] |
---|---|---|
author | Aoyuan Zuo <zuoaoyuan@chromium.org> | Tue Jun 18 20:14:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 18 20:14:23 2024 |
tree | 60a333e4320bdd96564cb6d6ff98c9eb206e5033 | |
parent | a0c695dc3d2eefe2f13b6a8d64a3d7d1dd7f7edc [diff] |
Add Histogram Analysis for Clicks in Event Timing Four things we want to learn from this histogram: * How often a click event is orphan (not accompanied by any pointerdown/up). * How often a click event is accompanied by a pointerup event only (pointerdown being optimized out). * How often the pointer_id of click differs from last_pointer_id. * How often a click event is triggered by a keyboard interaction. NO_IFTTT=We believe IFTTT is reporting false negative. Bug: 40891709 Change-Id: I86bf2ad25289fcea24d7bbd9733b1908620cd498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5631927 Commit-Queue: Aoyuan Zuo <zuoaoyuan@chromium.org> Reviewed-by: Ian Clelland <iclelland@chromium.org> Reviewed-by: Michal Mocny <mmocny@chromium.org> Cr-Commit-Position: refs/heads/main@{#1316654}
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.