summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Merge 226793 "sync: Fix bug in early sync shutdown"rlarocque@chromium.org2013-10-082-3/+32
* 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
* sync: Gracefully handle very early shutdownrlarocque@chromium.org2013-09-1019-50/+414
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-0316-403/+76
* Null ModelSafeWorker's working_loop_ if loop is destructed and synchronize ac...haitaol@chromium.org2013-08-212-8/+25
* sync: Remove SyncSourceInforlarocque@chromium.org2013-08-039-142/+27
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-3116-58/+100
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-2516-100/+58
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-2516-58/+100
* sync: Add pre-commit update avoidance mode + flagrlarocque@chromium.org2013-07-205-0/+27
* Add version field to syncer::Invalidation.stepco@chromium.org2013-07-182-3/+18
* [Sync] Add CoreTypes supportzea@chromium.org2013-07-181-0/+8
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-1810-12/+12
* Remove DEPS rules that are redundant with the defaults in src/DEPS.tfarina@chromium.org2013-07-141-1/+0
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-132-2/+2
* sync: Run-length compression for UniquePositionsrlarocque@chromium.org2013-07-133-74/+445
* Revert "Lock-free shutdown of profile sync service. Changes include:"zea@chromium.org2013-07-139-61/+16
* [Sync] Cleanup unused experiment logiczea@chromium.org2013-07-112-25/+2
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-109-16/+61
* [Sync] Add password support to sync apizea@chromium.org2013-07-101-0/+1
* Revert 210333 "Lock-free shutdown of profile sync service. Chang..."kinuko@chromium.org2013-07-089-61/+16
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-089-16/+61
* Use InvalidationService (retry of r208315)rlarocque@chromium.org2013-06-296-260/+28
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-289-12/+12
* Revert 208315 "Make use of InvalidationService"rlarocque@chromium.org2013-06-256-28/+260
* Make use of InvalidationServicerlarocque@chromium.org2013-06-256-260/+28
* [Sync] Have SBH tell SyncManager which types to purgezea@chromium.org2013-06-226-61/+33
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-2118-62/+65
* Replace sync experiments with prefs backed by switches and migration code.pastarmovj@chromium.org2013-06-201-1/+0
* Add model version to association stats and client debug info.haitaol@chromium.org2013-06-173-0/+10
* sync: Reduce work done to process bookmark changesrlarocque@chromium.org2013-06-157-120/+85
* sync: Handle type throttling in NudgeTrackerrlarocque@chromium.org2013-06-147-14/+2
* Use OAuth2 token for syncpavely@chromium.org2013-06-139-18/+27
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-1113-14/+14
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-104-4/+4
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-073-3/+3
* sync: Cleanups in and around directory.hrlarocque@chromium.org2013-06-071-2/+2
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-7/+7
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-079-28/+231
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-042-7/+7
* Update sync::WeakHandle to use WeakPtr<T>::get()akalin@chromium.org2013-06-031-5/+5
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-032-14/+14
* Prioritize configuration of data types in data type manager.haitaol@chromium.org2013-05-316-22/+78
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* sync: Count nodes more efficientlyrlarocque@chromium.org2013-05-291-25/+1