commit | 096e4ab613058800b6bbc20744ac0c78ce8e11b9 | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Fri Feb 07 21:31:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 07 21:31:18 2025 |
tree | 0388c8ad050f6be0b6146137d0090d42e877e60d | |
parent | 2b7390111f4987f8ab6781cebed91172d2b56464 [diff] |
[Messaging] Removed tab doesn't make it to activity summary card Tab removed events are special: They don't contribute to the tab group's dirty dot, nor tab switcher dirty dot, but are required to show on the activity summary card. Hence, in this CL, we mark the TAB_REMOVED events as dirty (DirtyType:: kTombStoned) while storing in the DB. From the front-end, we need to query them for tombstoned type and filter them by group ID and collaboration event TAB_REMOVED. This CL fixes it on Android. iOS will be fixed in the followup CL. Bug: 395074987 Change-Id: I0e4a86ffb042ff6007abafe2a30535fbd894297b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6237066 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1417559}
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.