summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Add comment for SyncBackendHost::OnBackendInitializedakalin@chromium.org2011-08-121-3/+4
* Revert 96573 - sync: more DEPS fungeorgey@chromium.org2011-08-121-10/+4
* sync: more DEPS funtim@chromium.org2011-08-121-4/+10
* Support Sync operations after user signing with --enable-sync-oauthrickcam@chromium.org2011-08-121-1/+7
* Simulate transient error and verify exponential backoff.lipalani@chromium.org2011-08-125-8/+24
* [Sync] Fix bug where the preferences commit delay is used for everythingakalin@chromium.org2011-08-111-1/+1
* sync: add DEPS files to subdirstim@chromium.org2011-08-1116-17/+257
* sync: Make BaseNode::GetTitle() return std::string.tfarina@chromium.org2011-08-113-14/+12
* Make the throttle delay configurable by the server.lipalani@chromium.org2011-08-112-2/+20
* [Sync] Add client-side plumbing for server control of sessions commit delayakalin@chromium.org2011-08-106-46/+122
* sync: Move all the js_* files into a js/ subdirectory.tfarina@chromium.org2011-08-102-15/+15
* [Sync] Set session sync commit delay to 10sakalin@chromium.org2011-08-091-2/+13
* [Sync] Fix encryption/passphrase handling.zea@chromium.org2011-08-062-24/+62
* [Sync] Add passphrase/encryption info to chrome://sync.zea@chromium.org2011-08-044-4/+48
* Dont retry sync in case of auth errors.lipalani@chromium.org2011-08-044-18/+62
* [Sync] Rewrote about:sync backend to use WeakHandlesakalin@chromium.org2011-08-023-418/+342
* [Sync] [Jank] Clear the vector of verified updates after processing.nick@chromium.org2011-08-011-0/+2
* Test birtday error.lipalani@chromium.org2011-07-301-2/+3
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* Send the correct configure reason to the server when a new datatype is enable...lipalani@chromium.org2011-07-294-9/+30
* sync: Disable network change notifications for unauthenticated users.tim@chromium.org2011-07-291-0/+14
* [Sync] Add RequestCleanupDisabledTypes() method to SyncManagerakalin@chromium.org2011-07-287-44/+93
* [Sync] Fix sync UI handling of passphrases.zea@chromium.org2011-07-271-1/+1
* [Sync] Add WeakHandle class, which makes cross-thread method calls safe and easyakalin@chromium.org2011-07-271-59/+71
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* sync: have the client compute position_in_parent values.nick@chromium.org2011-07-233-1/+190
* [Sync] Support receiving early passphrase required information in Sync UI.zea@chromium.org2011-07-221-1/+1
* sync: listen for missing notificationstim@chromium.org2011-07-211-1/+10
* If the user sets the gaia passphrase as the explicit passphrase then currentl...lipalani@chromium.org2011-07-191-8/+26
* [Sync] Always trigger OnPassphraseRequired in syncapi regardless of datatypes.zea@chromium.org2011-07-182-45/+69
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-5/+8
* [Sync] Rev protocol version for encryption support. Fix re-encryption.zea@chromium.org2011-07-124-102/+173
* sync: remove autofill migration tim@chromium.org2011-07-072-78/+0
* Patch by ghc@google.com.akalin@chromium.org2011-07-021-1/+1
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+1
* [Sync] Pass cache_guid() to invalidation clientakalin@chromium.org2011-06-292-6/+12
* [Sync] Refactor syncable::{Base,Read,Write}Transactionakalin@chromium.org2011-06-293-68/+88
* [Sync] Simplify notifier code now that we have a single sync threadakalin@chromium.org2011-06-283-17/+24
* [Sync] Fix encryption issueszea@chromium.org2011-06-243-35/+81
* sync: remove old passphrase migration logictim@chromium.org2011-06-231-28/+0
* [Sync] Don't set old style bookmarks anymore.zea@chromium.org2011-06-231-6/+1
* sync: fetch encryption information before OnBackendInitializedtim@chromium.org2011-06-224-5/+10
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-212-2/+16
* Move the NotificationInfo and NotificationMap types andwtc@chromium.org2011-06-171-38/+36
* [Sync] Add Location parameter to Read/WriteTransactionsakalin@chromium.org2011-06-1717-268/+277
* [Sync] Split DirectoryChangeListener for thread-safetyakalin@chromium.org2011-06-1617-262/+244
* sync: make sure migrator is shutdown before sync backend hosttim@chromium.org2011-06-161-0/+2
* [Sync] Beefed up logging for SyncSchedulerakalin@chromium.org2011-06-166-94/+286
* [Sync] Remove now-unneeded initialized_mutex_.akalin@chromium.org2011-06-151-52/+20
* Only listen to sync notification when initialized.qsr@google.com2011-06-151-1/+7