commit | 482e518fcd554147d41e60dcc38bc0821fe15ab3 | [log] [tgz] |
---|---|---|
author | Michele Fan <michelefan@chromium.org> | Fri Apr 22 01:37:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 22 01:37:32 2022 |
tree | d6055c9ff5f6d30c9b9c683d61547db265ec138b | |
parent | c2f4ad33136a1d0142483790ec0876aee93eff43 [diff] |
capture-mode: Revise tabbing through windows behavior in kWindow Currently, windows that are minimized will still be focused while tabbing through in kWindow capture source. Revise the tabbing through behavior to ignore the windows. Demo video: crbug.com/1309979#c11 Follow-up CL (crbug.com/1318231) : Investigate on the algorithm to detect the occluded window. Add logic to ignore windows that are occluded while tabbing through in kWindow. Change-Id: Idb028011ddb41db74d0b0547cacce23cc11ecebf Bug: 1309979 Test: Manually and added test Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3598095 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Michele Fan <michelefan@chromium.org> Cr-Commit-Position: refs/heads/main@{#995001}
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.