commit | 84c5295c862a417dc6808cd170b5bbcaa8c91a2a | [log] [tgz] |
---|---|---|
author | Rushan Suleymanov <[email protected]> | Fri Apr 10 08:01:47 2020 |
committer | Commit Bot <[email protected]> | Fri Apr 10 08:01:47 2020 |
tree | 4867fb3d4ce088f476454f767c0bb858a645e68a | |
parent | 0bc343bc2e0c1cec7f4f82ebb9be5916a25846ed [diff] |
[Sync] Fix bookmarks initial merge for local entities. Currently, during the initial merge of bookmarks it may be possible that processing of local creation may cause crash if the previous neighbour wasn't processed yet (due to matching by GUID with some remote update). This patch fixes that behaviour by finding the last tracked entity. That entity will be used to calculate next UniquePosition. Bug: 1050776 Change-Id: I5275aee07d5bd5f4e4ac534734c209ec2ed78b85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144160 Commit-Queue: Rushan Suleymanov <[email protected]> Reviewed-by: Mikel Astiz <[email protected]> Cr-Commit-Position: refs/heads/master@{#758159}
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.
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.