summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* New Sync datatype for Synced Notifications App Infopetewil@chromium.org2014-01-291-0/+2
* sync: Introduce ModelTypeRegistry and helpersrlarocque@chromium.org2014-01-178-13/+23
* sync: Remove some WebUI debug functionsrlarocque@chromium.org2014-01-166-522/+15
* sync: Consistently refcount ModelSafeWorkersrlarocque@chromium.org2014-01-1111-12/+12
* Cleanup: Remove legacy accessors from URLRequestContext.thestig@chromium.org2014-01-091-1/+6
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-17/+17
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-1/+1
* Add Sync datatype for shared managed user settings.bauerb@chromium.org2013-12-191-0/+3
* sync: Use invalidation local acknowledgementsrlarocque@chromium.org2013-12-172-3/+17
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-112-5/+4
* Add AppListSpecifics .proto definition and support codestevenjb@chromium.org2013-12-111-0/+2
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-112-4/+5
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-112-3/+2
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-112-2/+3
* sync: Refactor GetUpdates looprlarocque@chromium.org2013-12-103-3/+6
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-102-5/+4
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-102-3/+2
* Revert 239635 "Revert 239615 "Retry: Clean up TestProfileSyncSer..."scottmg@chromium.org2013-12-104-27/+14
* Allow customization of HttpPostProviderFactory via ProfileSyncServicepvalenzuela@chromium.org2013-12-105-10/+126
* Revert 239615 "Retry: Clean up TestProfileSyncService tests"scottmg@chromium.org2013-12-104-14/+27
* Retry: Clean up TestProfileSyncService testsrlarocque@chromium.org2013-12-104-27/+14
* sync: Per-type update applicationrlarocque@chromium.org2013-12-042-9/+8
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Revert 238348 "Clean up TestProfileSyncService and related tests"dubroy@chromium.org2013-12-034-14/+27
* Clean up TestProfileSyncService and related testsrlarocque@chromium.org2013-12-034-27/+14
* Implement new invalidations ack tracking systemrlarocque@chromium.org2013-11-264-17/+40
* Don't clear debug info until after it has been sent to the server.maniscalco@chromium.org2013-11-215-20/+38
* Introduce AppListSyncableService, owns AppListModel and builderstevenjb@chromium.org2013-11-191-1/+1
* ProfileSyncServiceTest refactoringpavely@chromium.org2013-11-181-5/+33
* 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-172-38/+6
* sync: Remove test dependencies on SyncerCommandrlarocque@chromium.org2013-11-151-4/+0
* sync: Deprecate old UniquePosition formatrlarocque@chromium.org2013-11-152-48/+11
* Reveal information about sync server connection and token on about tab.haitaol@chromium.org2013-11-071-0/+1
* Add code for new invalidation local ack systemrlarocque@chromium.org2013-10-312-18/+29
* Remove references to GaiaConstants::kSyncService from syncpavely@chromium.org2013-10-258-42/+0
* sync: Init backend without UI thread taskrlarocque@chromium.org2013-10-236-6/+158
* Add UnackedInvalidationSet classrlarocque@chromium.org2013-10-233-3/+48
* Remove OAuth2 token commandline switchpavely@chromium.org2013-10-239-19/+6
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-106-12/+13
* Refactor common invalidation framework typesrlarocque@chromium.org2013-10-0413-135/+463
* sync: Fix bug in early sync shutdownrlarocque@chromium.org2013-10-032-3/+32
* Add DOM Distiller sync datatype.nyquist@chromium.org2013-09-271-0/+2
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-2/+0
* Send configuration stats together at the end of data type configuration so thathaitaol@chromium.org2013-09-203-75/+74
* sync: Gracefully handle early shutdownrlarocque@chromium.org2013-09-1923-81/+491
* Release password store on UI loop when worker is stopped so that passwordhaitaol@chromium.org2013-09-161-2/+2
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-138-270/+267
* Release sync's RequestContextGetter as soon as possiblehaitaol@chromium.org2013-09-118-17/+126
* Revert 222154 "sync: Gracefully handle very early shutdown"vitalybuka@chromium.org2013-09-1019-414/+50