commit | bd20366d28735afadf65246350dde51454690c8a | [log] [tgz] |
---|---|---|
author | Hongbo Song <hbsong@google.com> | Thu Aug 19 22:40:15 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 19 22:40:15 2021 |
tree | 310f082bb386187d984e4bbaf87d1c5b4becce88 | |
parent | 685869d8a6b23986c339f4c32c570ff45c8bf2b4 [diff] |
Set mouse events trusted before creating event timing. To create an event timing, the event has to be trusted. Because we are about to dispatch those mouse events in mouse_event_manager.cc, I think it's ok to set them trusted here. Change-Id: Ib8354a232caaed781b338130c43ad5684c639867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3104525 Reviewed-by: Robert Flack <flackr@chromium.org> Reviewed-by: Hongbo Song <hbsong@google.com> Commit-Queue: Hongbo Song <hbsong@google.com> Cr-Commit-Position: refs/heads/main@{#913516}
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.