commit | 5d6fdee1b0180f9ee93c399edd61fa3de8dfb46c | [log] [tgz] |
---|---|---|
author | Florian Leimgruber <fleimgruber@google.com> | Thu Mar 21 08:37:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 21 08:37:24 2024 |
tree | e9ded92b03a3ed745a9f6e81cba173cfd20d9a72 | |
parent | 75724f9ef59bde263f68558ce3217eb127936698 [diff] |
Implement PlusAddressSyncBridge::ApplyIncrementalSyncChanges() Implements receiving incremental updates by calling the corresponding functions on PlusAddressTable. Metadata changes propagated indirectly, since the metadata change list is implemented through PlusAddressTable. By committing the ongoing WebDatabase transaction only after all model data was updated, it is ensured that everything happens in a single transaction. Also see the description at [1]. This CL also implements the sync bridge's MergeFullSyncData() by calling ApplyIncrementalSyncChanges(), since the bridge is read only and since all data is removed when sync is unavailable (see crrev.com/c/5371776). [1] https://chromium-review.googlesource.com/c/chromium/src/+/5366035/comment/691506d0_d97ce997/ Bug: b/322147254 Change-Id: I8a0c48071860dcc38a8d2ddb09b277808044958e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5371921 Reviewed-by: Rushan Suleymanov <rushans@google.com> Commit-Queue: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1276096}
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.