summaryrefslogtreecommitdiffstats
path: root/chrome/test/sync
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Attach payload to appropriate progress marker + unit tests.zea@chromium.org2011-02-283-11/+52
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-152-20/+48
* Continuing with the out-of-lining of test code.erg@google.com2011-02-112-39/+51
* Cleanup more test code.erg@google.com2011-02-092-2/+5
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-082-1/+3
* Recommit attempt for rev 72685.zea@chromium.org2011-01-271-2/+9
* Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...zea@chromium.org2011-01-261-9/+2
* [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...zea@chromium.org2011-01-261-2/+9
* [Sync] Remove now-obsolete FastDump classakalin@chromium.org2011-01-251-23/+25
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-8/+8
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-132-41/+95
* sync: Make SyncSession take most of its required state at construction time.tim@chromium.org2010-11-241-2/+6
* Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...tim@chromium.org2010-11-181-4/+2
* sync: remove event_sys from ServerConnectionManager and SyncerThreadtim@chromium.org2010-11-171-2/+4
* sync: Update sync.proto to match the server's and handle new error codes.albertb@chromium.org2010-10-261-0/+1
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-112-1/+38
* Added UI for clearing Chrome Sync dataraz@chromium.org2010-09-292-5/+8
* Revert 60845 (check perms failure) - Added UI for clearing Chrome Sync datawillchan@chromium.org2010-09-282-8/+5
* Added UI for clearing Chrome Sync dataraz@chromium.org2010-09-282-5/+8
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-092-2/+5
* Implements the backend for clearing data from the servertim@chromium.org2010-09-082-1/+23
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-082-5/+2
* New authorization framework for sync. johnnyg@chromium.org2010-09-082-2/+5
* Add locking around store_birthday to ensure atomic overwrites and avoid racetim@chromium.org2010-09-072-3/+14
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+0
* Remove sync_types.h. No functions from this file are used, and some of them arebrettw@chromium.org2010-08-081-1/+0
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-301-0/+6
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-268-0/+8
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-162-5/+5
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-142-0/+7
* Fix handling of undeletion within the syncer.nick@chromium.org2010-07-132-19/+83
* sync: Get rid of the now obsolete character_set_converters.h API.tfarina@chromium.org2010-07-031-1/+0
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-023-9/+85
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-302-19/+1
* This change allows the syncer thread to be paused and resumed when the syncer...skrul@chromium.org2010-06-292-0/+30
* A few cleanups to the sync unit tests.nick@chromium.org2010-06-253-5/+5
* Fixed sync unit test leak and removed suppression.akalin@chromium.org2010-05-201-1/+3
* Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/...sanjeevr@chromium.org2010-05-073-14/+16
* Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ...sanjeevr@chromium.org2010-04-261-1/+1
* Make last_download_timestamp and initial_sync_ended per-datatype.nick@chromium.org2010-04-013-10/+35
* Fix for negative routing info problem. We were replacing tokens afternick@chromium.org2010-03-261-6/+9
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-099-0/+0
* Add support for the Update-Client-Auth header to sync. Add a mutex to the aut...chron@google.com2010-02-172-2/+6
* For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...tim@chromium.org2010-02-161-2/+20
* Create preferences DTC and wire it into the profile sync factory.skrul@chromium.org2010-02-111-0/+1
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-113-8/+133
* Add missing newline to fix build.tim@chromium.org2010-02-091-1/+1
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-094-5/+12
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-092-19/+48