summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Remove SYNC_IMPLEMENTATION from sync_tools_helper.maniscalco@chromium.org2014-07-233-29/+0
* Prep for moving files into components/invalidationrlarocque@chromium.org2014-07-2312-82/+66
* Fixes sync dependencysky@chromium.org2014-07-221-0/+1
* Add AssertNoURLRequests() to URLRequestContext subclass destructors.jgraettinger@chromium.org2014-07-221-0/+1
* Sync: Display non-severe errors on about:sync in gray color rather than red.stanisc@chromium.org2014-07-193-29/+83
* [Sync] Rely on directory to decide which types need to be purgedzea@chromium.org2014-07-197-8/+44
* Pass signin_scoped_device_id to DeviceInfoSpecifics.pavely@chromium.org2014-07-182-0/+5
* Revert 284234 "Pass signin_scoped_device_id to DeviceInfoSpecifics."vitalybuka@chromium.org2014-07-182-5/+0
* Pass signin_scoped_device_id to DeviceInfoSpecifics.pavely@chromium.org2014-07-182-0/+5
* sync: Support non-blocking initial sync in protorlarocque@chromium.org2014-07-1814-4/+148
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-182-20/+19
* Update Commit and GetUpdatesResponse messages to include attachment ids.maniscalco@chromium.org2014-07-1718-10/+533
* Move sync/notifier to components/invalidationrlarocque@chromium.org2014-07-1743-3041/+57
* Do not update AttachmentIds after uploading attachments to sync server.maniscalco@chromium.org2014-07-179-45/+34
* Apps&Extensions for supervised users: Add Extension::WAS_INSTALLED_BY_CUSTODI...treib@chromium.org2014-07-162-0/+4
* Disable session invalidations on Android with a flag.maxbogue@chromium.org2014-07-161-1/+13
* Add server_attachment_metadata field to EntryKernel and sync database.maniscalco@chromium.org2014-07-168-7/+184
* [sync] Add backup time in synced device info so that server knows which devic...haitaol@chromium.org2014-07-147-0/+86
* Remove most remaining sync/notifier dependenciesrlarocque@chromium.org2014-07-1026-97/+53
* sync: Support nudges from non-blocking sync typesrlarocque@chromium.org2014-07-1017-35/+259
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-0919-32/+41
* Two fixes regarding to bookmark backuphaitaol@chromium.org2014-07-093-4/+3
* sync: Inject sync/'s dependency on invalidationsrlarocque@chromium.org2014-07-0837-508/+800
* Properly handle initialization failure and following manager shutdown withouthaitaol@chromium.org2014-07-046-36/+143
* Fix the typo 'mininum' to 'minimum'.amistry@chromium.org2014-07-031-1/+1
* Make AttachmentUploader and AttachmentDownloader optional.maniscalco@chromium.org2014-07-029-142/+280
* Pass account_id and scope_set to CreateAttachmentService via UserShare.maniscalco@chromium.org2014-07-015-2/+31
* sync: Inheritance refactor for non-blocking syncrlarocque@chromium.org2014-06-2720-128/+108
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-278-38/+80
* Add base::SizeTToString.wtc@chromium.org2014-06-272-4/+2
* Revert of Consolidate attachment URL construction. (https://codereview.chromi...leng@chromium.org2014-06-278-80/+38
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-278-38/+80
* Shouldn't call InitialSyncEndedTypes() when sync DB failed to load. That woul...haitaol@chromium.org2014-06-261-1/+1
* sync: Stop supporting parent IDs for some typesrlarocque@chromium.org2014-06-2612-16/+138
* Make AttachmentIds lower case to match sync server expectations.maniscalco@chromium.org2014-06-263-2/+34
* Special handling of preference backup to not change local values in backup mode.haitaol@chromium.org2014-06-265-5/+54
* Export AttachmentId::ImmutableAttachmentIdProtoTraits and SyncData::Immutable...hans@chromium.org2014-06-262-2/+2
* AttachmentDownloader implementation.pavely@chromium.org2014-06-265-41/+616
* Supervised user sync types: Preparation for dynamically enabling/disabling.treib@chromium.org2014-06-251-0/+1
* sync: Mass rename of non-blocking sync classesrlarocque@chromium.org2014-06-2556-1295/+1253
* sync: Support disconnect in non-blocking syncrlarocque@chromium.org2014-06-236-3/+161
* Make chrome/common compile in GNbrettw@chromium.org2014-06-204-0/+72
* [Sync] Add support for dynamically enabling/disabling typeszea@chromium.org2014-06-202-5/+12
* Fill in more name fields with requestAutocompleteestade@chromium.org2014-06-202-0/+2
* sync: Refactor NonBlockingTypeProcessorCore testsrlarocque@chromium.org2014-06-187-435/+746
* [Sync] Add synced notifications shimzea@chromium.org2014-06-162-7/+47
* Add URLRequestJobFactories to URLRequestContexts without one.mmenke@chromium.org2014-06-132-1/+8
* sync: Refactor NonBlockingTypeProcessor testsrlarocque@chromium.org2014-06-126-231/+385
* Remove redundant param from Sync FakeServer infrapvalenzuela@chromium.org2014-06-123-20/+17
* Implement GCMDriver.java using MultiplexingGcmListenerjohnme@chromium.org2014-06-122-0/+29