summaryrefslogtreecommitdiffstats
path: root/base/object_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-143/+0
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-5/+5
* 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