summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ChromeAsyncSocket by default.akalin@chromium.org2010-09-011-1/+1
* sync: Add bootstrappability to the Cryptographer.tim@chromium.org2010-08-311-0/+2
* Fix official build.evan@chromium.org2010-08-271-2/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* sync: take two for:tim@chromium.org2010-08-181-4/+18
* Revert 56423 - Added classes to enable session sync functionality.tim@chromium.org2010-08-171-18/+4
* Added classes to enable session sync functionality.tim@chromium.org2010-08-171-4/+18
* Implemented apps sync (behind a flag).akalin@chromium.org2010-08-161-0/+3
* Convert TimeFormat (chrome/common/time_format.*) to string16 (from wstring).viettrungluu@chromium.org2010-08-121-1/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-4/+4
* sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-9/+14
* Use SSL/TCP port for notifications in sync tests.rsimha@chromium.org2010-08-101-0/+4
* Convert a bunch of wstring/wchar_t*'s, mostly in browser_about_handler.cc.viettrungluu@chromium.org2010-08-051-12/+13
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.skrul@chromium.org2010-07-231-3/+14
* Green Tree Tactical Force: Revert skrul's bad commits (probably a git-cl bug).phajdan.jr@chromium.org2010-07-231-14/+3
* Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.skrul@chromium.org2010-07-231-3/+14
* When the user cancels the sync setup, it should not cause an unrecoverable er...johnnyg@chromium.org2010-07-221-0/+1
* sync: Speculative fix for a possible trigger to bug 48502. tim@chromium.org2010-07-201-1/+4
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-161-0/+12
* Set the options dialog as the parent window of the sync wizard when thealbertb@chromium.org2010-07-161-4/+7
* Add support for the "clear pending" server / storage backend state.tim@chromium.org2010-07-151-3/+11
* Send large dump file for canary build. Also fix a similarhuanr@chromium.org2010-07-151-0/+1
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-141-0/+29
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-6/+8
* Add the TokenService to the chrome profile, and use it to pass the LSID from ...chron@chromium.org2010-07-141-26/+4
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-071-7/+15
* Make Keep Everything Synced = true by defaultdantasse@chromium.org2010-07-011-1/+3
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-291-28/+19
* New HTML Sync Setup UI.dantasse@chromium.org2010-06-251-4/+26
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+4
* Revert r50774 as it introduces valgrind failureshclam@chromium.org2010-06-251-26/+4
* New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming so...dantasse@chromium.org2010-06-241-4/+26
* Take 2: sync changes to support encryptionalbertb@chromium.org2010-06-231-2/+28
* TBR: willchanalbertb@chromium.org2010-06-221-28/+2
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-221-2/+28
* sync: Point dev channel sync engines to clients4.google.com/chrome-sync/devtim@chromium.org2010-06-161-1/+1
* Let DataTypeControllers determine whether their data types are ready to bealbertb@chromium.org2010-06-101-0/+5
* Plumbing data type choices through to the PSSdantasse@chromium.org2010-06-101-0/+7
* Added extensions sync-related constants, switches, and clauses.akalin@chromium.org2010-06-091-0/+3
* Changed syncable::PASSWORD to syncable::PASSWORDS for consistencyakalin@chromium.org2010-06-091-1/+1
* sync: Add location info to unrecoverable errors, and remove the Unrecoverable...tim@chromium.org2010-06-081-4/+12
* Changes to allow focusing the syncronization dialog, useful for the case wher...csilv@chromium.org2010-06-031-2/+4
* Add logging and remove pref for bootstrapping. ChromeOS always bootstraps now.chron@chromium.org2010-05-221-17/+18
* Adding sync support for Passwordszork@chromium.org2010-05-191-0/+3
* Reverse shutdown order for data type manager. Fix race condition.chron@chromium.org2010-05-181-6/+9
* Attempt to recommit issue 2013017. Switch sync servers based on channel.chron@chromium.org2010-05-171-3/+28
* Replaced NetworkStatusDetector with use of NetworkChangeNotifierakalin@chromium.org2010-05-151-3/+28
* Defensive checks for backend_ existence.nick@chromium.org2010-05-131-3/+28