summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/ui_model_worker_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-0/+1
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-161-1/+1
* Sync: Check that the current thread is a ModelSafeWorker's home thread.nick@chromium.org2010-04-211-1/+1
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-1/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-011-4/+5
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-281-5/+4
* Implementation of the database safe worker model.albertb@google.com2010-01-281-4/+5
* Fix leaks due to not deleting closures.tim@chromium.org2010-01-221-2/+3
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-221-0/+222