commit | 11605bd0e01a17aa5545aa9c3c0fa93ffd9bc1c1 | [log] [tgz] |
---|---|---|
author | minch <minch@google.com> | Mon Dec 04 23:05:27 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 23:05:27 2023 |
tree | d31571e59551c0449bbb2f1ed9230cf4ddb4b589 | |
parent | f8c91a8a3164d7fb8495fc16f812f9cf473df28d [diff] |
bounds_tracker: WindowBoundsTracker maintains the Observing window list - Let WindowBoundsTracker track the window activation changes, and observe the window that would have its own WindowState. - Track the window's root window changes inside WindowBoundsTracker, remap or restore the window on this change. - Only applying the remap/restore on root window changes because of moving the active window through the shortcut `alt+search+m` or display removal. - Remove the callsites of RemapOrRestore because of window's root window changes. As now it is handled by WindowBoundsTracker itself instead. Bug: b/313937160, b/314006763 Change-Id: I2a6f1b3eac7ef33c1797468f0ee2ef5d5cb92240 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5073114 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/main@{#1233045}
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.