commit | c4b57153922bf52e0278749cc557ae3df8f98afa | [log] [tgz] |
---|---|---|
author | Mustaq Ahmed <mustaq@google.com> | Wed May 28 16:16:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 16:16:15 2025 |
tree | ccf22f183dd8a40d184b3b4c5661ad17c8da1a38 | |
parent | 3875753191ea5e0745bf3c7fa9573b0bcdd2e437 [diff] |
Android content.browser.input tests: fix paint-holding before input To mitigate a bug with user interactions with a stale page, we are planning to hold back input events from a page while paint-holding is active. Paint-holding is the browser feature to continue to show a snapshot of the pre-navigation page (instead of a blank page) until the renderer for the post-navigation page has pushed content to the GPU. This CL is part of our fixing tests that would be affected by the input suppression because they don't wait for paint-holding before sending input events. The tests here are known to be affected occasionally on android-13-x64-rel. Bug: 40057499, 419858650 Change-Id: I136bc41907236ff1f0325a808dbcf6f264ae7712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6596375 Reviewed-by: Bo Liu <boliu@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466524}
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.