summaryrefslogtreecommitdiffstats
path: root/remoting/test/protocol_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-3/+3
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-3/+3
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-3/+3
* Move ownership of PerformanceTracker out of video renderers.sergeyu2015-09-171-3/+0
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-171-1/+3
* Make it possible to enable VP9 from the clientsergeyu2015-08-071-4/+3
* Move session configuration logic to the protocol levelsergeyu2015-07-271-1/+1
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-11/+11
* Use standard ICE in Chromoting.sergeyu2015-04-231-6/+4
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-4/+6
* Use standard ICE in Chromoting.sergeyu2015-04-231-6/+4
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-4/+6
* Use standard ICE in Chromoting.sergeyu2015-04-231-6/+4
* Adding the RemoteHostInfo and RemoteHostInfoFetcher classes and unittests for...joedow2015-03-061-0/+1
* Decompose VideoRenderer from VideoStub.wez2015-02-141-0/+4
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-2/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-5/+5
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-22/+17
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-13/+13
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-5/+5
* Fix crash in protocol perf test.sergeyu2014-09-201-1/+13
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Implement network performance simulation for remoting perf tests.sergeyu@chromium.org2014-08-161-24/+108
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-1/+1
* Update ProtocolPerfTest to run host and client on different threadssergeyu@chromium.org2014-07-261-20/+65
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-251-0/+357