Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Issue 1865383002: Add EME permission test to WebViewLayoutTest (Closed)

Created:
4 years, 8 months ago by Yoland Yan(Google)
Modified:
4 years, 8 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add EME permission test to WebViewLayoutTest BUG=490795 Committed: https://crrev.com/9313e351a02dd214eb338ea940a9075fe9904c25 Cr-Commit-Position: refs/heads/master@{#389817}

Patch Set 1 #

Total comments: 23

Patch Set 2 : Refactor changes #

Total comments: 1

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : Rebaseline the expectation for eme test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
M android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java View 1 1 chunk +8 lines, -0 lines 0 comments Download
A android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme-expected.txt View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Yoland Yan(Google)
4 years, 8 months ago (2016-04-07 17:21:21 UTC) #2
Yoland Yan(Google)
Ignore the TIMEOUT change to 100, I was running into some issues before and used ...
4 years, 8 months ago (2016-04-07 17:35:12 UTC) #3
timvolodine
Thanks for the patch Yoland, couple of comments below https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java File android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java (right): https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java#newcode279 android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java:279: ...
4 years, 8 months ago (2016-04-08 11:15:03 UTC) #4
Yoland Yan(Google)
https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java File android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java (right): https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java#newcode279 android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java:279: mTestActivity.waitForFinish(100, TimeUnit.SECONDS); On 2016/04/08 11:15:02, timvolodine wrote: > yes ...
4 years, 8 months ago (2016-04-11 18:15:05 UTC) #5
timvolodine
https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html File android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html (right): https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html#newcode7 android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html:7: On 2016/04/11 18:15:05, yolandyan wrote: > On 2016/04/08 11:15:02, ...
4 years, 8 months ago (2016-04-12 14:50:46 UTC) #6
Yoland Yan(Google)
https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html File android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html (right): https://codereview.chromium.org/1865383002/diff/1/android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html#newcode7 android_webview/tools/system_webview_shell/test/data/blink-apis/eme/eme.html:7: On 2016/04/12 14:50:45, timvolodine wrote: > On 2016/04/11 18:15:05, ...
4 years, 8 months ago (2016-04-13 04:39:20 UTC) #7
timvolodine
ok thanks, almost there just a few more comments https://codereview.chromium.org/1865383002/diff/40001/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java File android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java (right): https://codereview.chromium.org/1865383002/diff/40001/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java#newcode99 android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java:99: ...
4 years, 8 months ago (2016-04-13 14:51:24 UTC) #8
Yoland Yan(Google)
Sorry guys, for taking so long! https://codereview.chromium.org/1865383002/diff/40001/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java File android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java (right): https://codereview.chromium.org/1865383002/diff/40001/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java#newcode99 android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java:99: mWebView.loadUrl("http://google.com"); On 2016/04/13 ...
4 years, 8 months ago (2016-04-26 02:03:58 UTC) #9
timvolodine
lgtm
4 years, 8 months ago (2016-04-26 14:59:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1865383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1865383002/80001
4 years, 8 months ago (2016-04-26 16:59:51 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-26 17:47:35 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-26 17:49:18 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9313e351a02dd214eb338ea940a9075fe9904c25
Cr-Commit-Position: refs/heads/master@{#389817}

Powered by Google App Engine
This is Rietveld 408576698