summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Make SyncBackendRegistrar aware of loaded datarlarocque@chromium.org2012-07-3024-138/+136
* [Sync] Fix race condition with notification startupakalin@chromium.org2012-07-281-1/+4
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-273-3/+3
* Revert 148792 - [Sync] Remove CleanupDisabledTypes command and move purge log...sergeyu@chromium.org2012-07-2713-204/+333
* [Sync] Remove CleanupDisabledTypes command and move purge logic into SyncMana...zea@chromium.org2012-07-2713-333/+204
* Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserverdcheng@chromium.org2012-07-2726-257/+575
* Fix a typo in RealModelTypeToNotificationType.dcheng@chromium.org2012-07-271-1/+1
* Revert r148496 "Refactor sync-specific parts out of SyncNotifier/SyncNotifier...maruel@chromium.org2012-07-2626-575/+257
* [Sync] Don't send notifications with no changed typesakalin@chromium.org2012-07-261-0/+5
* Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserverdcheng@chromium.org2012-07-2626-257/+575
* [Sync] Make P2PNotifier emit a notification only if some enabled types changedakalin@chromium.org2012-07-252-12/+13
* [Sync] Pass the correct set of enabled types to the sync notifierakalin@chromium.org2012-07-242-1/+14
* Tidy up Android's is-tablet functionality.benm@chromium.org2012-07-242-8/+0
* Move ChromeAsyncSocket to jingle/gluesergeyu@chromium.org2012-07-241-0/+1
* Revert r147801 "Refactor sync-specific parts out of SyncNotifier/SyncNotifier...maruel@chromium.org2012-07-2226-579/+261
* Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserverdcheng@chromium.org2012-07-2126-261/+579
* [Sync] Expose change location in GenericChangeProcessor errorszea@chromium.org2012-07-212-0/+5
* sync: get rid of *ForTest() methods in SyncManagerImpl.tim@chromium.org2012-07-213-79/+64
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-25/+1
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-20169-1714/+1564
* sync: Remove SyncInternaltim@chromium.org2012-07-208-792/+559
* sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory.tim@chromium.org2012-07-1922-1734/+2188
* sync: Track validity of about:sync fieldsrlarocque@chromium.org2012-07-192-2/+13
* [Sync] Add sync_export.h (Step 1 for componentizing sync)akalin@chromium.org2012-07-1811-22/+101
* [Sync] Refactor SyncBackendHost unit tests.zea@chromium.org2012-07-183-0/+342
* [Sync] Refactor sync manager into interface.zea@chromium.org2012-07-1713-288/+477
* Finish commit 146665: [Sync] Refactor sync configuration logic.zea@chromium.org2012-07-1312-256/+614
* Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...zea@chromium.org2012-07-1312-614/+256
* Remove syncproto.hrlarocque@chromium.org2012-07-1235-290/+277
* Switch to TimeDelta interfaces for TestTimeouts in sync code.tedvessenes@gmail.com2012-07-122-3/+2
* Revert "Revert 142517 - [Sync] Refactor sync configuration logic."zea@chromium.org2012-07-1212-256/+614
* Remove #pragma once from syncajwong@chromium.org2012-07-11144-144/+0
* Reland r145993.zea@chromium.org2012-07-113-8/+25
* Revert 145993 - [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-103-25/+8
* [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-103-8/+25
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-03132-1218/+1078
* sync: Fix and test delete of server-unknown itemsrlarocque@chromium.org2012-07-033-3/+27
* [Sync] Add sync_client toolakalin@chromium.org2012-07-034-43/+444
* sync: Move MarkForSyncing to mutable_entry.ccrlarocque@chromium.org2012-07-032-10/+10
* sync: Remove GetPossibleLastChildForTest()rlarocque@chromium.org2012-07-032-32/+1
* Improve logging in server_connection_manager.ccakalin@chromium.org2012-07-031-1/+2
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-0394-199/+202
* sync: Remove unused IdFilter classrlarocque@chromium.org2012-07-032-23/+0
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-02107-269/+419
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-5/+5
* sync: Move invariant check logic into Directoryrlarocque@chromium.org2012-06-294-103/+67
* Remove syncable::ModelType usage from ChromeInvalidationClientdcheng@chromium.org2012-06-296-117/+134
* [Sync] Move nigori_util* to sync/syncableakalin@chromium.org2012-06-2924-201/+179
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-28303-1063/+1059
* Include <iterator>.hbono@chromium.org2012-06-281-0/+1