commit | 923d0eca9ed86960af9e735f8a4b2271fa17fb37 | [log] [tgz] |
---|---|---|
author | Tommy Steimel <steimel@chromium.org> | Tue Jun 10 18:52:42 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 18:52:42 2025 |
tree | 2c363defd1dced38ca30ac10c37964600006fd9e | |
parent | eb68bc25aabc115cd53d01d139a9ba1ba0b49a94 [diff] |
[pip] Tuck picture-in-picture windows when a file dialog is open Picture-in-picture windows can occlude file dialogs, and initially we tried to prevent this by closing all pip windows whenever a file dialog was open. This created its own set of problems, so that feature was disabled. This is a replacement of that feature: instead of closing pip windows, this moves them off to the side of the screen, preventing them from obscuring the file dialog without having to actually close them. go/picture-in-picture-tucking-design-doc Bug: 403792431, 384050903, 415979072 Change-Id: I280333c32a02aee3c345c839e88848de6820ebe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6449682 Reviewed-by: Evan Liu <evliu@google.com> Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Reviewed-by: Fr <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/main@{#1471975}
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.