gecko-dev/services/sync
Lina Cambridge 48335a1fdc Bug 1474033 - Ensure PlacesUtils.bookmarks.moveToFolder bumps the Sync change counter for items moved between different parents. r=Standard8
This patch unifies `updateBookmark` and `moveBookmark`.
`update` already handles the Sync change counter, and `move` specially
optimizes for moves. We can consolidate the two by reusing the queries
from `move` in `update`, moving its extra `setAncestorsLastModified`
call to `PlacesUtils.bookmarks.update`, and removing its transaction
and wrapper.

Differential Revision: https://phabricator.services.mozilla.com/D2016

--HG--
extra : moz-landing-system : lando
2018-07-09 14:12:41 +00:00
..
locales Bug 1184265 - Make last sync date be relative. r=markh 2018-03-20 17:08:16 -04:00
modules Bug 1473533 - Change the nsINavHistoryObserver::OnDeleteVisits visit time parameter to be a boolean for partial removal. r=mak 2018-07-05 13:18:31 +00:00
modules-testing Bug 1363581 - (part 2) Make RESTRequest's public API use promises and not callbacks r=markh 2018-03-14 20:34:50 -07:00
tests Bug 1474033 - Ensure PlacesUtils.bookmarks.moveToFolder bumps the Sync change counter for items moved between different parents. r=Standard8 2018-07-09 14:12:41 +00:00
tps/extensions/tps Bug 1466899 - TPS now checks the name from the clients collection rather than the tabs collection. r=tcsc 2018-06-26 00:34:59 +00:00
moz.build Bug 1409208 (part 2) - implement disconnect and sanitize functionality. r=eoger,kitcambridge 2018-04-27 09:18:47 +10:00
services-sync.js Bug 1439777 p2 - Remove weave:ui:* related code. r=markh,tcsc 2018-02-22 16:30:39 +08:00
SyncComponents.manifest
Weave.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00