summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-2/+2
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-1/+0
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-4/+4
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-4/+4
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-2/+1
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-0/+13
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-26/+10
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-10/+26
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-26/+10
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-10/+26
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-2/+3
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+2
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-2/+3
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Add host-side rate-limiting to desktop resize events.jamiewalch@chromium.org2013-06-091-2/+6
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-6/+6
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-10/+10
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-2/+2
* Fixed a typo in DesktopSessionProxy::SetScreenResolution().alexeypa@chromium.org2013-05-311-1/+1
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-59/+93
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-1/+3
* Simplify ScreenCapturer interface.sergeyu@chromium.org2013-04-231-18/+0
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-19/+53
* 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
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-26/+29
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-4/+4
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-2/+21
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-1/+2
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-0/+6
* DesktopSessionProxy should be owned by the event executor and audio/video cap...alexeypa@chromium.org2013-03-081-55/+48
* Crash the network or desktop process when an unknown IPC message is received.alexeypa@chromium.org2013-03-051-0/+1
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-071-28/+39
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-281-19/+21
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-77/+97
* Added audio support to the multiprocess host.alexeypa@chromium.org2012-12-271-1/+47
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-5/+33
* Simplify remoting::CaptureDatasergeyu@chromium.org2012-12-221-7/+3
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-15/+8
* Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.alexeypa@chromium.org2012-11-301-0/+64
* Added support of mouse cursor shape updates to DesktopSessionAgent.alexeypa@chromium.org2012-11-281-4/+34
* The video capturer now runs in a separate process.alexeypa@chromium.org2012-11-271-0/+283