summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* [Sync] Tidy up SyncBackendHost interface.akalin@chromium.org2011-01-191-23/+23
* Turn password sync on by default.johnnyg@chromium.org2011-01-151-2/+2
* sync: annotate call to join SyncCoreThread to keep ThreadRestrictions happy.tim@chromium.org2011-01-131-4/+9
* sync: avoid creating a HistoryModelWorker unless it is needed.tim@chromium.org2011-01-131-3/+9
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+5
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-5/+0
* Rest of the autofill work.lipalani@chromium.org2010-12-161-0/+64
* Move:ben@chromium.org2010-12-021-1/+1
* Add a boolean details to the PASSPHRASE_REQUIRED message that indicates johnnyg@chromium.org2010-11-191-4/+4
* sync: bake 'explicit' passphrases into the nigori specifics, rathertim@chromium.org2010-11-101-4/+16
* Revert 63447 - sync: enable password sync by default.tim@chromium.org2010-11-041-2/+2
* sync: enable password sync by default.tim@chromium.org2010-10-211-2/+2
* Revert 63223 - sync: enable password sync by default.tim@chromium.org2010-10-201-2/+2
* sync: enable password sync by default.tim@chromium.org2010-10-201-2/+2
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Nudge syncer when datatypes are deleted. This ensures the deletion happens in...zea@chromium.org2010-10-111-10/+20
* Rename ChromeThread to BrowserThread Part5:tfarina@chromium.org2010-10-081-1/+1
* sync: Fix Nigori download sequencing.tim@chromium.org2010-10-071-5/+28
* sync: Introduce support for split transaction apply/commit changes. Change_pr...tim@chromium.org2010-09-231-13/+38
* Take 2 - Get password sync to a usable state.tim@chromium.org2010-09-171-1/+10
* Add Sources to several notifications.tim@chromium.org2010-09-171-2/+2
* Revert 59618 - Get password sync to a usable state.tim@chromium.org2010-09-161-17/+1
* Get password sync to a usable state.tim@chromium.org2010-09-161-1/+17
* Don't start the PasswordModelWorker if there's no PasswordStore.albertb@chromium.org2010-09-101-3/+9
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-32/+38
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-081-9/+3
* Implements the backend for clearing data from the servertim@chromium.org2010-09-081-0/+33
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-32/+29
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-29/+32
* Revert 58768 - Adding the sync-notification-host command line parameter to th...rsimha@chromium.org2010-09-071-3/+9
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-071-9/+3
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+3
* sync: Add bootstrappability to the Cryptographer.tim@chromium.org2010-08-311-5/+27
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-7/+6
* Fix permissions on sync files.erg@google.com2010-08-111-0/+0
* sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-32/+54
* Use SSL/TCP port for notifications in sync tests.rsimha@chromium.org2010-08-101-0/+3
* Remove sync_types.h. No functions from this file are used, and some of them arebrettw@chromium.org2010-08-081-2/+2
* Significantly speed up sync integration tests.rsimha@chromium.org2010-07-261-0/+4
* Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*finnur@chromium.org2010-07-241-0/+1
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+5
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-161-0/+3
* Check for NULL host_ or frontend_ in the sync_backend_host.albertb@chromium.org2010-07-151-0/+6
* Microfix to cause ChromeOS to always try to renew credentials.chron@chromium.org2010-07-141-1/+1
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-0/+9
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-071-6/+11
* Remove NIGORI from the sync routing info.albertb@chromium.org2010-07-011-1/+0
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-291-3/+20
* New HTML Sync Setup UI.dantasse@chromium.org2010-06-251-4/+0