summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* sync: Refactor update applicationrlarocque@chromium.org2012-09-285-115/+87
* [Sync] Fix tab sync page transition types.zea@chromium.org2012-09-276-24/+38
* Added nudge source counters to about:sync.vishwath@google.com2012-09-255-0/+39
* Do not build sync command line tools on iOS.msarda@chromium.org2012-09-251-38/+41
* sync: Refactor CreateRoot() test helper functionrlarocque@chromium.org2012-09-242-1/+35
* Remove ScopedTempDir from sync test utility classrlarocque@chromium.org2012-09-202-5/+0
* Removed safe worker calculation from SyncScheduler.vishwath@google.com2012-09-201-22/+5
* [Sync] Add keystore encryption info to about:synczea@chromium.org2012-09-1911-47/+113
* [Sync] Base64 encode the keystore key before usingzea@chromium.org2012-09-182-20/+47
* sync: add comment to SyncerProtoUtiltim@chromium.org2012-09-171-0/+2
* [Sync] Add keystore migration conflict support.zea@chromium.org2012-09-178-218/+816
* sync: add Google API Key to all ClientToServerMessages.tim@chromium.org2012-09-179-22/+24
* [Sync] Implement keystore migration support.zea@chromium.org2012-09-1327-314/+2224
* sync: Process client commands on commit responserlarocque@chromium.org2012-09-126-50/+88
* Implement a bag of chips for sync.qsr@chromium.org2012-09-1112-11/+241
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend}akalin@chromium.org2012-09-0736-605/+578
* sync: remove buggy freshness condition in SyncSchedulerImpl add defensive DCH...tim@chromium.org2012-09-075-64/+156
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-078-1/+1143
* Increment sync DB's next_id with a migrationrlarocque@chromium.org2012-09-074-1/+149
* [Sync] Rename classes in sync/ that start with Chromeakalin@chromium.org2012-09-069-234/+233
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-052-2/+2
* Add InvalidationStateTracker::Forget() to erase an entry from storage.dcheng@chromium.org2012-09-0410-17/+61
* [Sync] Pass ModelTypeSet by value everywhereakalin@chromium.org2012-09-0114-23/+20
* [Sync] Rework Invalidator-related unit testsakalin@chromium.org2012-08-3128-518/+1163
* sync: Introduce control data typesrlarocque@chromium.org2012-08-3119-570/+728
* [Sync] Move keystore key handling to SyncEncryptionHandlerImplzea@chromium.org2012-08-2926-197/+237
* Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler.dcheng@chromium.org2012-08-2831-537/+530
* Fix sync unit test.qsr@chromium.org2012-08-271-0/+1
* [Sync] Refactor passphrase state handlingzea@chromium.org2012-08-2617-69/+153
* [Sync] Refactor GetEncryptedTypes usage.zea@chromium.org2012-08-2430-392/+560
* [Sync] Use fakes for SyncNotifier{,Observer} instead of mocksakalin@chromium.org2012-08-2415-273/+450
* Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.dcheng@chromium.org2012-08-2469-614/+1011
* Update next_id when loading sync DBrlarocque@chromium.org2012-08-223-50/+158
* Fix Sync.DirectoryOpenResult histogramrlarocque@chromium.org2012-08-211-3/+3
* Prefix match CHROMEOS_RELEASE_BOARD for checking chromebox.kochi@chromium.org2012-08-161-3/+5
* [Sync] Add SyncEncryptionHandlerzea@chromium.org2012-08-1635-1635/+2496
* sync: add InternalComponentsFactory::Switches to simplify passing switches to...tim@chromium.org2012-08-1523-201/+371
* Fix SyncNotifierRegistrarHelper test in official builds.dcheng@chromium.org2012-08-141-2/+3
* sync: raise initial backoff interval from 1 second to 5 minutes.tim@chromium.org2012-08-135-3/+101
* [Sync] Avoid unregistering object IDs on shutdownakalin@chromium.org2012-08-1025-417/+733
* Revert 150990 - [Sync] Avoid unregistering object IDs on shutdownjeremya@chromium.org2012-08-1025-733/+417
* [Sync] Avoid unregistering object IDs on shutdownakalin@chromium.org2012-08-1025-417/+733
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Remove SyncManager::Init() return valuerlarocque@chromium.org2012-08-095-8/+7
* [Sync] Rework unit tests for ChromeInvalidationClientakalin@chromium.org2012-08-0913-317/+803
* Fix mem leak in DirectoryBackingStore unit testsrlarocque@chromium.org2012-08-081-1/+2
* sync: Attempt to recover from directory corruptionrlarocque@chromium.org2012-08-088-48/+171
* [Sync] Print out notification state explicitly in about:syncakalin@chromium.org2012-08-073-40/+60
* [Sync] Address msw's comments for r149747akalin@chromium.org2012-08-048-19/+22