commit | 644b7829a4fd14cca4da605a1d89b52bfd855125 | [log] [tgz] |
---|---|---|
author | Mohsen Izadi <[email protected]> | Fri Dec 04 03:18:37 2020 |
committer | Chromium LUCI CQ <[email protected]> | Fri Dec 04 03:18:37 2020 |
tree | 4d41ad5ca3fe557ea4bacb3596a99086a6f9039a | |
parent | 0046dd3e591cf11c93b7de5a8660b3bfc098feee [diff] |
Record EventLatency metrics for mouse-dragged events Mouse-dragged events are interesting for two reasons: - Some of mouse-dragged events are interesting themselves, for example when they are used to select text; - Some of mouse-dragged events end up generating other interesting events. For example, dragging a scrollbar thumb in a page generates mouse-dragged events that end up generating gesture-scroll-update events. For these cases, we need to create EventMetrics objects for the original mouse-dragged events in order to have accurate event timestamps for reporting generated events. Addition to UKM is approved in: https://docs.google.com/document/d/1SDxdua997Gm7ihJFVjinHz9qTdBzTJrEzC7GEeQHs-8/edit?usp=sharing Bug: 1138918 Change-Id: Id4231d528fce64184273f6580a3895e1c1d96a44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567631 Reviewed-by: Dave Tapuska <[email protected]> Reviewed-by: Steven Holte <[email protected]> Reviewed-by: Sadrul Chowdhury <[email protected]> Commit-Queue: Mohsen Izadi <[email protected]> Cr-Commit-Position: refs/heads/master@{#833590}
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.
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.