summaryrefslogtreecommitdiffstats
path: root/remoting/host/ipc_desktop_environment_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-5/+1
* Remoting: Remove references to POSIX shared memory.erikchen2015-12-291-0/+2
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-12/+14
* Switch to standard integer types in remoting/host/.avi2015-12-221-1/+5
* Move VideoFramePump to remoting/protocolsergeyu2015-11-231-2/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-2/+2
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-2/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-2/+2
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-6/+3
* Don't use attachment brokers with remoting processes.erikchen2015-08-031-1/+2
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Touch Events capability negotiationrkuroiwa2015-06-051-38/+61
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-4/+4
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-131-2/+6
* Connect HostEventDispatcher to InputInjector for touch eventsrkuroiwa2015-03-061-0/+47
* Remove uses of CloseProcessHandle.rvargas2015-02-051-1/+8
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-20/+20
* 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-3/+3
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-10/+9
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-16/+16
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+14
* Rename *Fake to Fake*sergeyu@chromium.org2014-07-171-2/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-5/+5
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-4/+5
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-5/+4
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-37/+31
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-13/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+13
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-13/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+13
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-3/+2
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-1/+0
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-2/+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-9/+9
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-7/+7
* Fixed a typo in DesktopSessionProxy::SetScreenResolution().alexeypa@chromium.org2013-05-311-0/+38
* Fix memory leak in IpcDesktopEnvironmentTest.CaptureFramesergeyu@chromium.org2013-05-161-2/+6
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-8/+10
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-4/+4
* Simplify ScreenCapturer interface.sergeyu@chromium.org2013-04-231-52/+0
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-5/+12
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-051-5/+0
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-14/+0
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-29/+53
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-62/+62
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-3/+3
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-0/+12
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-4/+10