summaryrefslogtreecommitdiffstats
path: root/tools/android
Commit message (Collapse)AuthorAgeFilesLines
* Allow dynamic device-port allocation for Android port forwarder.jknotten@chromium.org2012-05-241-2/+15
| | | | | | | | | | | | | | | Allow one to specify 0 for the device port to allow the a port on the device to be dynamically allocated. This should help reduce flakiness on the bots due to trying to forward a port to the host that is actually in use already. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10452010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138850 0039d316-1c4b-4281-b951-d872f2087c98
* fake_dns tool for Android (fixed DEPS).wangxianzhu@chromium.org2012-02-176-10/+290
| | | | | | | | | | It runs on device to resolves any host name to 127.0.0.1. With it and the forwarder, all HTTP requests are redirected to our replay server running on the host machine. Review URL: http://codereview.chromium.org/9419020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122630 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 122320 - fake_dns tool for Android.creis@chromium.org2012-02-165-287/+10
| | | | | | | | | | | | | It runs on device to resolves any host name to 127.0.0.1. With it and the forwarder, all HTTP requests are redirected to our replay server running on the host machine. Review URL: http://codereview.chromium.org/9401014 TBR=wangxianzhu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9415018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122348 0039d316-1c4b-4281-b951-d872f2087c98
* fake_dns tool for Android.wangxianzhu@chromium.org2012-02-165-10/+287
| | | | | | | | | | It runs on device to resolves any host name to 127.0.0.1. With it and the forwarder, all HTTP requests are redirected to our replay server running on the host machine. Review URL: http://codereview.chromium.org/9401014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122320 0039d316-1c4b-4281-b951-d872f2087c98
* Fix style issues of tools/androidwangxianzhu@chromium.org2012-02-154-21/+13
| | | | | | Review URL: http://codereview.chromium.org/9402017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122160 0039d316-1c4b-4281-b951-d872f2087c98
* tools/android/forwarder (as well as tools/android/common)wangxianzhu@chromium.org2012-02-1510-0/+756
'forwarder' is a tool that can forward a TCP port listening on the device to a port on the host. It works like 'adb forward' but in the reverse direction. It's useful to run tests on the device that need to access TCP services on the host. Review URL: http://codereview.chromium.org/9359003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122048 0039d316-1c4b-4281-b951-d872f2087c98