summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-1121-80/+417
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-1/+1
* Refactor PostClientToServer message, include new unit tests for it. In prep f...chron@google.com2010-02-103-73/+243
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-1/+1
* Change the name fields back to their previous name to unbreak the buildzork@chromium.org2010-02-102-2/+2
* First stab at a DataTypeController.skrul@chromium.org2010-02-1020-202/+1107
* Update the .proto files to change the fields to optional.zork@chromium.org2010-02-102-4/+4
* Fill in the preference sync TODOs using the preference specifics proto andalbertb@google.com2010-02-105-53/+109
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-0916-87/+1136
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-098-78/+168
* Implement BookmarkModel::SetUrlarv@chromium.org2010-02-091-13/+4
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-098-15/+29
* Mark dirty in PutParentIdPropertyOnly.nick@chromium.org2010-02-091-0/+1
* Fix a bug where positions inside of a newly-committed folder would benick@chromium.org2010-02-096-63/+298
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-095-2/+5
* linux: build with -Wextraevan@chromium.org2010-02-052-4/+4
* Fixed notifications-related bug on network reconnections.akalin@chromium.org2010-02-044-7/+16
* Switch the order of two checks to avoid dereferencing a null RequestContextdantasse@chromium.org2010-02-041-2/+2
* Check the LSID before starting up a ProfileSyncService. This will stop memor...dantasse@chromium.org2010-02-031-0/+4
* Add autofill proto buffer for sync.zork@google.com2010-02-031-0/+24
* Sync api changes to support preferences.albertb@google.com2010-02-026-3/+43
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-021-2/+1
* Proto extenions to sync preferences.albertb@google.com2010-02-011-0/+23
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-011-0/+1
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-019-24/+182
* Speculative fix for thread sanitizer failures in ProfileSyncServiceTest.tim@chromium.org2010-02-011-1/+1
* Revert r37535.darin@chromium.org2010-01-291-3/+0
* Implement extended cookie controls.jochen@chromium.org2010-01-291-0/+3
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-295-23/+108
* Don't acquire a database lock in syncable::DirectoryBackingStore::SaveChanges...nick@chromium.org2010-01-281-1/+10
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-289-174/+12
* Revert 37372 - Fix leak in DatabaseWorkerModelTest.viettrungluu@chromium.org2010-01-281-2/+2
* Fix leak in DatabaseWorkerModelTest.albertb@google.com2010-01-281-2/+2
* Implementation of the database safe worker model.albertb@google.com2010-01-289-12/+174
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-273-16/+125
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-273-1/+9
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-2723-325/+1404
* Fixed bug involving destruction order in GaiaAuth.akalin@chromium.org2010-01-272-8/+25
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-263-22/+11
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-266-0/+0
* Add support for UserIdleTime to Linux.zork@chromium.org2010-01-264-74/+177
* Remove SYNC_EXPORT macro and all it's uses.munjal@chromium.org2010-01-221-13/+7
* Fix leaks due to not deleting closures.tim@chromium.org2010-01-222-3/+5
* Fix stupid mistake in sync_session.h, I thought the tests were run on mac/lin...tim@chromium.org2010-01-221-1/+1
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-2222-247/+396
* Removed #ifdef in IncrementErrorCount() now that it's platform-independent.akalin@chromium.org2010-01-211-3/+0
* Fix an observed shutdown crash after downgrading to an older Chrome release.nick@chromium.org2010-01-211-2/+4
* Update the kHasSyncSetupCompleted preference when the bootstrapedalbertb@google.com2010-01-211-22/+26
* Move two generic string split functions from sync API to their own API in bas...timsteele@google.com2010-01-211-61/+4
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-0/+178