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