Closed
Bug 1392802
Opened 7 years ago
Closed 7 years ago
Local version not incremented after reconciliation of records unchanged locally since last sync
Categories
(Firefox for Android Graveyard :: Android Sync, enhancement, P1)
Firefox for Android Graveyard
Android Sync
Tracking
(firefox57 fixed)
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: Grisha, Assigned: Grisha)
References
Details
Attachments
(1 file)
When bookmark records are merged during sync, local version is only bumped if a record was also modified locally since previous sync. See https://dxr.mozilla.org/mozilla-central/source/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/android/BookmarksSessionHelper.java?q=path%3ABookmarksSessionHelper.java&redirect_type=single#440
Local version should be bumped if we made _any_ modifications to the record while merging. Otherwise we're going to not upload those changes.
Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gkruglov
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8902490 [details]
Bug 1392802 - Increment localVersion while reconciling a bookmark if we modified its dateAdded t.s.
https://reviewboard.mozilla.org/r/174076/#review179692
Attachment #8902490 -
Flags: review?(rnewman) → review+
Pushed by gkruglov@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a33490d5a193
Increment localVersion while reconciling a bookmark if we modified its dateAdded t.s. r=rnewman
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•