summaryrefslogtreecommitdiffstats
path: root/android_webview/tools/PageCycler
Commit message (Collapse)AuthorAgeFilesLines
* Added WebViewPageCyclerTestRunner for Appurifyyolandyan2015-10-202-1/+24
| | | | | | | | | | This change corresponds to the comment in this CL: https://codereview.chromium.org/1413663006/diff/20001/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewShellTestRunner.java#newcode16. BUG= Review URL: https://codereview.chromium.org/1412083005 Cr-Commit-Position: refs/heads/master@{#355148}
* Revert of Enable page cycler to use WebViewShellTestRunner (patchset #2 ↵yolandyan2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | id:20001 of https://codereview.chromium.org/1413663006/ ) Reason for revert: Replaced with this CL https://codereview.chromium.org/1412083005 Original issue's description: > Move WebViewLayoutTestRunner.java to WebViewShellTestRunner.java to > allow both layout tests and page cycler to use this test runner > > This is to solve the conflict in the following 2 CLs > https://codereview.chromium.org/1402833002 > https://codereview.chromium.org/1410023002 > > Committed: https://crrev.com/d3825fe7fbfe780da6967c026248842d9f39b11d > Cr-Commit-Position: refs/heads/master@{#354944} TBR=mikecase@chromium.org,boliu@chromium.org,jbudorick@chromium.org,timvolodine@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1419703002 Cr-Commit-Position: refs/heads/master@{#355123}
* Move WebViewLayoutTestRunner.java to WebViewShellTestRunner.java toyolandyan2015-10-201-1/+1
| | | | | | | | | | | | allow both layout tests and page cycler to use this test runner This is to solve the conflict in the following 2 CLs https://codereview.chromium.org/1402833002 https://codereview.chromium.org/1410023002 Review URL: https://codereview.chromium.org/1413663006 Cr-Commit-Position: refs/heads/master@{#354944}
* Change system webview shell page cycler test runner to ↵yolandyan2015-10-121-1/+1
| | | | | | | | | | BaseInstrumentationTestRunner to run it on Appurify BUG= Review URL: https://codereview.chromium.org/1402833002 Cr-Commit-Position: refs/heads/master@{#353568}
* refactor android_webview_shell and add page cycleryolandyan2015-10-083-0/+197
The previous android_webview/toos/WebViewShell directory is now separated into: android_webview/tools/WebViewShell/ android_webview/tools/WebViewShellTest/ with android_webview/tools/PageCycler/ added The target name are changed to system_webview_shell_apk, system_webview_shell_layout_test_apk, and system_webview_shell_page_cycler_apk. BUG= Review URL: https://codereview.chromium.org/1364593002 Cr-Commit-Position: refs/heads/master@{#353105}