commit | 8f55171e45d605c8e46009f3ff75876d31c15e5e | [log] [tgz] |
---|---|---|
author | Dana Fried <dfried@chromium.org> | Mon Jul 28 20:16:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 20:16:44 2025 |
tree | 350e1e6a7266aafcde0c095e9ea84c2e8b2f2ea8 | |
parent | 828c6293ef12967d5e240a129e415e02d3dc05d4 [diff] |
[Test Automation] Expand handling of Windows corner case. The problem arises because we attempt to send a mouse click to the app menu button, but it is partially-overlapped by the app menu itself. This was originally thought to only apply to Win10, but it appears to affect Windows 11 (just more sporadically), causing flakes. This CL removes the "only in Windows 10" guard on the corner-case-handling logic originally introduced to fix the attached bug, and change it to apply to all Windows builds. Bug: 392854216 Change-Id: I7e0fd9eab8abe92058ddea9a0b5c58611ea21ca5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6794124 Reviewed-by: Darryl James <dljames@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/main@{#1493039}
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.