summaryrefslogtreecommitdiffstats
path: root/remoting/base/auto_thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-2/+2
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* clang/win: static_cast cannot cast void* to function pointer types.thakis@chromium.org2014-07-151-1/+1
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-1/+0
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-10/+13
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-191-1/+1
* Add COM initialization support to AutoThread.wez@chromium.org2012-11-281-1/+85
* Revert 169595 - Add AutoThread types for Windows that initialize COM.joi@chromium.org2012-11-271-64/+1
* Add AutoThread types for Windows that initialize COM.wez@chromium.org2012-11-271-1/+64
* Initial implementation of AutoThread.wez@chromium.org2012-10-101-0/+115