| commit | 277b521c610447b669e26e5d112eae38a63a9a87 | [log] [tgz] |
|---|---|---|
| author | Tushar Agarwal <agarwaltushar@google.com> | Thu Sep 19 21:07:16 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 21:07:16 2024 |
| tree | 75967d81cbe1fb03713c7543a11399bc58d62c7b | |
| parent | 066526c23565c0f658da90f5dc53b41e46f97c6a [diff] |
Add new `LatencyInfo.Flow`s for representing input handling. This CL adds two new slices (for gesture and touch events) representing the finishing of input handling on Browser main. We plan to use `LatencyInfo.Flow` slices to track the work done on input events for fast-path scrolling, and these new slices should hopefully help us do this better. Bug: b/356584965,b/355589236 Change-Id: I7d0a9a6c2b106188045ab8b9fe9b82616b049b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5870053 Commit-Queue: Tushar Agarwal <agarwaltushar@google.com> Reviewed-by: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/main@{#1357851}
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.