summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* 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
* build fix: missing includeevan@chromium.org2009-11-221-0/+1
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-2164-2880/+2473
* Revert 32727 - Disable sync. (Will be committed on beta branch only, and this...akalin@chromium.org2009-11-211-1/+1
* Disable sync. (Will be committed on beta branch only, and this CL will be imm...akalin@chromium.org2009-11-211-1/+1
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-4/+6
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-6/+2
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-2027-2634/+1052
* Made FlowHandler() be created by SyncSetupFlow itself.akalin@chromium.org2009-11-192-13/+27
* Cleanup some callers now that the restriction that ChromeURLRequestContextGet...eroman@chromium.org2009-11-192-15/+2
* Change the layout have in sync_setup_flow.cc to only be active on MacOS.zork@chromium.org2009-11-181-1/+1
* Change the sync dialog to use the Html version on Linux.zork@chromium.org2009-11-181-13/+0