commit | 5e67031c9d10b1c071b18a451451eaeefa384fa5 | [log] [tgz] |
---|---|---|
author | Aman Verma <amanvr@google.com> | Mon Jan 08 12:12:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 12:12:21 2024 |
tree | e07b0c29fc5e8bfa66d6e2ad594a1be819bd565c | |
parent | 24bc931764c552b819bc0474e97f8ba2b27086ce [diff] |
Move native_web_keyboard_event implementations to //content/common. This CL also moves web_input_event_builders_(platform) to //content/common/input. This refactoring is a part of bigger project to handle input on viz thread (go/input-on-viz). We are moving input related interfaces that RenderWidgetHostImpl uses to //content/common/input. This would provide a single stack in //content/common/input that we quickly enter in either the browser or GPU viz which would allow for relatively clean movement of code. GPU process can link in the same input stack and forward the data to the renderer using the same code. Bug: b/296044571, b/294817120 Change-Id: Ic792edb93e83f5122be328bfc6fe1d648b4b485f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4774409 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Aman Verma <amanvr@google.com> Cr-Commit-Position: refs/heads/main@{#1243988}
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.