summaryrefslogtreecommitdiffstats
path: root/sync/engine/sync_scheduler_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in sync/.avi2015-12-221-0/+1
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-111-4/+3
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-071-3/+4
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-071-4/+3
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-4/+4
* [Sync] Add ClearServerData support to Sync Schedulermaniscalco2015-07-281-0/+5
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-151-13/+9
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-131-9/+13
* [Sync] Refactoring polling to be reliable.zea2015-05-131-13/+9
* Standardize usage of virtual/override/final in sync/dcheng2014-10-211-24/+22
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-061-20/+20
* [Sync] Add support for server controlled nudge delayszea@chromium.org2014-08-221-10/+4
* sync: Support non-blocking initial sync in protorlarocque@chromium.org2014-07-181-0/+1
* sync: Inject sync/'s dependency on invalidationsrlarocque@chromium.org2014-07-081-1/+2
* sync: Merge GU retry logic into normal GUrlarocque@chromium.org2014-03-041-3/+0
* sync: Move migration signal out of snapshotrlarocque@chromium.org2014-02-121-0/+1
* Split up SyncEngineEventListener callbacksrlarocque@chromium.org2014-02-111-6/+1
* sync: GU retry with less explicit TimeTicks logicrlarocque@chromium.org2014-02-031-17/+6
* [Recommit]haitaol@chromium.org2014-01-141-3/+13
* Revert 244381 "Support GU retry command in sync engine. The comm..."thakis@chromium.org2014-01-121-13/+3
* Support GU retry command in sync engine. The command specifies a delay after ...haitaol@chromium.org2014-01-111-3/+13
* Move JobPriority from parameter to scheduler statepavely@chromium.org2014-01-041-2/+10
* Make TrySyncSessionJob post task on sync threadpavely@chromium.org2013-12-161-0/+3
* Channel all low lever scheduling calls through single functionpavely@chromium.org2013-11-181-0/+10
* Remove SyncSchedulerImpl::OnShouldStopSyncingPermanentlypavely@chromium.org2013-11-181-1/+0
* Pass retry_task to SyncScheduler::ScheduleConfigurationpavely@chromium.org2013-11-171-2/+2
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-101-7/+7
* sync: Gracefully handle early shutdownrlarocque@chromium.org2013-09-191-4/+1
* Revert 222154 "sync: Gracefully handle very early shutdown"vitalybuka@chromium.org2013-09-101-1/+4
* sync: Gracefully handle very early shutdownrlarocque@chromium.org2013-09-101-4/+1
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-031-2/+1
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-311-2/+2
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-251-2/+2
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-251-2/+2
* Sync periodic polls always fail because of expired access tokens.pavely@chromium.org2013-07-131-0/+9
* Revert "Lock-free shutdown of profile sync service. Changes include:"zea@chromium.org2013-07-131-2/+2
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-101-2/+2
* Revert 210333 "Lock-free shutdown of profile sync service. Chang..."kinuko@chromium.org2013-07-081-2/+2
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-081-2/+2
* sync: Expose sync functionality as functionsrlarocque@chromium.org2013-07-031-0/+5
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-281-2/+2
* sync: Handle type throttling in NudgeTrackerrlarocque@chromium.org2013-06-141-4/+18
* sync: Fix handling of data type throttlingrlarocque@chromium.org2013-05-161-4/+3
* sync: Report GetUpdate triggers to the serverrlarocque@chromium.org2013-05-091-7/+9
* sync: Finish the SyncScheduler refactorrlarocque@chromium.org2013-04-181-53/+38
* sync: Refactor job ownership in SyncSchedulerrlarocque@chromium.org2013-04-061-70/+32
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+1
* sync: Remove session member from SyncSessionJobrlarocque@chromium.org2013-03-291-11/+13
* sync: Handle POLL jobs in separate a code pathrlarocque@chromium.org2013-03-201-10/+15
* sync: Remove SyncSessionJob destruction observerrlarocque@chromium.org2013-03-181-8/+1