summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Merge 249225 "[Android] Fix sync masterSyncAutomatically setting."shashishekhar@chromium.org2014-02-081-7/+18
* Make TrySyncSessionJob post task on sync threadpavely@chromium.org2013-12-163-36/+62
* Scale several timeouts in Android tests.eugenis@chromium.org2013-12-132-1/+4
* Fix Java style issues in sync/androidaurimas@chromium.org2013-12-1218-84/+84
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-113-9/+6
* Add AppListSpecifics .proto definition and support codestevenjb@chromium.org2013-12-1115-4/+147
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-113-6/+9
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-117-14/+11
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-117-11/+14
* sync: Refactor GetUpdates looprlarocque@chromium.org2013-12-1012-117/+125
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-105-8/+4
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-103-9/+6
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-108-15/+13
* Revert 239635 "Revert 239615 "Retry: Clean up TestProfileSyncSer..."scottmg@chromium.org2013-12-105-44/+52
* Allow customization of HttpPostProviderFactory via ProfileSyncServicepvalenzuela@chromium.org2013-12-106-10/+129
* Revert 239615 "Retry: Clean up TestProfileSyncService tests"scottmg@chromium.org2013-12-105-52/+44
* Retry: Clean up TestProfileSyncService testsrlarocque@chromium.org2013-12-105-44/+52
* Sync bookmark meta info.rfevang@chromium.org2013-12-073-0/+39
* Refactor PushClientChannelpavely@chromium.org2013-12-068-365/+517
* Add an HTML page to the Sync test server to trigger synced notificationspvalenzuela@chromium.org2013-12-063-46/+100
* sync: Per-type update applicationrlarocque@chromium.org2013-12-0434-1367/+833
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-032-2/+2
* Revert 238348 "Clean up TestProfileSyncService and related tests"dubroy@chromium.org2013-12-035-52/+44
* Clean up TestProfileSyncService and related testsrlarocque@chromium.org2013-12-035-44/+52
* Implement new invalidations ack tracking systemrlarocque@chromium.org2013-11-2648-1682/+912
* Send debug event info on Commit requests, not just GetUpdates requests.maniscalco@chromium.org2013-11-232-13/+109
* Attempt to fix Invalidations client name crashrlarocque@chromium.org2013-11-227-29/+171
* Add the ability to trigger synced notifications in the Sync test server.pvalenzuela@chromium.org2013-11-212-1/+191
* Don't clear debug info until after it has been sent to the server.maniscalco@chromium.org2013-11-2117-103/+219
* Avoid SEGFAULT when scheduler is stopped as part of sync cycle.pavely@chromium.org2013-11-202-1/+38
* Introduce AppListSyncableService, owns AppListModel and builderstevenjb@chromium.org2013-11-191-1/+1
* ProfileSyncServiceTest refactoringpavely@chromium.org2013-11-181-5/+33
* Channel all low lever scheduling calls through single functionpavely@chromium.org2013-11-182-28/+48
* Remove SyncSchedulerImpl::OnShouldStopSyncingPermanentlypavely@chromium.org2013-11-1810-34/+0
* Set DebugInfoEventListener's kMaxEntries to ModelType::MODEL_TYPE_COUNT to en...maniscalco@chromium.org2013-11-181-2/+4
* Pass retry_task to SyncScheduler::ScheduleConfigurationpavely@chromium.org2013-11-178-99/+106
* sync: Remove test dependencies on SyncerCommandrlarocque@chromium.org2013-11-1510-180/+341
* sync: Deprecate old UniquePosition formatrlarocque@chromium.org2013-11-153-49/+40
* Remove linux coverage scripts.thakis@chromium.org2013-11-141-14/+0
* [sync] Limit DirectoryBackingStore database cache size.feng@chromium.org2013-11-131-0/+2
* Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel...cimamoglu@chromium.org2013-11-132-25/+25
* Android: moves sync to use long for JNIbulach@chromium.org2013-11-131-0/+1
* Support for shared invalidator client IDsrlarocque@chromium.org2013-11-123-42/+80
* Fix one case that can make sync backend stuck in auth error state.haitaol@chromium.org2013-11-081-1/+13
* sync: treat gaia http 500s as retriable.tim@chromium.org2013-11-081-0/+2
* Revert 231221 - "Remove enabled/disabled state from extension and app sync."yoz@chromium.org2013-11-081-5/+0
* Reveal information about sync server connection and token on about tab.haitaol@chromium.org2013-11-071-0/+1
* Fix sync_client to work with oauth2 tokens.pavely@chromium.org2013-11-061-0/+1
* [sync] Serve fake OAuth2 tokens from python sync serverrsimha@chromium.org2013-11-062-4/+105
* Add code for new invalidation local ack systemrlarocque@chromium.org2013-10-3110-18/+350