summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Split up PreXmppAuth and SaslHandler.akalin@chromium.org2010-03-165-72/+55
* Change MediatorThreadImpl::Run to process messages forever and periodically c...tim@chromium.org2010-03-163-17/+38
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-162-3/+3
* Implement SyncerThread::RequestPause and SyncerThread::RequestResumeskrul@chromium.org2010-03-155-2/+151
* Added switch to invalidate the sync xmpp auth token for testing.akalin@chromium.org2010-03-129-10/+40
* Additional unit tests for autofillskrul@chromium.org2010-03-122-4/+140
* Refactor synchronous error handlingskrul@chromium.org2010-03-1119-296/+262
* Ripped out talk/p2p directory from third_party/libjingle.akalin@chromium.org2010-03-105-5/+5
* More code cleanups found by -Wextra.evan@chromium.org2010-03-092-2/+2
* Revert 40521 - Fix attempt for bug 34158. Reset the TalkMediator after callin...tim@chromium.org2010-03-091-4/+1
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-0/+4
* Speculative fix for bug 37709. Don't use a MutableEntry (and hence add somet...tim@chromium.org2010-03-092-4/+5
* Make VerifyUpdatesCommand a ModelChanging variant for now as we can endtim@chromium.org2010-03-094-6/+119
* Add tests to the ProfileSyncServiceAutofillTest for association merge.skrul@chromium.org2010-03-095-48/+148
* Remove unused persist code.skrul@chromium.org2010-03-094-119/+3
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0954-0/+0
* BSD port: Another chunk of chrome/ ifdef changespvalchev@google.com2010-03-091-4/+4
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-084-5/+10
* Fix KeyToTag and add unit testskrul@chromium.org2010-03-082-2/+29
* Add unit test for the "aborted by shutdown" case.skrul@chromium.org2010-03-081-0/+13
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-0/+1
* Use a common call to WriteAutofill in AutofillModelAssociator, add a properzork@google.com2010-03-053-44/+41
* Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t...zork@chromium.org2010-03-051-6/+0
* Under Chromium OS, keep track of whether sync auth has been bootstrappedalbertb@chromium.org2010-03-052-3/+24
* Fix one valgrind bug.chron@google.com2010-03-041-1/+2
* Improve autofill unit testskrul@chromium.org2010-03-035-61/+61
* Fix attempt for bug 34158. Reset the TalkMediator after calling Logout to ens...tim@chromium.org2010-03-031-1/+4
* Fix autofill test hangskrul@chromium.org2010-03-031-9/+35
* Make DTCs implement the UnrecoverableErrorHandler interface so they can bealbertb@chromium.org2010-03-0323-89/+233
* Disable ProfileSyncServiceAutofillTest since they're causing hangs.jam@chromium.org2010-03-021-3/+6
* Move a debug string util to syncer proto util. Add better getupdates logging ...chron@google.com2010-03-026-27/+59
* Unit test for autofill sync.skrul@chromium.org2010-03-0216-53/+403
* Add home button to synced prefs.chron@google.com2010-03-021-0/+1
* Add database model worker to worker registry and remove deprecated threadzork@google.com2010-03-021-13/+4
* Fix crash in ProfileSyncService on ChromiumOS.skrul@chromium.org2010-03-011-1/+1
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-0119-14/+1121
* Use syncable hashes that are base64.chron@google.com2010-02-262-26/+19
* Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ...skrul@chromium.org2010-02-2623-327/+756
* Remove unused header declaration. Not defined in syncer.cc. Was moved into sy...chron@google.com2010-02-251-2/+0
* When applying updates, the UpdateApplicator should check ServerModelType and nottim@chromium.org2010-02-251-1/+2
* Temporary fix for commit ID problem. Hex encode IDs so we use ASCII.chron@google.com2010-02-252-2/+5
* When creating preference sync node, set the node title to the name of thealbertb@google.com2010-02-254-6/+9
* Revert 39964 - Move data type start/stop management into DataTypeManagerchron@chromium.org2010-02-2523-749/+327
* Revert 39966 - Fix mac build bustagechron@chromium.org2010-02-251-1/+1
* Fix mac build bustageskrul@chromium.org2010-02-251-1/+1
* Move data type start/stop management into DataTypeManagerskrul@chromium.org2010-02-2523-327/+749
* Multi-pass ModelChangingSyncerCommands.tim@chromium.org2010-02-2528-341/+651
* Refactored parts of the PSS unit tests to allow for preference sync to be tes...albertb@google.com2010-02-228-109/+307
* Fix the memset call from my previous CL.phajdan.jr@chromium.org2010-02-201-1/+1
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-202-5/+20