summaryrefslogtreecommitdiffstats
path: root/chrome/test/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in QUnitBrowserTestRunner.Remoting_Webapp_Js_Unittest.jackhou2015-06-251-1/+1
* Disable flakily timing out QUnitBrowserTestRunner.Remoting_Webapp_Js_Unittestwittman2015-06-251-1/+8
* [Chromoting-test] Use login_ui_test_utils for the sign-in workflow.kelvinp2015-06-161-11/+4
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-7/+6
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-112-2/+2
* Switch Me2Me BrowserTest to JavaScript.kelvinp2015-05-071-49/+12
* Implement browser test for Me2Me retry logic when a host's JID is stale.kelvinp2015-05-071-0/+10
* Add more logging to browser-tests.anandc2015-05-051-0/+1
* [Chromoting] Use MockConnection for bump scrolling browser test.kelvinp2015-04-251-0/+1
* [Webapp Refactor] Remove remoting.clientSession.kelvinp2015-04-151-4/+2
* Implements It2MeBrowserTest CancelShare and VerifyAccessCodeNotReusablekelvinp2015-03-171-0/+29
* Fix path to remoting webapp unittest results.wez2015-03-121-1/+1
* Requiem for client_screen.jskelvinp2015-03-051-1/+1
* HostTableEntry refactorkelvinp2015-03-041-6/+7
* Disconnect one click sign in code. The code itself will be removed in followuprogerta2015-02-231-5/+0
* Add a test case to test disabling remote connection.yihongg2015-01-233-0/+47
* Fixing Remoting Authorize browser-testweitaosu2015-01-222-13/+24
* Clean the user profile directory after each test runkelvinp2015-01-171-1/+8
* Enable It2me Browser Test on Chromoting waterfallkelvinp2015-01-161-1/+3
* Implement browser test for It2Mekelvinp2015-01-138-46/+116
* Adding the first set of remote test cases and associated framework.mmeade2015-01-126-105/+403
* Implement mocks for identity and host-list, add a browser test to test the ap...jamiewalch2015-01-093-1/+41
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-2/+2
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+1
* The test minimizes the app after establishing a connectionsriramsr2014-12-182-6/+51
* Add support for deferring app initialization when testing.jamiewalch2014-12-167-20/+64
* Add SOURCE_TEST.jamiewalch2014-12-121-1/+1
* Fixing a bug in the key/KeyboardCode mappingsmmeade2014-12-111-11/+11
* Resubmit https://codereview.chromium.org/722703002/ because of buildcylee2014-12-011-6/+7
* adding skuhne to OWNERS of components/sessionsMr4D2014-11-211-7/+6
* Make "source" a required argument of AppLaunchParams and fill in the argument...cylee2014-11-201-6/+7
* Check for hosts-list to be initialised, before connecting to remote-host.anandc2014-11-192-0/+21
* Temporarily disable PIN-reset when checking for remote-connections-enabled.anandc2014-11-141-1/+12
* Remove the deprecated function ExtensionService::extensions().reillyg2014-11-111-13/+11
* Update the expected URL for main.html of v2 app, used by remoting tests.anandc2014-11-041-1/+8
* Removes hard-coded 10K limit on file-size.anandc2014-10-281-11/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* Use ReadFile instead of ReadFileToString, to work with relative paths.anandc2014-10-231-3/+11
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-213-7/+7
* Parse user-name and password values from a json file, instead of from command...anandc2014-10-092-4/+50
* Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/testmohan.reddy2014-10-092-6/+6
* Some controls do not have a disabled property. Skip checking for disabled bef...anandc2014-09-201-6/+13
* A script for smoke-testing remoting webapps.anandc2014-09-201-0/+206
* Fix execution order to prevent browserTest being undefined.jamiewalch2014-09-161-1/+1
* Scroll-bar browser test.jamiewalch2014-09-111-0/+26
* Wait for button to become active before clicking it.anandc2014-09-102-3/+23
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-08-261-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-265-5/+5
* Implement bump-scroll browser-test.jamiewalch@chromium.org2014-08-083-52/+77
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-1/+1