summaryrefslogtreecommitdiffstats
path: root/sync/engine/sync_scheduler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* sync: Add out-of-line copy ctors for complex classes.vmpstr2016-02-261-0/+3
* [Sync] Remove backup/rollback logic from Synczea2016-02-241-1/+0
* Convert Pass()→std::move() in //syncdcheng2015-12-261-2/+3
* [Sync] Use account_id instead of username in a few places in syncpavely2015-12-231-1/+0
* [Sync] Ensure all values of SyncProtocolErrorType are handled in ShouldReques...pavely2015-12-041-3/+5
* [Sync] Client should prompt for passphrase after server data was cleared by d...pavely2015-10-121-0/+1
* [Sync] Add ClearServerData support to Sync Schedulermaniscalco2015-07-281-10/+62
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-151-91/+110
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-131-106/+91
* [Sync] Refactoring polling to be reliable.zea2015-05-131-91/+106
* Sync commit errors should temporarily re-enablegangwu2015-02-111-3/+1
* Revert of Sync commit errors should temporarily re-enable trigger pre-commit ...rch2015-02-091-1/+3
* Sync commit errors should temporarily re-enablegangwu2015-02-091-3/+1
* [Sync] Clean up ProfileSyncService observer eventszea2014-09-301-1/+0
* [Sync] Add support for server controlled nudge delayszea@chromium.org2014-08-221-39/+30
* [Sync] Move reenable logic into DTMzea@chromium.org2014-08-211-0/+1
* sync: Support non-blocking initial sync in protorlarocque@chromium.org2014-07-181-0/+9
* Remove most remaining sync/notifier dependenciesrlarocque@chromium.org2014-07-101-1/+0
* sync: Inject sync/'s dependency on invalidationsrlarocque@chromium.org2014-07-081-5/+4
* Add integraton test for sync backup/rollback.haitaol@chromium.org2014-06-111-0/+1
* sync: Filter types to apply in configure cyclerlarocque@chromium.org2014-03-251-1/+1
* sync: Expose ProtocolEvents on ProfileSyncServicerlarocque@chromium.org2014-03-211-0/+2
* sync: Add NonBlockingSyncTypeProcessorCore (again)rlarocque@chromium.org2014-03-201-5/+5
* Revert of sync: Add NonBlockingSyncTypeProcessorCore (https://codereview.chro...pneubeck@chromium.org2014-03-201-5/+5
* sync: Add NonBlockingSyncTypeProcessorCorerlarocque@chromium.org2014-03-191-5/+5
* sync: Merge GU retry logic into normal GUrlarocque@chromium.org2014-03-041-23/+1
* sync: Move migration signal out of snapshotrlarocque@chromium.org2014-02-121-0/+6
* This is the clean-up following r249138.rlarocque@chromium.org2014-02-121-1/+3
* Split up SyncEngineEventListener callbacksrlarocque@chromium.org2014-02-111-27/+18
* sync: Set next unthrottle timer relative to 'now'rlarocque@chromium.org2014-02-061-2/+3
* sync: GU retry with less explicit TimeTicks logicrlarocque@chromium.org2014-02-031-11/+14
* sync: Introduce ModelTypeRegistry and helpersrlarocque@chromium.org2014-01-171-1/+1
* [Recommit]haitaol@chromium.org2014-01-141-16/+37
* Revert 244381 "Support GU retry command in sync engine. The comm..."thakis@chromium.org2014-01-121-37/+16
* Support GU retry command in sync engine. The command specifies a delay after ...haitaol@chromium.org2014-01-111-16/+37
* Move JobPriority from parameter to scheduler statepavely@chromium.org2014-01-041-10/+14
* Make TrySyncSessionJob post task on sync threadpavely@chromium.org2013-12-161-29/+36
* sync: Per-type update applicationrlarocque@chromium.org2013-12-041-13/+10
* Avoid SEGFAULT when scheduler is stopped as part of sync cycle.pavely@chromium.org2013-11-201-1/+3
* Channel all low lever scheduling calls through single functionpavely@chromium.org2013-11-181-28/+38
* Remove SyncSchedulerImpl::OnShouldStopSyncingPermanentlypavely@chromium.org2013-11-181-7/+0
* Pass retry_task to SyncScheduler::ScheduleConfigurationpavely@chromium.org2013-11-171-19/+18
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-101-6/+6
* Refactor common invalidation framework typesrlarocque@chromium.org2013-10-041-3/+3
* sync: Gracefully handle early shutdownrlarocque@chromium.org2013-09-191-13/+5
* Revert 222154 "sync: Gracefully handle very early shutdown"vitalybuka@chromium.org2013-09-101-5/+13
* sync: Gracefully handle very early shutdownrlarocque@chromium.org2013-09-101-13/+5
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-031-5/+4
* sync: Remove SyncSourceInforlarocque@chromium.org2013-08-031-17/+5
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-311-7/+4