commit | ba573cfc83c45c57a7d3be02d1c53b6d1ecb7e80 | [log] [tgz] |
---|---|---|
author | Mustaq Ahmed <mustaq@google.com> | Wed May 28 17:06:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 17:06:18 2025 |
tree | e4107866f5a4a36fa03c3ea984d072f9d06f47be | |
parent | c1f3f6e985cf8bcd0e367ee8f05d3741529fb46a [diff] |
Fix paint-holding wait before input in a few content/browser/ tests 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: Ifb5409bc27772648bfa65a5709bd247297cf2418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6597361 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Auto-Submit: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466556}
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.