summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* Purge disabled datatypes in syncer thread.lipalani@chromium.org2011-04-222-16/+14
* Revert 82578 - Purge disabled datatypes in syncer thread.BUG=TEST=Review URL:...lipalani@chromium.org2011-04-222-14/+16
* Fix a memory leak by moving the creation of the object close the call for mak...lipalani@chromium.org2011-04-211-6/+5
* Purge disabled datatypes in syncer thread.lipalani@chromium.org2011-04-212-16/+14
* The passive worker was being added to the session once per datatype. Fix it s...lipalani@chromium.org2011-04-211-7/+19
* sync: dont send OnInitializationComplete until BootstrapEncryption is done an...tim@chromium.org2011-04-201-15/+17
* 1. Fix a bug in which scheduleconfig was called from wrong thread.lipalani@chromium.org2011-04-202-10/+29
* fix clang buildtim@chromium.org2011-04-202-3/+17
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-208-1/+50
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1917-3849/+1024
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-1917-1024/+3849
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1917-3849/+1024
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-1917-1023/+3849
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1817-3849/+1023
* sync: Make nudge + config jobs reliable in SyncerThread2lipalani@chromium.org2011-04-156-199/+883
* sync: fix test-only race in SyncerThread2Test.*Coalescing*tim@chromium.org2011-04-111-11/+7
* sync: introducing HttpBridge::Aborttim@chromium.org2011-04-071-0/+4
* Eliminate sources of spurious commits & getUpdateses.nick@chromium.org2011-04-071-3/+18
* Move sync notifier contruction out of syncer thread.nileshagrawal@chromium.org2011-04-073-15/+13
* Implement search feature backend. This does a DFS and returns the matching no...lipalani@chromium.org2011-04-062-0/+93
* sync: update comment @ syncapi shutdown monstrositytim@chromium.org2011-04-051-4/+6
* Showing the location of where nudges came from.lipalani@chromium.org2011-04-057-62/+110
* Revert 80251 - Showing the location of where nudges came from.lipalani@chromium.org2011-04-027-110/+62
* Showing the location of where nudges came from.lipalani@chromium.org2011-04-027-62/+110
* sync: Move HttpPostProviderInterface class into its own header file.tfarina@chromium.org2011-04-014-53/+64
* Revert 80166 - Show the location where the nudges are triggered from.lipalani@chromium.org2011-04-016-68/+38
* Show the location where the nudges are triggered from.lipalani@chromium.org2011-04-016-38/+68
* sync: fix order-of-operations in starting the syncer threadtim@chromium.org2011-04-012-13/+16
* Adding the notifications count from browser start to the about:sync page'slipalani@chromium.org2011-03-311-0/+68
* sync: Move HttpPostProviderFactory class in its own header file.tfarina@chromium.org2011-03-315-27/+44
* [Sync] Add TestUserShare class meant to be used by syncapi-related unit testsakalin@chromium.org2011-03-301-37/+37
* Revert 79902 - [Sync] Add TestUserShare class meant to be used by syncapi-rel...akalin@chromium.org2011-03-301-37/+37
* [Sync] Add TestUserShare class meant to be used by syncapi-related unit testsakalin@chromium.org2011-03-301-37/+37
* [Sync] All DTC's should check for NEEDS_CRYPTO and cryptogrpaher should be pr...zea@chromium.org2011-03-295-42/+69
* sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ...tim@chromium.org2011-03-2915-95/+305
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-293-35/+7
* Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-293-7/+35
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-293-35/+7
* Call RemoveIPAddressObserver before resetting syncer_thread_stevenjb@google.com2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-2815-25/+25
* [Sync] Add value conversions to syncable::Entry and friendsakalin@chromium.org2011-03-252-23/+10
* Fix libjingle dependencies.jcivelli@chromium.org2011-03-241-1/+0
* [Sync] Move TypePayloadMap into its own fileakalin@chromium.org2011-03-2211-72/+85
* [Sync] Split SyncNotifierImpl into P2PNotifier and InvalidationNotifierakalin@chromium.org2011-03-191-1/+0
* [Sync] Remove SyncBackendHost::UpdateEnabledTypes()akalin@chromium.org2011-03-183-33/+121
* Refactor sync notifier out of sync apiakalin@chromium.org2011-03-144-243/+74
* [Sync] Remove unncessary nudge in UpdateCredentials that can cause issues.zea@chromium.org2011-03-081-4/+0
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-3/+3
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* sync: add switch for using new syncer thread.tim@chromium.org2011-03-037-12/+231