commit | 95eb657a423e82b763b6768e47d3ce31c16bdcce | [log] [tgz] |
---|---|---|
author | Shibalik Mohapatra <shibalik@chromium.org> | Fri Mar 21 18:43:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 18:43:12 2025 |
tree | f9e01a00fb9df9d418c0d16e89e2effdb8a7c252 | |
parent | 52bf1c87b56c695aff0616f359f38e62fd72af58 [diff] |
[SxS] Update browser commands to allow moving groups to a new browser using new API. When is group is moved to a new browser through entry points like tab group editor bubble the flow would go through MoveTabsToNewWindow which would detach and re-insert all the tabs one by one. Instead make such flows go through MoveGroupToNewWindow which uses the new group detach and insert APIs. Bug: 392951516 Change-Id: I41490f12735fd331de8b35eab6f6d7f731cc9bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6374402 Reviewed-by: Darryl James <dljames@chromium.org> Reviewed-by: Eshwar Stalin <estalin@chromium.org> Commit-Queue: Shibalik Mohapatra <shibalik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436189}
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.