commit | 36adce451d26756a3638e60344e301c837a4ff7e | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Fri Feb 25 21:35:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 25 21:35:17 2022 |
tree | a68dbfd58a4a5fb8220626db5c69d96cb70c0a4a | |
parent | 09126a43d9ce3be5d4571ce3aa12f3e74b993dc4 [diff] |
[sync] Stop populating SyncEntity.position_in_parent in commits The field was deprecated in M26 when UniquePosition was introduced, and there is no reason to keep populating it for outgoing commits (the analogous for incoming GetUpdates is not true because data is not guaranteed to have been upgraded). Although the behavioral change is specific to commits, the code simplifications in tests go beyond commits, since none of the involved tests do anything useful with this legacy position. Change-Id: Ic65d8eee31a1eb7677aaa69355a20aecbf201e0a Bug: 1232951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3488172 Reviewed-by: Victor Vianna <victorvianna@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#975277}
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.