commit | e099e97a6fef13a371b368fcb97ca755e84ba36a | [log] [tgz] |
---|---|---|
author | Daniel Andersson <dandersson@chromium.org> | Fri Sep 09 21:55:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 21:55:00 2022 |
tree | 515c9055a1421ddcf7563fec40ddf161ef455b32 | |
parent | 52e59ce282c8887b36b52e9040ac7146600c97a5 [diff] |
saved_desks: Parent SavedDeskLibraryView to current desk. SavedDeskLibraryView was previously using a somewhat randomly picked ShelfBubbleContainer as its parent. This container is however ordered above the PiP container, so PiP windows would appear under the saved desk library UI. With this change, we instead use the current desk as parent for the saved desk library UI. Bug: 1353183 Change-Id: I5c5fb384fb5c0e18e33e4d211853009582d95ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3864461 Reviewed-by: Richard Chui <richui@chromium.org> Commit-Queue: Daniel Andersson <dandersson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045367}
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.