summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Add sessions API and sync plumbing for refreshing sessions data.zea@chromium.org2012-01-262-6/+23
* Remove the last place gettime is called from(SBH). We start the scheduler ass...lipalani@chromium.org2012-01-251-14/+2
* The gettime call in updatecredential is not used as it only verifies it can c...lipalani@chromium.org2012-01-241-4/+2
* Remove broken variables from sync's AllStatusrlarocque@chromium.org2012-01-203-12/+3
* [Sync] Pave the way for fewer asynchronous calls and UI spin while setting a ...rsimha@chromium.org2012-01-185-16/+51
* Change autofill profile commit behavior to commit instantly. Enable the perf ...lipalani@chromium.org2012-01-181-2/+1
* Add return values to SyncerCommandrlarocque@chromium.org2012-01-102-0/+82
* A command line flag to simulate an unrecoverable error.lipalani@chromium.org2011-12-281-0/+13
* This is the third patch in the series. lipalani@chromium.org2011-12-221-0/+1
* Removes svn:executable flags.hbono@chromium.org2011-12-222-0/+0
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-216-6/+62
* We introduce the concept of nudge delay and each datatype is assigned a delay...lipalani@chromium.org2011-12-203-19/+122
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Revert 114909 - [Sync] Add NOTREACHED for empty passphrase.stevenjb@google.com2011-12-191-1/+0
* Revert 114941 - We introduce the concept of nudge delay and each datatype is ...lipalani@chromium.org2011-12-193-122/+19
* Updated sync manager to include device information in nigori nodetmuehlbauer@google.com2011-12-194-43/+188
* We introduce the concept of nudge delay and each datatype is assigned a delay...lipalani@chromium.org2011-12-183-19/+122
* [Sync] Add NOTREACHED for empty passphrase.zea@chromium.org2011-12-171-0/+1
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+1
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-1/+1
* [Sync] Add intelligent re-encryption support.zea@chromium.org2011-12-134-56/+246
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-138-66/+66
* [Sync] Replace all instances of ModelTypeSet with ModelEnumSetakalin@chromium.org2011-12-108-58/+67
* [Sync] Replace all instances of ModelTypeBitSet with ModelEnumSetakalin@chromium.org2011-12-082-23/+21
* This move is done so that the file could be referenced from syncable layer.lipalani@chromium.org2011-12-081-0/+29
* [Sync] Convert sessions/ directory to ModelEnumSetakalin@chromium.org2011-12-071-1/+1
* [Sync] Convert syncable/ directory to ModelEnumSetakalin@chromium.org2011-12-063-62/+47
* sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost.tim@chromium.org2011-12-022-10/+0
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-12-011-1/+1
* [Sync] Convert VLOGs to DVLOGsakalin@chromium.org2011-11-295-46/+46
* Add OVERRIDE to chrome/browser/sync/.avi@chromium.org2011-11-216-10/+16
* [Sync] Replace uses of ObserverListThreadSafe with WeakHandlesakalin@chromium.org2011-11-194-45/+21
* Revert the revert. This change was not the cause of the failures, so relanding.zea@chromium.org2011-11-172-0/+4
* Revert "[Sync] Add version info to about:sync"avi@chromium.org2011-11-172-4/+0
* [Sync] Add version info to about:synczea@chromium.org2011-11-172-0/+4
* [Sync] Add type conversion constructor for WeakHandleakalin@chromium.org2011-11-171-1/+1
* Revert 110384 - Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-171-3/+2
* Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-161-2/+3
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-161-3/+2
* Revert 110177 - Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-2/+3
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-3/+2
* Cleanup: Remove unneeded forward declarations in chrome/browser/sync.thestig@chromium.org2011-11-154-24/+4
* Add only types with empty progress marker to config requests. This fixes a bu...lipalani@chromium.org2011-11-042-0/+28
* [Sync] Ensure nigori node always has encryption keys.zea@chromium.org2011-11-032-18/+68
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* [Sync] Make GetFirstChildId return a flag indicating successakalin@chromium.org2011-10-285-58/+84
* [Sync] Add HasChildren() function and use it instead of GetFirstChildId()akalin@chromium.org2011-10-272-2/+11
* [Sync] Cache encrypted types info in ProfileSyncServiceakalin@chromium.org2011-10-245-87/+127
* Send important client side event information to the server. We create a class...lipalani@chromium.org2011-10-154-1/+246