summaryrefslogtreecommitdiffstats
path: root/remoting/host/daemon_process_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-2/+5
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-1/+1
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-4/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-3/+3
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-3/+2
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-6/+6
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-3/+2
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-5/+3
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-0/+3
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-11/+11
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-1/+15
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-7/+16
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-5/+9
* Crash the network process when a fatal daemon-to-network protocol error encou...alexeypa@chromium.org2012-10-231-5/+7
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-1/+1
* Fixing a memory leak in DaemonProcessTest.alexeypa@chromium.org2012-10-171-0/+1
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-0/+312