summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-33/+11
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-031-6/+1
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-301-1/+6
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-01-191-6/+1
* Remoting: Remove references to POSIX shared memory.erikchen2015-12-291-14/+2
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-3/+5
* Switch to standard integer types in remoting/host/.avi2015-12-221-3/+7
* Remove dependency on webrtc::SharedMemory::handle()sergeyu2015-12-091-12/+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
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-2/+7
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-4/+2
* Don't use attachment brokers with remoting processes.erikchen2015-08-031-1/+2
* Touch Events capability negotiationrkuroiwa2015-06-051-7/+12
* Refactor of remoting/host to remove assumptions about SharedMemoryHandle.erikchen2015-06-031-3/+6
* Connect HostEventDispatcher to InputInjector for touch eventsrkuroiwa2015-03-061-0/+13
* Remove uses of CloseProcessHandle.rvargas2015-02-051-21/+11
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-9/+6
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+2
* Remove implicit HANDLE conversions from remoting.rvargas2014-09-251-1/+1
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-2/+2
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-10/+26
* 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