|
[android_webview] Add test shell for webview.
This adds a simple test shell (most code stolen from chrome testshell)
for android_webview testing.
The only currently supported rendering mode is s/w rendering.
BUG=None
Android_webview-only change, ran through trybots.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189246
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -110 lines) |
Patch |
|
M |
android_webview/android_webview_tests.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+37 lines, -5 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/AndroidManifest.xml
|
View
|
1
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
D |
android_webview/javatests/assets/asset_file.html
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
D |
android_webview/javatests/assets/asset_icon.png
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
D |
android_webview/javatests/assets/full_screen_video_test.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
|
D |
android_webview/javatests/src/org/chromium/android_webview/test/AwTestContainerView.java
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/NullContentsClient.java
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
android_webview/shell_apk/AndroidManifest.xml
|
View
|
1
2
3
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
A + |
android_webview/shell_apk/res/layout/testshell_activity.xml
|
View
|
1
|
3 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
A |
android_webview/shell_apk/src/org/chromium/android_webview/shell/AndroidWebViewTestShellActivity.java
|
View
|
1
2
3
4
5
|
1 chunk |
+162 lines, -0 lines |
0 comments
|
Download
|
|
A + |
android_webview/shell_apk/src/org/chromium/android_webview/shell/AndroidWebViewTestShellApplication.java
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
A + |
android_webview/test_apk/AndroidManifest.xml
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
android_webview/test_apk/assets/asset_file.html
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
android_webview/test_apk/assets/full_screen_video_test.html
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
android_webview/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
build/android/adb_run_android_webview_shell
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|