summaryrefslogtreecommitdiffstats
path: root/sync/sessions
Commit message (Expand)AuthorAgeFilesLines
* fixed kDefaultShortPollIntervalSeconds interpretationpalar2015-07-161-1/+1
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-15/+16
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-162-0/+6
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-12/+12
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-153-1/+18
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-133-18/+1
* [Sync] Refactoring polling to be reliable.zea2015-05-133-1/+18
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in s...pranay.kumar2015-05-131-1/+1
* Sync commit errors should temporarily re-enablegangwu2015-02-117-18/+54
* Revert of Sync commit errors should temporarily re-enable trigger pre-commit ...rch2015-02-097-54/+18
* Sync commit errors should temporarily re-enablegangwu2015-02-097-18/+54
* sync: Remove unused private fieldshashimoto2015-01-092-9/+0
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-221-2/+2
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-102-2/+2
* Standardize usage of virtual/override/final in sync/dcheng2014-10-212-24/+21
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-8/+4
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-063-14/+14
* [Sync] Add support for server controlled nudge delayszea@chromium.org2014-08-227-16/+208
* sync: Finish non-blocking type encryption supportrlarocque@chromium.org2014-08-162-7/+80
* sync: Attempt to fix sync scheduler test flakinessrlarocque@chromium.org2014-08-151-2/+2
* sync: Add non-blocking type encryption (retry)rlarocque@chromium.org2014-08-063-6/+28
* Revert of sync: Add non-blocking type encryption support (https://codereview....thestig@chromium.org2014-08-053-28/+6
* sync: Add non-blocking type encryption supportrlarocque@chromium.org2014-08-053-6/+28
* Move non_blocking_sync_common.h to internal_apirlarocque@chromium.org2014-07-281-1/+1
* sync: Support non-blocking initial sync in protorlarocque@chromium.org2014-07-185-2/+75
* Remove most remaining sync/notifier dependenciesrlarocque@chromium.org2014-07-104-7/+1
* sync: Support nudges from non-blocking sync typesrlarocque@chromium.org2014-07-103-16/+18
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-092-5/+9
* sync: Inject sync/'s dependency on invalidationsrlarocque@chromium.org2014-07-085-306/+225
* sync: Inheritance refactor for non-blocking syncrlarocque@chromium.org2014-06-273-45/+56
* sync: Mass rename of non-blocking sync classesrlarocque@chromium.org2014-06-253-92/+90
* sync: Implement NonBlockingTypeProcessorCorerlarocque@chromium.org2014-06-051-4/+57
* sync: Populate entity counts in about:sync tabrlarocque@chromium.org2014-06-031-1/+22
* Implement sync in the NonBlockingTypeProcessorrlarocque@chromium.org2014-05-223-19/+83
* sync: Populate debug counters for directory typesrlarocque@chromium.org2014-05-152-3/+9
* sync: Move NonBlockingTypeProcessor to sync/enginerlarocque@chromium.org2014-05-132-2/+2
* sync: Implement disabling of non blocking typesrlarocque@chromium.org2014-05-121-18/+6
* sync: Plumb per-type counter observers to UIrlarocque@chromium.org2014-05-072-0/+35
* sync: Expose DirectoryDebugInfoEmitters in enginerlarocque@chromium.org2014-05-022-15/+37
* sync: Introduce classes for per-type countersrlarocque@chromium.org2014-04-294-3/+172
* Remove changes remaining counter from about:syncrlarocque@chromium.org2014-04-284-17/+0
* sync: Re-implement getAllNodes WebUI functionrlarocque@chromium.org2014-04-072-0/+29
* Add non-blocking sync code to ProfileSyncServicerlarocque@chromium.org2014-04-041-1/+1
* sync: Remove TrafficRecorderrlarocque@chromium.org2014-04-022-10/+0
* sync: Add NonBlockingTypeProcesssor and SyncCorerlarocque@chromium.org2014-03-274-13/+99
* sync: Expose ProtocolEvents on ProfileSyncServicerlarocque@chromium.org2014-03-212-0/+9
* sync: Add NonBlockingSyncTypeProcessorCore (again)rlarocque@chromium.org2014-03-205-24/+170
* Revert of sync: Add NonBlockingSyncTypeProcessorCore (https://codereview.chro...pneubeck@chromium.org2014-03-205-170/+24
* sync: Add NonBlockingSyncTypeProcessorCorerlarocque@chromium.org2014-03-195-24/+170
* sync: Add definitions for ProtocolEventsrlarocque@chromium.org2014-03-182-0/+42