commit | 6601f6ed2ae677aba904c54648551e77b95fcc2a | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Tue Feb 18 13:29:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 18 13:29:58 2025 |
tree | d38df68b4d784ba643be38d45e4891837bca0470 | |
parent | 26bf0f88f71bf487be39cef77c3b14dff444c20e [diff] |
[Tab Switcher] Allow reorder for collaborations canDropOver returning false completely blocks dropping. That isn't desirable. Instead we should prevent the merge and hover. Hover is already prevented. This CL allows dropping to reorder and blocks merging if a collaboration somehow manages to get past the other check. Fixed: 396707841 Change-Id: I993c6159285b59066fbf70c4d298814ff2ddf806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6271183 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Zhe Li <zheliooo@google.com> Reviewed-by: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421337}
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.