summaryrefslogtreecommitdiffstats
path: root/base/win/object_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-2/+2
* Use DCHECK_EQ(x, y) instead of DCHECK in ObjectWatcher::StopWatching.dcheng@chromium.org2013-07-171-1/+1
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-2/+2
* Revert 143251 - Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-211-6/+0
* Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-201-0/+6
* CHECK that we don't start watching an object with a NULL delegate.dcheng@chromium.org2012-04-031-1/+2
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-70/+40
* Revert 111865 - Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-32/+68
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-291-68/+32
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-0/+140