commit | edac1fd6a0d33d63eddd70c747b694ae59020e52 | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <rushans@google.com> | Mon Mar 31 09:17:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 09:17:45 2025 |
tree | 0524f8b1e416eb00bd5e63f95d05f86e8db44263 | |
parent | 0c6df9561533e262f22677feb7b91667469a2cb7 [diff] |
[Tab Group Sync] Restore hidden originating tab groups If a shared tab group is removed, its originating saved tab group is restored after this CL. This is required in case of sharing failure on a remote device (while on the current device the group is already transitioned). To avoid deletion of the originating saved tab group by GC, this CL restores the saved tab group. In case a remote shared group was actually removed, a corresponding originating saved tab group should also be removed on the same device, so restoring it should be safe as it will be eventually deleted. Bug: 403172514 Change-Id: I6784b2a3aab9f507d8107083d2b0219156d9de07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6402793 Reviewed-by: Min Qin <qinmin@chromium.org> Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#1440153}
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.