summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/javatests/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix ChromiumTestShellTestBase.dtrainor@chromium.org2012-10-302-0/+48
| | | | | | | | | | | | | | - Needed to add a way to wait for the initial page to finish loading. - Exposed isLoading() to TabBase - Had to refactor the use of WebContentsDelegateChromeAndroid into a TabObserver - Tied the toolbar into the TabObserver BUG= Review URL: https://chromiumcodereview.appspot.com/11351002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164967 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Upstream content detection and ChromeBrowserProvider tests.leandrogracia@chromium.org2012-10-101-1/+1
| | | | | | | | BUG=125390,138755 Review URL: https://codereview.chromium.org/11085008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161101 0039d316-1c4b-4281-b951-d872f2087c98
* Enable ChromiumTestShellUrlTest.klundberg@chromium.org2012-10-041-2/+5
| | | | | | | | | | | | | Enabled ChromiumTestShellUrlTest by removing disabled annotation. TEST=Ran the test through the FYI trybot. BUG= Review URL: https://chromiumcodereview.appspot.com/11060008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160040 0039d316-1c4b-4281-b951-d872f2087c98
* Move base Java utils to base/test/android/javatests.nyquist@chromium.org2012-09-241-1/+1
| | | | | | | | | | | | | | | | | | | gyp targets should not depend on tests from other packages, but instead be able to depend on their test utils. The target including the base utilities is called base_java_test_support and contains files from base/test/android/javatests. base_java_test_support was also the name of the wrongly named target for building base/android/javatests, but since only contained util-classes, no new target has been created for tests of base/android/java. BUG=151561,150773 Review URL: https://chromiumcodereview.appspot.com/10974012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158422 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for the ChromiumTestShellTest APK.dtrainor@chromium.org2012-09-212-0/+55
- Add the gyp rules for the ChromiumTestShellTestAPK. - Add the initial APK base class. - Add a sample test that launches the activity. BUG= Review URL: https://chromiumcodereview.appspot.com/10943014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158106 0039d316-1c4b-4281-b951-d872f2087c98