summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-40/+12
* Use scoped_ptr<> for the argument in DesktopSessionAgent::SendToNetwork()sergeyu2016-02-131-21/+25
* Update webrtc::DesktopCapturere clients to use SharedMemoryFactorysergeyu2016-02-121-70/+68
* Remove invalid CHECK() from DesktopSessionAgent::OnCaptureCompleted.sergeyu2016-01-251-3/+0
* Fix DesktopSessionAgent to pass shared buffer handle to the capturer.sergeyu2016-01-201-2/+14
* Remoting: Remove references to POSIX shared memory.erikchen2015-12-291-17/+1
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-3/+6
* Switch to standard integer types in remoting/host/.avi2015-12-221-1/+3
* Remove dependency on webrtc::SharedMemory::handle()sergeyu2015-12-091-13/+8
* mac: Some consumers of SharedMemory require a POSIX fd.erikchen2015-11-191-0/+8
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-2/+3
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-3/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-2/+3
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-1/+1
* Refactor of remoting/host to remove assumptions about SharedMemoryHandle.erikchen2015-06-031-2/+4
* Connect HostEventDispatcher to InputInjector for touch eventsrkuroiwa2015-03-061-0/+15
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-6/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Maintaining the proper order of initialization WeakPtrFactory in "src/remoting"kulkarni.a2014-09-201-4/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-2/+2
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-2/+2
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-11/+27
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-0/+7
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-20/+10
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-0/+22
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-27/+11
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-11/+27
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-27/+11
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-11/+27
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-1/+3
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-6/+8
* Make CreateConnectedIpcChannel() a cross-platform API.alexeypa@chromium.org2013-05-241-59/+62
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-60/+90
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-1/+6
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Simplify ScreenCapturer interface.sergeyu@chromium.org2013-04-231-32/+1
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-051-13/+0
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-17/+2
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-27/+46
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-11/+11
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-1/+19
* Refactored LocalInputMonitor so that it can be used on any thread while runni...alexeypa@chromium.org2013-03-141-1/+3
* Crash the network or desktop process when an unknown IPC message is received.alexeypa@chromium.org2013-03-051-6/+1
* Make sanity-checking consistent for events received via IPC and on-the-wire.wez@chromium.org2013-02-271-37/+9
* Do not suppress local echo in RemoteInputFilter on Windows.alexeypa@chromium.org2013-02-251-0/+6
* Switch Pepper Linux to use shared USB<->native key conversion table.wez@chromium.org2013-02-231-1/+2
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-071-1/+25