summaryrefslogtreecommitdiffstats
path: root/remoting/test
Commit message (Expand)AuthorAgeFilesLines
* Adding the AccessTokenFetcher and Environment class to the app remoting testjoedow2015-02-2513-5/+1793
* Decompose VideoRenderer from VideoStub.wez2015-02-141-0/+4
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-2/+2
* Initial checkin for the app remoting test driver tool. The external pieces o...joedow2015-02-051-0/+154
* replace NULL->nullptr in src/remoting.sergeyu2015-01-092-9/+9
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-1/+1
* Update Chromium for webrtc r7656.pkasting2014-11-072-7/+7
* Roll WebRTC 7546:7549.hellner2014-10-313-3/+3
* Revert "Roll WebRTC 7546:7549."Mike Wittman2014-10-293-3/+3
* Roll WebRTC 7546:7549.hellner2014-10-293-3/+3
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-216-59/+57
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-086-36/+36
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* 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
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-08-261-1/+1
* Implement network performance simulation for remoting perf tests.sergeyu@chromium.org2014-08-1611-24/+1054
* 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-252-0/+365
* Moving chromoting browser_tests to chrome/test.weitaosu@chromium.org2013-10-1511-1395/+0
* Add a Connect_Remote_Host test.weitaosu@chromium.org2013-10-053-1/+55
* Adding a disconnect step in the Me2Me browser test.weitaosu@chromium.org2013-10-033-1/+28
* Complete the Me2Me_Connect_LocalHost end-to-end test: verify keyboard input p...weitaosu@chromium.org2013-09-303-7/+31
* Enable the remoting browser_tests to interact with multiple browser windows andweitaosu@chromium.org2013-09-264-96/+146
* Simulate a mouse click.weitaosu@chromium.org2013-09-263-0/+45
* Adding a key code map for easy keyboard event simulation.weitaosu@chromium.org2013-09-207-1/+194
* Implement a workaround for issue 291207.weitaosu@chromium.org2013-09-192-3/+57
* Refactoring the synchronization code in the chromoting browser_testsweitaosu@chromium.org2013-09-185-70/+262
* Add a CodeToNativeKeycode helper that converts UIEvent code to native code.weitaosu@chromium.org2013-09-112-102/+18
* Revert 222168 "Add a CodeToNativeKeycode helper that converts UI..."thakis@chromium.org2013-09-102-18/+102
* Add a CodeToNativeKeycode helper that converts UIEvent code to native code.weitaosu@chromium.org2013-09-102-102/+18
* Adding keyboard input injection helpers. I added a private version of Simulat...weitaosu@chromium.org2013-09-042-0/+119
* Adding me2me_connect_localhost test.weitaosu@chromium.org2013-08-283-6/+186
* Refactor remote_desktop_browsertest:weitaosu@chromium.org2013-08-204-168/+219
* Breaking up remote_desktop_browsertest.cc. Remote_Desktop_Browsertest now con...weitaosu@chromium.org2013-08-164-252/+288
* Add the Approve step in the "MANUAL_Auth" test.weitaosu@chromium.org2013-08-141-5/+66
* Adding the "Authenticate" step to the "MANUAL_Auth" test case. Also added the...weitaosu@chromium.org2013-08-121-48/+100
* Add a new test case "Auth" to test authorization and authentication.weitaosu@chromium.org2013-08-061-1/+69
* Chromoting browser_tests: initial checkin. This checkin adds RemoteDesktopBro...weitaosu@chromium.org2013-08-052-0/+273