summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-12/+2
* Move ownership of Transport out of Session.sergeyu2015-12-281-10/+11
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-15/+14
* More cleanups in JingleSessionManager interface.sergeyu2015-12-171-37/+22
* Enable WebRTC support in the remoting host.sergeyu2015-12-101-0/+4
* Add VideoStream interface.sergeyu2015-11-301-9/+0
* Simplify unittests for ChromotingHost and ClientSessionsergeyu2015-11-271-262/+81
* Replace MockConnectionToClient with FakeConnectionToClientsergeyu2015-11-241-76/+38
* Simplify It2Me host shutdownsergeyu2015-11-241-20/+0
* Move VideoFramePump to remoting/protocolsergeyu2015-11-231-2/+2
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-191-16/+4
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-5/+5
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-5/+5
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-5/+5
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-1/+1
* Move session configuration logic to the protocol levelsergeyu2015-07-271-36/+0
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-12/+8
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-8/+12
* Use standard ICE in Chromoting.sergeyu2015-04-231-12/+8
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-8/+12
* Use standard ICE in Chromoting.sergeyu2015-04-231-12/+8
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-3/+3
* 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-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+2
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-5/+5
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+10
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-1/+2
* Rename *Fake to Fake*sergeyu@chromium.org2014-07-171-2/+2
* Remove remoting/jingle_gluesergeyu@chromium.org2014-07-171-1/+1
* Cause:kelvinp@chromium.org2014-04-071-15/+69
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-9/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+9
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-9/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+9
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+0
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-0/+1
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-5/+5
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-1/+2
* Made the ChromotingHost class not ref-counted.alexeypa@chromium.org2013-04-301-43/+35
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-3/+3
* Revert 196343 "Made the ChromotingHost class not ref-counted."alexeypa@chromium.org2013-04-251-35/+43
* Made the ChromotingHost class not ref-counted.alexeypa@chromium.org2013-04-251-43/+35
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-241-58/+0
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-5/+10
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-051-9/+1
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-9/+3