summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Change processor and model associator for preferences.albertb@google.com2010-01-124-0/+512
* Made GaiaAuth use Chrome threads instead of libjingle threads.akalin@chromium.org2010-01-112-71/+106
* EntryKernel: change from assignable refs to puts.nick@chromium.org2010-01-093-68/+77
* Finish removing query_helpers.*zork@google.com2010-01-085-1006/+26
* Use the right SSL adapter on Linux/OS X. This is a partial fix for the crash...akalin@chromium.org2010-01-076-23/+86
* Fix for sync bug 31566. Return const& rather than a copy fromtim@chromium.org2010-01-072-4/+22
* sync: Add two functions to sync_ui_util header and update the callers accordi...akalin@chromium.org2010-01-062-0/+25
* Fix a crash when enabling bookmark sync.zork@google.com2010-01-051-9/+9
* Added check for Chrome message loop in SSLSocketAdapter::BeginSSL().akalin@chromium.org2010-01-051-0/+10
* Updated user_settings.* to use Chromium's sqlite helper functions.zork@google.com2010-01-045-157/+315
* Use https for GAIA URL.cevans@chromium.org2009-12-301-1/+1
* Continue migration from query_helpers.* to sqlite_utils.*zork@google.com2009-12-294-153/+158
* Fix SSL Socket adapter to handle the case where StartSSL is called before the...zork@chromium.org2009-12-292-7/+37
* atl: Remove unused <atlbase.h> header from some source files.jhawkins@chromium.org2009-12-291-72/+72
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-6/+1
* Fix a crash when you use incorrect credentials to log into bookmark sync.zork@chromium.org2009-12-221-2/+1
* Fix a release mode crash. Work should not be done inside of DCHECK()s.zork@google.com2009-12-191-2/+2
* Continuing migration of directory_backing_store.cc to Chromium sqlite wrappers.zork@google.com2009-12-183-41/+45
* Update DirectoryBackingStore::SaveChanges() to use Chromium's SQlite helper f...zork@chromium.org2009-12-181-45/+37
* Added switch to invalidate sync login.akalin@chromium.org2009-12-181-0/+7
* Remove per-field dirty bits from EntryKernel.nick@chromium.org2009-12-174-115/+87
* Generic ModelAssociator based on prototype from earlier CL.tim@chromium.org2009-12-179-129/+261
* Alter DirectoryBackingStore::InitializeTables() andzork@google.com2009-12-171-32/+33
* Handle errors in DoesTableExist() gracefully instead of crashing.zork@google.com2009-12-163-6/+25
* Implemented OS X version of NetworkStatusDetectorTaskMac.akalin@chromium.org2009-12-153-3/+514
* Use a ConditionVariable in place of WaitableEvent in BookmarkModelWorker.tim@chromium.org2009-12-152-18/+23
* Fix a leak added in r34510. We need to delete old ChangeProcessors.tony@chromium.org2009-12-151-0/+1
* I refactored ChangeProcessor so that the common stuff can be reused by otheralbertb@google.com2009-12-1412-886/+1058
* Fix a few languages: sync dialog box was cutting off the cancel button.chron@google.com2009-12-142-6/+6
* Add a UI helper method to just get the sync status without needing labels.akalin@chromium.org2009-12-143-19/+56
* sync: Fix license copyright text.evan@chromium.org2009-12-1112-14/+14
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-2/+1
* Fix the crashing chromeos sync tests and revert the patch that disabled them.albertb@google.com2009-12-101-2/+3
* Give the proper error message in the case where you attempt to log intzork@google.com2009-12-101-0/+6
* Fix typo in ifdef for enabling auth bootstraping on Chrome OSalbertb@google.com2009-12-101-3/+3
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-1/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-5/+6
* Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc).akalin@chromium.org2009-12-041-8/+0
* sync: clean up a little bit the character_set_converters code.nick@chromium.org2009-12-022-10/+0
* Add a "// namespace" comment after the closing curly bracewtc@chromium.org2009-12-011-1/+1
* Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.albertb@google.com2009-12-0110-29/+136
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-4/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-302-0/+3
* Revert 33318 - Enable sync by default on all platforms.akalin@chromium.org2009-11-301-2/+4
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-302-7/+2
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-4/+2
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-302-3/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-302-0/+3
* Fix keyboard focus in initial sync dialogs.chron@google.com2009-11-264-3/+14
* Fix some minor things that were in the unique naming CL that I forgot to addr...chron@google.com2009-11-255-8/+11