summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Disable sync tests that time out on Windows to green up the tree.msw@chromium.org2011-10-112-3/+3
* Mark FAILS_ sync_integration_tests that time out on Windows.msw@chromium.org2011-10-112-3/+19
* [Sync] Add support for deleting foreign sessionszea@chromium.org2011-10-1112-120/+414
* Fix indentation in abstract_profile_sync_service_test.ccisherman@chromium.org2011-10-111-7/+11
* Revert 104831 - [Sync] Change default session commit delay to 5s.zea@chromium.org2011-10-111-4/+1
* Reduce dependencies for the AutofillProfileSyncableServiceisherman@chromium.org2011-10-118-26/+27
* Changed the CHECK condition in PutPredecessor to return false. The upper laye...lipalani@chromium.org2011-10-117-21/+28
* [Sync] Change default session commit delay to 5s.zea@chromium.org2011-10-111-1/+4
* set the user agent to match chrome's for consistency in running thedpranke@chromium.org2011-10-101-0/+11
* Now transition to GAIA_LOGIN state before calling ShowGaiaLogin.atwilson@chromium.org2011-10-102-5/+13
* [Sync] Avoid posting work on threads with no active data typesakalin@chromium.org2011-10-083-4/+140
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-3/+2
* [Sync] Check server reachability after initialization is completeakalin@chromium.org2011-10-084-8/+32
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-2/+3
* [Sync] Don't early out of ReEncryptEverything when a datatype is missing.zea@chromium.org2011-10-071-2/+5
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-3/+2
* [Sync] Add SyncPrefs class to consolidate all the prefs-related sync codeakalin@chromium.org2011-10-0714-371/+870
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* sync: stop syncing before stopping change processors.tim@chromium.org2011-10-0710-83/+203
* Move AutofillProfileSyncableService out of sync/glue into webdata/isherman@chromium.org2011-10-075-845/+2
* [Sync] Pass cache_guid() to invalidation clientakalin@chromium.org2011-10-061-6/+2
* First pass at "async" signin flow.atwilson@chromium.org2011-10-065-36/+76
* Add "data synced" concept to sync integration testrlarocque@chromium.org2011-10-0621-75/+153
* sync: show friendlier message and link on unrecoverable error during setup.tim@chromium.org2011-10-061-1/+1
* [Sync] Fix use of notification sources in foreign session handler.zea@chromium.org2011-10-062-2/+2
* Removes executable flags.hbono@chromium.org2011-10-062-0/+0
* Per datatype unrecoverable error. when a datatype encounters an unrecoverable...lipalani@chromium.org2011-10-0625-85/+343
* Add sync user name in use errorsail@chromium.org2011-10-061-1/+1
* [Sync] Fix OnDataTypesChanged functionality to trigger reconfiguration properly.zea@chromium.org2011-10-054-10/+13
* Implemented TypedUrlModelAssociator::AbortAssociation().atwilson@chromium.org2011-10-044-9/+108
* Revert 101893 "Make IsSynced() false when syncing in progress"rlarocque@chromium.org2011-10-041-4/+2
* Explicitly specify the Source of interest for consumers of NOTIFICATION_WEB_D...isherman@chromium.org2011-10-041-6/+8
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-10-041-3/+0
* [Sync] Fix Session's handling of windows.zea@chromium.org2011-10-0415-413/+1138
* sync: use base::Closure instead of ModeChangeCallbacktim@chromium.org2011-10-049-69/+73
* [Sync] Only load from those tabs that have been modified when reassociating.zea@chromium.org2011-10-033-20/+32
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-032-9/+4
* Avoid a possible race in sync integration testsrlarocque@chromium.org2011-09-301-2/+5
* [Sync] Refresh encryption on startup if sync setup has completedakalin@chromium.org2011-09-301-7/+4
* This causes the sync notifier in integration tests to broadcast notificationsrlarocque@chromium.org2011-09-304-5/+23
* Add apps notifications data type to sync.munjal@chromium.org2011-09-2910-2/+109
* Revert 103189 - Add apps notifications data type to sync.rickcam@chromium.org2011-09-2810-108/+1
* Add apps notifications data type to sync.munjal@chromium.org2011-09-2810-1/+108
* Add cases to switch in ModelTypeToStringrlarocque@chromium.org2011-09-281-0/+7
* [Sync] Plumb through SyncError to about:synczea@chromium.org2011-09-2832-189/+197
* Disable sessions perf test.lipalani@chromium.org2011-09-271-1/+2
* Rename ExtensionSettingsUIWrapper to ExtensionSettingsFrontend andakalin@chromium.org2011-09-276-29/+34
* Add TwoClient tests for search engines data type, covering all P0 test cases....stevet@chromium.org2011-09-274-4/+184
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-272-1/+3
* [Sync] Subclass BrowserThreadModelWorker with descriptive namesakalin@chromium.org2011-09-263-4/+27