| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove signin and persist from gaia_authenticator. This fixes an issue where ... | chron@chromium.org | 2010-05-28 | 7 | -62/+30 |
* | Add logging and remove pref for bootstrapping. ChromeOS always bootstraps now. | chron@chromium.org | 2010-05-22 | 1 | -1/+8 |
* | Fixed sync unit test leak and removed suppression. | akalin@chromium.org | 2010-05-20 | 1 | -0/+1 |
* | Adding sync support for Passwords | zork@chromium.org | 2010-05-19 | 2 | -0/+4 |
* | Replaced AddressWatcherTask with net::NetworkChangeNotifier. | akalin@chromium.org | 2010-05-19 | 3 | -329/+35 |
* | Replaced NetworkStatusDetector with use of NetworkChangeNotifier | akalin@chromium.org | 2010-05-15 | 3 | -3/+31 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Use just TimeTicks::Now in the chrome/browser/sync test code. | phajdan.jr@chromium.org | 2010-05-13 | 1 | -2/+2 |
* | Re-land the protocol extension for syncing passwords patch. | albertb@chromium.org | 2010-05-07 | 3 | -0/+40 |
* | Revert "Protocol extension for syncing passwords." | albertb@chromium.org | 2010-05-07 | 3 | -40/+0 |
* | Protocol extension for syncing passwords. | albertb@chromium.org | 2010-05-07 | 3 | -0/+40 |
* | Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/... | sanjeevr@chromium.org | 2010-05-07 | 14 | -841/+56 |
* | Removed some dependencies on sync from GaiaAuthenticator so that it can be mo... | sanjeevr@chromium.org | 2010-05-06 | 4 | -12/+30 |
* | Moved XMPP notifier library from chrome/browser/sync to chrome/common/net. | sanjeevr@chromium.org | 2010-05-04 | 5 | -10/+14 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 1 | -1/+2 |
* | Changed namespace of the TalkMediator and related classes from browser_sync t... | sanjeevr@chromium.org | 2010-05-03 | 8 | -32/+43 |
* | Redo of http://codereview.chromium.org/1700003/show which was reverted. We ch... | sanjeevr@chromium.org | 2010-05-01 | 1 | -5/+10 |
* | More refactoring of TalkMediator and related classes to make them generic. Th... | sanjeevr@chromium.org | 2010-04-30 | 3 | -12/+69 |
* | Remove svn:executable property from more files that don't need it. | thestig@chromium.org | 2010-04-27 | 2 | -0/+0 |
* | Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ... | sanjeevr@chromium.org | 2010-04-26 | 19 | -20/+20 |
* | Removed dependency on AuthWatcher in the TalkMediator class. So now the TalkM... | sanjeevr@google.com | 2010-04-22 | 2 | -1/+3 |
* | Revert 45263 - We check for a sync specific service URL (or an empty) one bef... | jamesr@chromium.org | 2010-04-22 | 1 | -9/+5 |
* | We check for a sync specific service URL (or an empty) one before acting on a... | sanjeevr@google.com | 2010-04-21 | 1 | -5/+9 |
* | Sync: Check that the current thread is a ModelSafeWorker's home thread. | nick@chromium.org | 2010-04-21 | 2 | -1/+12 |
* | Changes made to TalkMediator so that its functionality is generic (non sync-s... | sanjeevr@google.com | 2010-04-20 | 2 | -0/+9 |
* | Changed the definition of time_t in the header file for Windows. Long-term so... | sanjeevr@google.com | 2010-04-20 | 1 | -0/+9 |
* | Land http://codereview.chromium.org/1621010 | tim@chromium.org | 2010-04-14 | 1 | -2/+10 |
* | Delay the nudge when syncing only preferences. | skrul@chromium.org | 2010-04-10 | 1 | -1/+12 |
* | Make the Autofill glue components capable of handling both types based on the... | tim@chromium.org | 2010-04-07 | 4 | -1/+63 |
* | Update routing info and nudge syncer in ConfigureDataTypes(). | skrul@chromium.org | 2010-04-02 | 3 | -0/+11 |
* | Make last_download_timestamp and initial_sync_ended per-datatype. | nick@chromium.org | 2010-04-01 | 11 | -91/+197 |
* | Annotate benign race in SyncherThread::IsSyncingCurrentlySilenced() | timurrrr@chromium.org | 2010-04-01 | 1 | -1/+7 |
* | Fix and resubmit 42959 | zork@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Implemented initial version of themes syncing (behind a flag). | akalin@chromium.org | 2010-03-29 | 2 | -0/+30 |
* | Reverting to fix the vista sync_unit_tests failures. | ananta@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Make sure we poll immediately on the first syncer loop. | zork@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Fix for negative routing info problem. We were replacing tokens after | nick@chromium.org | 2010-03-26 | 3 | -8/+102 |
* | Make it clear what last_sync_timestamp actually tracks. Update | nick@chromium.org | 2010-03-24 | 10 | -70/+124 |
* | Fix bustage by adding friend decl. | tim@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Disable SyncerThreadWithSyncerTest.Pause. It's timing out, so I can't use FL... | tim@chromium.org | 2010-03-23 | 1 | -1/+2 |
* | Eliminate a race between the syncerthread delivering PAUSED | nick@chromium.org | 2010-03-22 | 1 | -11/+11 |
* | Improve the integration test harness by using the max_local_timestamp | tim@chromium.org | 2010-03-19 | 2 | -5/+8 |
* | Update sync to support syncing of typed urls | zork@chromium.org | 2010-03-18 | 3 | -0/+32 |
* | Pause the sync thread while starting data types. | skrul@chromium.org | 2010-03-17 | 2 | -0/+36 |
* | Change observer expectations | skrul@chromium.org | 2010-03-17 | 2 | -24/+44 |
* | Change MediatorThreadImpl::Run to process messages forever and periodically c... | tim@chromium.org | 2010-03-16 | 1 | -2/+4 |
* | Implement SyncerThread::RequestPause and SyncerThread::RequestResume | skrul@chromium.org | 2010-03-15 | 5 | -2/+151 |
* | Added switch to invalidate the sync xmpp auth token for testing. | akalin@chromium.org | 2010-03-12 | 3 | -2/+12 |
* | Revert 40521 - Fix attempt for bug 34158. Reset the TalkMediator after callin... | tim@chromium.org | 2010-03-09 | 1 | -4/+1 |
* | Speculative fix for bug 37709. Don't use a MutableEntry (and hence add somet... | tim@chromium.org | 2010-03-09 | 2 | -4/+5 |