summaryrefslogtreecommitdiffstats
path: root/remoting/host/ipc_desktop_environment.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring platform-agnostic Gnubby Auth Handler logic into a Host Extension.joedow2016-02-171-6/+0
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-29/+11
* Moving Gnubby* files to a new directory.joedow2016-02-081-1/+1
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-1/+1
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+1
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+1
* Touch Events capability negotiationrkuroiwa2015-06-051-4/+8
* Remove uses of CloseProcessHandle.rvargas2015-02-051-5/+5
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Declaring the weak_ptr_factory in proper order.anand.ratn2014-09-111-2/+2
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-1/+1
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+6
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-2/+1
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-0/+6
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-6/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+6
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-6/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+6
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-2/+3
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-8/+8
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-4/+11
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-41/+35
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-3/+3
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-0/+17
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-2/+2
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-0/+7
* DesktopSessionProxy should be owned by the event executor and audio/video cap...alexeypa@chromium.org2013-03-081-23/+11
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-1/+4
* Pass the |curtain_activated| flag to IpcDesktopEnvironmentFactory.alexeypa@chromium.org2013-03-051-2/+10
* Add more IPC unit tests:alexeypa@chromium.org2013-02-201-2/+2
* Removing an incorrect DCHECK(). DesktopEnvironmentFactory instances are delet...alexeypa@chromium.org2013-02-161-1/+0
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-071-7/+10
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-281-2/+2
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-40/+151
* Added audio support to the multiprocess host.alexeypa@chromium.org2012-12-271-1/+3
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-22/+13
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-2/+2
* Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.alexeypa@chromium.org2012-11-301-1/+3
* The video capturer now runs in a separate process.alexeypa@chromium.org2012-11-271-60/+16
* Tweak VideoFrameCapturer::Create() to return a scoped_ptr.wez@chromium.org2012-11-201-1/+1
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-0/+72
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-0/+53