commit | c2cca37e05cb5b20019a27406714d1954194c2d4 | [log] [tgz] |
---|---|---|
author | Charles Meng <[email protected]> | Tue Aug 15 18:14:30 2023 |
committer | Chromium LUCI CQ <[email protected]> | Tue Aug 15 18:14:30 2023 |
tree | 81f5dd8c36df64c3705ea9b129ee0b38c1ce1e8c | |
parent | 01b1757ef9343ff621119f0ae390264099aab7ed [diff] |
Introduce pref for overscroll history navigation Creates the pref `settings.a11y.overscroll_history_navigation` which controls whether OverscrollController and GestureNavSimple are installed on RenderWidgetHostViewAura and WebContentsViewAura respectively. This pref will eventually replace the feature OverscrollHistoryNavigation, but currently as there is no UI to disable the pref, when the feature is turned off, overscroll will be disabled regardless of the pref state. Bug: 1470913 Change-Id: I80312739e425bdd51ae92da6039c9e129f04d98b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4755263 Reviewed-by: Dana Fried <[email protected]> Commit-Queue: Charles Meng <[email protected]> Reviewed-by: Eshwar Stalin <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Code-Coverage: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#1183717}
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.