| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
| |
BaseInstrumentationTestRunner to run it on Appurify
BUG=
Review URL: https://codereview.chromium.org/1402833002
Cr-Commit-Position: refs/heads/master@{#353568}
|
|
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}
|