summaryrefslogtreecommitdiffstats
path: root/remoting/test/test_chromoting_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ServiceUrls to remoting/hostsergeyu2016-03-241-3/+0
* Revert of Move ServiceUrls to remoting/host (patchset #4 id:80001 of https://...aberent2016-03-241-0/+3
* Move ServiceUrls to remoting/hostsergeyu2016-03-231-3/+0
* Enable TURN on the host when using WebRTC.sergeyu2016-03-161-0/+3
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-15/+13
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-13/+15
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-15/+13
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-101-27/+17
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-1/+1
* Use UrlRequest in PortAllocator.sergeyu2016-02-111-5/+6
* Move VideoRenderer to remoting/protocolsergeyu2016-01-051-1/+1
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-12/+10
* Simplify ConnectionToHost interface.sergeyu2015-12-171-11/+18
* Add TransportContext class.sergeyu2015-12-161-9/+8
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+2
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-2/+2
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+2
* Fix TestChromotingClient constructor delegation syntaxmdempsky2015-09-241-5/+4
* Added ConnectionTimeObserver to provide a way to calculate times between the ...tonychun2015-07-311-68/+2
* Updated latency fixture to match internal classes and refactoredliaoyuke2015-07-271-2/+1
* Support for connecting to localhost on the chromoting test driver.tonychun2015-07-201-31/+29
* Added test interface: AppRemotingLatencyTestFixtureliaoyuke2015-07-081-1/+10
* Updating App Remoting Test Driver logging behavior.joedow2015-07-061-24/+24
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-2/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-2/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Adding Test Fixture for initial test cases for the App Remoting Test Driver. ...joedow2015-03-251-4/+5
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-111-0/+340