summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_process_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-3/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-4/+4
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+1
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-6/+6
* Rename *Fake to Fake*sergeyu@chromium.org2014-07-171-2/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-4/+4
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-1/+1
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-8/+8
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-8/+8
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-3/+2
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-7/+7
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-10/+8
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-1/+1
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-6/+4
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-5/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-051-5/+0
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-21/+8
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-9/+9
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-1/+2
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-0/+13
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-1/+1
* Added DesktopProcessTest.StartSessionAgent unit test verifying that a desktop...alexeypa@chromium.org2013-02-201-2/+47
* Pass a DesktopEnvironmentFactory when starting a DesktopProcess, allow the ca...alexeypa@chromium.org2013-02-041-1/+53
* Fixing threading issues in remoting::DesktopProcess. The UI thread is now own...alexeypa@chromium.org2012-10-261-29/+51
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-0/+231