summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
Commit message (Expand)AuthorAgeFilesLines
* sync: null check DTM in OnPassphraseAcceptedtim@chromium.org2011-04-211-1/+2
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-201-0/+15
* Sync: Fix a few issues with the refrehsed UI.jhawkins@chromium.org2011-04-191-3/+8
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-0/+7
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-7/+0
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-0/+7
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-7/+0
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-181-0/+7
* sync: Make nudge + config jobs reliable in SyncerThread2lipalani@chromium.org2011-04-151-0/+1
* Reapply r80049 with clang fixes.zea@chromium.org2011-04-011-0/+2
* Revert 80049 - [Sync] Refactor controllers for datatypes that live on ui thread.zea@chromium.org2011-03-311-2/+0
* [Sync] Refactor controllers for datatypes that live on ui thread.zea@chromium.org2011-03-311-0/+2
* Gracefully clean up passphrase_required state when preferred types change.atwilson@chromium.org2011-03-311-4/+23
* Making sync configure errors more descriptive.lipalani@chromium.org2011-03-301-3/+9
* Removing TokenMigrator + sync credential migrationrickcam@chromium.org2011-03-301-34/+0
* [Sync] All DTC's should check for NEEDS_CRYPTO and cryptogrpaher should be pr...zea@chromium.org2011-03-291-2/+3
* Get rid of unnecessary extra constructor for ProfileSyncService.atwilson@chromium.org2011-03-291-15/+1
* [Sync] Refactor DataTypeManager to not allow Configure call while configuring.zea@chromium.org2011-03-241-3/+4
* Moved UI state from ProfileSyncService to SyncUserFlow so it doesn't inapprop...atwilson@chromium.org2011-03-161-8/+0
* Refactor sync notifier out of sync apiakalin@chromium.org2011-03-141-67/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-4/+4
* 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-0/+4
* [Sync] Unrevert r75287 (initial support for sync encryption of all datatypes)...zea@chromium.org2011-02-241-5/+27
* When enabling password sync manually, use the passphrase migration flow to cr...johnnyg@chromium.org2011-02-231-1/+9
* Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook...zea@chromium.org2011-02-171-19/+5
* [Sync] Initial support for encrypting any datatype (no UI hookup yet).zea@chromium.org2011-02-171-5/+19
* Show settings/personal when attempting to call ShowLoginDialog for ChromeOS.stevenjb@google.com2011-02-161-2/+5
* [Sync] Expose syncapi events to chrome://sync-internalsakalin@chromium.org2011-02-111-0/+2
* [Sync] Add JS scriptability to syncapiakalin@chromium.org2011-02-011-3/+13
* From the enter-passphrase screen in sync setup, canceling should only disable...johnnyg@chromium.org2011-01-261-0/+17
* [Sync] Refactored ProfileSyncService and remove its backend() functionakalin@chromium.org2011-01-241-3/+82
* Adding a scoped_allowio for ProfileSyncService until we can evaluate.finnur@chromium.org2011-01-241-2/+5
* Stop using browser signin for passphrase migration, just use the normal signi...johnnyg@chromium.org2011-01-211-34/+14
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* [Sync] Tidy up SyncBackendHost interface.akalin@chromium.org2011-01-191-73/+55
* Change all the places where the multi-purpose sync error link is surfaced to ...johnnyg@chromium.org2011-01-191-0/+19
* Further tweaks to the passphrase UI to deal with passphrase entry.johnnyg@chromium.org2011-01-131-4/+17
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-131-17/+11
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-131-3/+3
* Add passphrase migration UI according to the flow chart for users who require...johnnyg@chromium.org2011-01-081-5/+50
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+0
* Rest of the autofill work.lipalani@chromium.org2010-12-161-7/+28
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-2/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Add a boolean details to the PASSPHRASE_REQUIRED message that indicates johnnyg@chromium.org2010-11-191-0/+2
* Allow sync with 2-factor StrongAuth accounts in ChromeOS.stevenjb@chromium.org2010-11-181-19/+22
* fix arm build.tim@chromium.org2010-11-101-2/+2
* sync: bake 'explicit' passphrases into the nigori specifics, rathertim@chromium.org2010-11-101-25/+27