| commit | 61f18cb19f3514b54b2e724e852f3dbd7ebed8f7 | [log] [tgz] |
|---|---|---|
| author | Gastón Rodríguez <gastonr@microsoft.com> | Fri Apr 25 15:48:18 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 25 15:48:18 2025 |
| tree | 2f0b91b57b453f1ab4070381317b138af0fe517c | |
| parent | 47718cc23742892eef2877652b633b5662ed263c [diff] |
Align cc and main threaded jump click scroll deltas Currently scroll jumps are being calculated differently when scrolling in the compositor thread or the main thread. This causes some difference in behavior between the two scrollers which is not desirable. This CL: - Imports the scroll delta calculation to the cc thread to have parity with the main thread's calculation. - Re enables a web test that was disabled due to this difference in logic Bug: 40701909, 41395832 Change-Id: I717aedc0c1ea4efb5b5895e82e38cb59606faebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6421526 Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Gaston Rodriguez <gastonr@microsoft.com> Reviewed-by: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/main@{#1451836}
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.