commit | 50e23f39ce8938d38f6ee2cc34e1ccf05f22213c | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Fri Jun 07 19:37:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 19:37:00 2024 |
tree | e2f95d04713715c38176761374b1c81acb914c9c | |
parent | a98500c65f6ef0cb162bb01c42bb36550d3968c3 [diff] |
Move fling_controller to //components/input This is being done as a part of InputVizard project[1] where touch input handling is being moved to Viz on Android. Earlier we had been refactoring input related bits from browser classes and placing them in //content/common/input but since Viz cannot depend on content, the input code is being moved into //components/input. [1] https://docs.google.com/document/d/1mcydbkgFCO_TT9NuFE962L8PLJWT2XOfXUAPO88VuKE Bug: b/340182114 Change-Id: Id072fe6376f4102de9efe3bdb784d29153a3757f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5577376 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Kartar Singh <kartarsingh@google.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1312180}
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.