commit | 6ef58e4210f2d4295c0e4f14f39262df7e440891 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@chromium.org> | Fri Jan 26 15:29:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 26 15:29:10 2024 |
tree | c7f7279a384754d720c404158b04cb295b4d3ad5 | |
parent | 62fb5b7c7f608f8a0e2f7e718d09e50f55d0e4ab [diff] |
[CSC] Clamp scroll deltas to reasonable values Clamp scroll magnitudes to reasonable values - at the moment, a maximum magnitude of one million is used. Unreasonable values are NOT treated as an error, and are not surfaced to the application. This is because at the moment, there is no clear definition of "reasonable". This can be seen as a user-agent specific implementation limitation. Bug: 1521496, 1466247 Change-Id: I37fe52fbfae9b7d9245c0c41e2f5e42b0056c656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237306 Commit-Queue: Elad Alon <eladalon@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Auto-Submit: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252644}
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.