commit | 03737c2c1077705268374ae177a19bd1558abc28 | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <rushans@google.com> | Fri Feb 28 09:52:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 09:52:56 2025 |
tree | 3fb860ce5ed73221c16563116ed979fd52a4b14a | |
parent | ecd2f3e3a3b1b77d79da9be621fb4cb5554eddac [diff] |
[Tab Group Sync] Mark remote originating group as hidden This CL fixes the following case when a shared tab group is applied first, and then there is a remote creation of the originating saved tab group. For example, the same order might happen on sign-in. This CL also fixes handling empty groups which was always the case for remotely created groups (they are always empty at the first step). In the service, such remote groups might bypass some additional conditions (e.g. whether the group is hidden or transitioned). This CL also adds an integration test to cover this order of remote creations of groups. Bug: 399461032 Change-Id: I673d192f811a8240ba37e9c48de90c2315890291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6304691 Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/main@{#1426193}
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.