summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/PopularUrlsTest.java
Commit message (Expand)AuthorAgeFilesLines
* De-classicify Android Browser part 2Jonathan Dixon2013-08-251-583/+0
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-2/+5
* Don't open new tab when launching new site in testGuang Zhu2011-07-111-0/+3
* Fix the calls to WebView from non-UI thread in test appGuang Zhu2011-07-111-2/+42
* Provide Browser implementation of WebViewClient.onReceivedClientCertRequestBrian Carlstrom2011-06-091-0/+11
* add an intent parameter to skip crash recoveryGuang Zhu2011-05-041-0/+1
* fix a bug in crash handlingGuang Zhu2011-02-181-1/+7
* throw RuntimeException if failed to stop a timedout siteGuang Zhu2010-12-161-1/+1
* prevent browser test from launching non-http urlsGuang Zhu2010-12-131-0/+8
* some improvements for browser test harnessGuang Zhu2010-12-101-1/+20
* popular url test should load website list from external fileGuang Zhu2010-12-031-15/+17
* Fixes test errorsJohn Reck2010-12-021-27/+36
* improvement test app's handling of irregular status fileGuang Zhu2010-08-171-5/+15
* fix crash recovery bug in PopularUrlsTestGuang Zhu2010-08-091-9/+3
* various fixes for browser test harnessGuang Zhu2010-07-191-14/+40
* add check for FileNotFoundExceptionGuang Zhu2010-06-161-13/+19
* Prevent HTTP auth dialog from shwoing during testGuang Zhu2010-03-241-0/+9
* updates and improvements on PopularUrlsTestGuang Zhu2010-03-221-13/+29
* Writing page + time in one go so that the file always stays in an easily pars...John Spong2010-03-111-6/+1
* Adding ability to resume test after crash.John Spong2010-03-041-24/+200
* Implement test to iterate over list of URLs and store load times.Andrei Popescu2010-02-221-0/+249