commit | 7cea5dbc18bc008bc6e967322f6f3fd01fc9475a | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Mon Apr 29 18:16:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 29 18:16:59 2024 |
tree | a1968720606718e90a039b695eb7be94c27a6e56 | |
parent | 296bacc7a4bfb60555bb59f708f647f9fbdbb41a [diff] |
[Tab Group Sync] Added separate method for move Moving a tab results in a conflict in the tab position between the tab being moved and the position to which it is being moved. This CL corrects that by invoking SavedTabGroupModel::MoveTabInGroupTo that auto-corrects position of all tabs. Bug: b/337668132 Change-Id: I0f3e38e8ca2616bb2b9594d766c6b844478f159e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5495839 Reviewed-by: Min Qin <qinmin@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1293828}
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.