summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make cancel button not pop up when you make a bad login.chron@google.com2009-11-251-12/+13
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+3
* sync: get rid of path_helpers files.nick@chromium.org2009-11-2515-224/+0
* Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...akalin@chromium.org2009-11-256-81/+84
* Update Signal Thread to use ref counting and locks to ensure thread safety.zork@chromium.org2009-11-242-2/+3
* Remove a TODO in post_commit_command.cc. Clarify what's going on.nick@chromium.org2009-11-241-3/+4
* Final part of PathString cleanup.munjal@chromium.org2009-11-2419-383/+284
* Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...akalin@chromium.org2009-11-244-5/+232
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* Moved common OpenSyncMyBookmarksDialog() code into SyncStatusUIHelper.akalin@chromium.org2009-11-232-1/+27