summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring platform-agnostic Gnubby Auth Handler logic into a Host Extension.joedow2016-02-171-31/+0
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-5/+0
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-7/+6
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+3
* Add VideoStream interface.sergeyu2015-11-301-20/+20
* Simplify unittests for ChromotingHost and ClientSessionsergeyu2015-11-271-418/+180
* Replace MockConnectionToClient with FakeConnectionToClientsergeyu2015-11-241-11/+6
* Simplify It2Me host shutdownsergeyu2015-11-241-20/+10
* Move VideoFramePump to remoting/protocolsergeyu2015-11-231-4/+4
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-191-4/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-3/+3
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-3/+3
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-3/+3
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+7
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-2/+2
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-2/+2
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-131-66/+48
* Fix VideoFramePump to send keep-alive packets only after the first real frame.sergeyu2015-02-191-7/+4
* Disable tests broken on valgrindsergeyu2015-02-131-3/+6
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-101/+78
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-1/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-4/+4
* 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
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-8/+8
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+12
* Some tiny cleanups.wez@chromium.org2014-08-021-17/+13
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-161/+169
* Rename *Fake to Fake*sergeyu@chromium.org2014-07-171-4/+4
* Host extensionsdcaiafa@chromium.org2014-05-301-1/+200
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-200/+1
* Host extensionsdcaiafa@chromium.org2014-05-291-1/+200
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-2/+62
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-10/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+10
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-10/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+10
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-1/+3
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-261-0/+4
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-9/+9
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-1/+2
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-0/+1
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-5/+10
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-2/+2