| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed some dependencies on sync from GaiaAuthenticator so that it can be mo... | sanjeevr@chromium.org | 2010-05-06 | 4 | -12/+30 |
* | Added NetworkChangeNotifierThread interface. | akalin@chromium.org | 2010-05-05 | 10 | -152/+377 |
* | Add integration test for autofill profiles. | skrul@chromium.org | 2010-05-05 | 1 | -1/+3 |
* | so it fits the "customize sync" text in all languages. | dantasse@chromium.org | 2010-05-04 | 1 | -1/+1 |
* | Moved XMPP notifier library from chrome/browser/sync to chrome/common/net. | sanjeevr@chromium.org | 2010-05-04 | 87 | -8817/+19 |
* | Wrote NetworkChangeNotifierProxy, which lets objects that don't live on | akalin@chromium.org | 2010-05-04 | 9 | -90/+532 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 2 | -8/+9 |
* | Disable autofill sync; there are too many crashes. | nick@chromium.org | 2010-05-04 | 2 | -10/+26 |
* | Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C... | sanjeevr@chromium.org | 2010-05-03 | 3 | -10/+37 |
* | Changed namespace of the TalkMediator and related classes from browser_sync t... | sanjeevr@chromium.org | 2010-05-03 | 30 | -79/+90 |
* | 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 | 27 | -412/+348 |
* | Update typed_url sync to support visits. | zork@chromium.org | 2010-04-30 | 7 | -125/+540 |
* | Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som... | skrul@chromium.org | 2010-04-30 | 3 | -11/+40 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 2 | -1/+74 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 2 | -74/+1 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 2 | -1/+74 |
* | Added NetworkChangeObserverProxy class. | akalin@chromium.org | 2010-04-30 | 3 | -0/+595 |
* | Remove CHECK()s from directory backing store and check return values. | zork@chromium.org | 2010-04-29 | 4 | -43/+61 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 2 | -75/+2 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 2 | -1/+74 |
* | Make the Nigori user salt key 128-bits to be FIPS compliant. | albertb@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Delete and recreate the sync database if it is corrupt. | albertb@chromium.org | 2010-04-27 | 3 | -4/+41 |
* | Remove svn:executable property from more files that don't need it. | thestig@chromium.org | 2010-04-27 | 4 | -0/+0 |
* | Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ... | sanjeevr@chromium.org | 2010-04-26 | 29 | -683/+27 |
* | Make sure that the sync backend host doesn't exist in a post-shutdown state, ... | dantasse@chromium.org | 2010-04-23 | 1 | -6/+13 |
* | Added sync_listen_notifications, a utility that connects to an XMPP | akalin@chromium.org | 2010-04-23 | 3 | -0/+235 |
* | I fail at merging. Build fix. | evan@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | Minor code issues found by Clang. | evan@chromium.org | 2010-04-23 | 1 | -1/+2 |
* | Enable Nigori unit tests on all platforms. | albertb@chromium.org | 2010-04-23 | 3 | -13/+7 |
* | Revert 45484 - Added sync_listen_notifications, a utility that connects to an... | akalin@chromium.org | 2010-04-23 | 2 | -230/+0 |
* | Added sync_listen_notifications, a utility that connects to an XMPP | akalin@chromium.org | 2010-04-23 | 2 | -0/+230 |
* | Make an Unrecoverable Error during sign-in spit you back out to the sign-in p... | dantasse@chromium.org | 2010-04-23 | 4 | -4/+31 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 2 | -11/+9 |
* | - Adding Chrome preferences for ibus-pinyin. | yusukes@google.com | 2010-04-22 | 1 | -0/+14 |
* | Removed dependency on AuthWatcher in the TalkMediator class. So now the TalkM... | sanjeevr@google.com | 2010-04-22 | 5 | -55/+6 |
* | Revert 45263 - We check for a sync specific service URL (or an empty) one bef... | jamesr@chromium.org | 2010-04-22 | 1 | -9/+5 |
* | Revert 45257 - Delete and recreate the sync database if it is corrupt. | jamesr@chromium.org | 2010-04-22 | 3 | -38/+4 |
* | 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 |
* | Delete and recreate the sync database if it is corrupt. | albertb@chromium.org | 2010-04-21 | 3 | -4/+38 |
* | Sync: Check that the current thread is a ModelSafeWorker's home thread. | nick@chromium.org | 2010-04-21 | 11 | -2/+58 |
* | Changes made to TalkMediator so that its functionality is generic (non sync-s... | sanjeevr@google.com | 2010-04-20 | 16 | -78/+243 |
* | Add a NULL check in syncable::Directory::TakeSnapshotForSaveChanges. | thestig@chromium.org | 2010-04-20 | 1 | -0/+2 |
* | Changed the definition of time_t in the header file for Windows. Long-term so... | sanjeevr@google.com | 2010-04-20 | 1 | -0/+9 |
* | Add IME prefs to sync. | zork@chromium.org | 2010-04-20 | 1 | -0/+9 |
* | Encrypt credit card number in storage. | georgey@chromium.org | 2010-04-19 | 2 | -0/+5 |
* | Tweak sync setup dialog. The goal here is to make it look more like the old ... | skrul@chromium.org | 2010-04-19 | 2 | -8/+138 |
* | Made ThemeChangeProcessor handle multiple updates to work around | akalin@chromium.org | 2010-04-16 | 1 | -16/+29 |
* | Remove extra notification from BookmarkModel::Copy. | skrul@chromium.org | 2010-04-16 | 1 | -0/+2 |
* | Revert 44708 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 2 | -74/+1 |