commit | 353cb30edb3a2716d5c48e5a31187de9720b13f9 | [log] [tgz] |
---|---|---|
author | Yuheng Huang <yuhengh@chromium.org> | Thu May 08 23:17:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 23:17:53 2025 |
tree | a666161ff64ca72a62822b9736b76556cfb56332 | |
parent | d6432c333b6e0c570fefac15ae217a934296d44e [diff] |
[Merge 137] Data sharing: fix account data sync bridge serialization Currently when SavedTabGroup is updated, the sync bridge is serializing a different proto to db than the one it reads, which causes data not able to save correctly. The updated tests are able to catch this case by checking the data of the records. (cherry picked from commit eb55b845b43bec6d6e5c032c83ae52006eebbb80) Bug: 415135193 Change-Id: Ia46ee75a666176bb154ac409e169dd85564ece0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6506029 Reviewed-by: Darryl James <dljames@chromium.org> Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1455080} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6525335 Cr-Commit-Position: refs/branch-heads/7151@{#607} Cr-Branched-From: 8e0d32ed6e49a2415b16e5ed402957cac2349ce2-refs/heads/main@{#1453031}
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.