summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [Sync] Remove more boilerplate from chrome://sync-internals js filesakalin@chromium.org2011-05-101-9/+9
* Sync: Remove the now-unused PASSPHRASE_MIGRATION state of SyncSetupWizard.jhawkins@chromium.org2011-05-091-0/+2
* [Sync] Refactor JsArgList a bit.akalin@chromium.org2011-05-061-9/+9
* [Sync] Refactor JS event handling to reduce boilerplateakalin@chromium.org2011-05-061-21/+21
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-1/+0
* Update the source for config requests.lipalani@chromium.org2011-05-051-2/+3
* Increasing the chance of the race condition bug to occur by disabling logging...lipalani@chromium.org2011-05-051-4/+11
* Add more debug logging to trace a race condition.lipalani@chromium.org2011-05-041-2/+31
* Refactor sync passphrase setup flow and fix passphrase testsrsimha@chromium.org2011-05-021-4/+22
* Remove all TODO(tim):deprcecated and clean up all the remnants of syncer thre...lipalani@chromium.org2011-04-291-30/+18
* [Sync] Remove changes_channel functionality and replace with DirectoryChangeL...zea@chromium.org2011-04-271-97/+67
* sync: repairs + improvement to migration code pathtim@chromium.org2011-04-221-6/+0
* 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-201-8/+28
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-201-0/+6
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-67/+29
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-29/+67
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-67/+29
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-29/+67
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-181-67/+29
* 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-071-5/+4
* Implement search feature backend. This does a DFS and returns the matching no...lipalani@chromium.org2011-04-061-0/+89
* sync: update comment @ syncapi shutdown monstrositytim@chromium.org2011-04-051-4/+6
* Showing the location of where nudges came from.lipalani@chromium.org2011-04-051-7/+9
* Revert 80251 - Showing the location of where nudges came from.lipalani@chromium.org2011-04-021-9/+7
* Showing the location of where nudges came from.lipalani@chromium.org2011-04-021-7/+9
* Revert 80166 - Show the location where the nudges are triggered from.lipalani@chromium.org2011-04-011-9/+7
* Show the location where the nudges are triggered from.lipalani@chromium.org2011-04-011-7/+9
* sync: fix order-of-operations in starting the syncer threadtim@chromium.org2011-04-011-12/+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-311-0/+1
* [Sync] All DTC's should check for NEEDS_CRYPTO and cryptogrpaher should be pr...zea@chromium.org2011-03-291-16/+19
* sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ...tim@chromium.org2011-03-291-9/+38
* 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-281-1/+1
* [Sync] Add value conversions to syncable::Entry and friendsakalin@chromium.org2011-03-251-15/+4
* [Sync] Move TypePayloadMap into its own fileakalin@chromium.org2011-03-221-5/+6
* [Sync] Split SyncNotifierImpl into P2PNotifier and InvalidationNotifierakalin@chromium.org2011-03-191-1/+0
* [Sync] Remove SyncBackendHost::UpdateEnabledTypes()akalin@chromium.org2011-03-181-25/+28
* Refactor sync notifier out of sync apiakalin@chromium.org2011-03-141-235/+73
* [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-031-5/+24
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* [Sync] Unrevert r75287 (initial support for sync encryption of all datatypes)...zea@chromium.org2011-02-241-110/+354
* Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook...zea@chromium.org2011-02-171-351/+107
* [Sync] Initial support for encrypting any datatype (no UI hookup yet).zea@chromium.org2011-02-171-107/+351
* Currently chrome sync subscribes to notifications on all datatypes regardless...lipalani@chromium.org2011-02-161-10/+47