summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Use a framework method to decrease code duplication in SyncStatusHelpercimamoglu@chromium.org2014-05-061-24/+5
* Use FakeServer-based invalidations for Sync testspvalenzuela@chromium.org2014-05-055-62/+140
* Add AttachmentUploader interface and fake implementation.maniscalco@chromium.org2014-05-059-4/+202
* Add remote_install flag to extension sync data.mek@chromium.org2014-05-032-0/+5
* Improve about:sync output for enhanced_bookmarks experiment.yfriedman@chromium.org2014-05-021-1/+9
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-0227-130/+640
* sync: Expose DirectoryDebugInfoEmitters in enginerlarocque@chromium.org2014-05-0210-45/+121
* Remove Sync FakeServer standalone executablepvalenzuela@chromium.org2014-05-024-213/+0
* Report GCM client types to invalidations library.pavely@chromium.org2014-05-027-10/+35
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-0127-640/+130
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-0127-130/+640
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-011-2/+1
* sync: Add NonBlockingDataTypeManagerrlarocque@chromium.org2014-05-015-5/+5
* Add SyncAuthProvider interface and implementationpavely@chromium.org2014-05-012-0/+34
* Revert 267422 because it broke compile on linux-clang buildbots.sadrul@chromium.org2014-05-015-146/+62
* Use FakeServer-based invalidations for Sync testspvalenzuela@chromium.org2014-05-015-62/+146
* Drop TestSimpleTaskRunner from FakeAttachmentService.maniscalco@chromium.org2014-04-302-4/+1
* sync: Introduce classes for per-type countersrlarocque@chromium.org2014-04-2917-76/+457
* sync: don't require a MessageLoopProxy in AttachmentServiceProxyForTesttim@chromium.org2014-04-292-4/+15
* sync: Include control types in node browserrlarocque@chromium.org2014-04-291-2/+4
* Remove changes remaining counter from about:syncrlarocque@chromium.org2014-04-2813-48/+8
* Introduce NonBlockingDataTypeControllerrlarocque@chromium.org2014-04-263-16/+51
* Extract Profile-independent GCMService from GCMProfileServicebartfab@chromium.org2014-04-252-3/+3
* Calls FireRefreshTokenRevoked if an account is removed.acleung@chromium.org2014-04-251-0/+6
* Refactor syncable_unittest.cc (continued).maniscalco@chromium.org2014-04-243-482/+385
* Implement syncing of bookmark apps.calamity@chromium.org2014-04-243-1/+10
* Refactor syncable_unittest.cc into smaller files.maniscalco@chromium.org2014-04-235-1287/+1413
* sync: always send entity specifics with bookmark tombstonestim@chromium.org2014-04-232-7/+15
* Add a navigation redirect-chain to Sync sessions proto for offline analysis.donnd@chromium.org2014-04-234-0/+30
* Add initial FakeServer verification for Sync testspvalenzuela@chromium.org2014-04-235-3/+198
* Add an action for server to send down rollback command.haitaol@chromium.org2014-04-227-1/+19
* Cleanup: Remove some std::wstring usage in sync.thestig@chromium.org2014-04-224-23/+22
* Begin connecting AttachmentStore to AttachmentService.maniscalco@chromium.org2014-04-219-142/+320
* Add sync manager classes for backup/rollback:haitaol@chromium.org2014-04-2113-1/+1252
* Add pavely@ to sync OWNERStim@chromium.org2014-04-171-0/+1
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-1/+0
* Fix the crash in case the settings_display_name is empty.petewil@chromium.org2014-04-172-1/+4
* Add a test for the SyncedNotificationAppInfo using the test sync server.petewil@chromium.org2014-04-174-6/+183
* Sync type and times_used in autofill::PasswordForm.gcasto@chromium.org2014-04-162-1/+6
* Reduce dependency of TiclInvalidationService on Profilebartfab@chromium.org2014-04-1610-59/+98
* Revert 264226 "Reduce dependency of TiclInvalidationService on P..."asargent@chromium.org2014-04-168-96/+54
* Reduce dependency of TiclInvalidationService on Profilebartfab@chromium.org2014-04-168-54/+96
* Sync PRESUBMIT files with latest CQ changesphajdan.jr@chromium.org2014-04-151-1/+1
* sync: Remove some fields from about:syncrlarocque@chromium.org2014-04-123-34/+0
* Remove unused method Directory::GetRootEntry.maniscalco@chromium.org2014-04-122-5/+0
* sync: Add interface for SyncCoreProxyrlarocque@chromium.org2014-04-1216-80/+204
* [Sync] Notify the datatype of the current context on startupzea@chromium.org2014-04-112-2/+17
* Store the language code for the address in autofill profile.rouslan@chromium.org2014-04-112-0/+2
* [Sync] Properly purge context/progress markers for disabled typeszea@chromium.org2014-04-113-8/+48
* [Sync] Add support for retrying a getupdates due to a context changezea@chromium.org2014-04-1014-33/+146