summaryrefslogtreecommitdiffstats
path: root/base/object_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...jam@chromium.org2008-10-241-0/+3
* Run ObjectWatcher unit tests against all types of message loops.darin@google.com2008-09-241-10/+34
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-20/+12
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* ObjectWatcher needs to know when the current thread's MessageLoop is being de...darin@google.com2008-08-051-0/+33
* Revise the ObjectWatcher API to be one-to-one with the object being watched. ...darin@google.com2008-08-041-82/+30
* A helper class for calling RegisterWaitForSingleObject with the objective of ...darin@google.com2008-08-011-0/+167