summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: add some "static"s to functionsevan@chromium.org2009-11-171-12/+14
* Re-enable the ServerChangeProcessing test.nick@chromium.org2009-11-171-2/+1
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-2/+4
* Moved the various Google Accounts URLs out of gaia_login.html and into sync_s...idana@chromium.org2009-11-142-4/+39
* Fix crash described in 27580 by telling bookmark model to removemunjal@chromium.org2009-11-131-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-1313-27/+28
* Part 1 of removing PathSTring. I scrubbed files that are notmunjal@chromium.org2009-11-1319-45/+54
* Disable ProfileSyncServiceTest_ServerChangeProcessing due to purify error.scherkus@chromium.org2009-11-131-1/+2
* Revert 31865 - This change is patched from http://codereview.chromium.org/276...idana@chromium.org2009-11-131-6/+12
* This change is patched from http://codereview.chromium.org/276071 by randy.po...idana@chromium.org2009-11-131-12/+6
* Implement the gaia captcha state and unlock capability in the sync setup wizard.tim@chromium.org2009-11-1213-77/+249
* Fix mediator_thread_impl.cc to run timer tasks when the task runner iszork@google.com2009-11-121-9/+10
* Turn on sync for OS X (behind an --enable-sync switch).akalin@chromium.org2009-11-122-0/+13
* Part 1 of implementing captcha for sync dialog. tim@chromium.org2009-11-1110-120/+83
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-115-10/+11
* Check for an active network connection when network adapter status changes.zork@google.com2009-11-111-1/+17
* Fix 26141munjal@chromium.org2009-11-103-47/+30
* Removes blocked items. Also, some minor cleanup in preparation for (and to he...tim@chromium.org2009-11-1018-317/+8
* Fix a few spelling mistakes.nick@chromium.org2009-11-093-7/+7
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-075-2/+16
* Part 2 of string cleanup in Sync:munjal@chromium.org2009-11-067-172/+118
* Got rid of DieFileDie in user_settings_unittest.cc.idana@chromium.org2009-11-062-32/+49
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+3
* Fix the mediator thread to check for a valid xmpp client before trying tozork@google.com2009-11-061-3/+18
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-1/+3
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-3/+1
* Revert 31122 - Revert 31109 Avoid calling PlatformThread::Sleep(1) from even...idana@chromium.org2009-11-061-1/+1
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-062-0/+4
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-1/+3
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+2
* Remove the high res timer, which is unused.nick@chromium.org2009-11-058-410/+0
* Fix the extensions activity monitor test for POSIX (c:\? Really?)nick@chromium.org2009-11-051-12/+17
* Revert 31109 - Avoid calling PlatformThread::Sleep(1) from event_sys_unittest...ben@chromium.org2009-11-051-1/+1