Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/298337)
3 years, 11 months ago
(2017-01-25 23:11:42 UTC)
#4
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/379344)
3 years, 10 months ago
(2017-01-27 04:09:22 UTC)
#8
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/380115)
3 years, 10 months ago
(2017-01-28 02:30:02 UTC)
#12
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/223657)
3 years, 10 months ago
(2017-01-31 21:33:38 UTC)
#16
Dry run: Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/110328)
3 years, 10 months ago
(2017-01-31 23:50:06 UTC)
#20
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/224458)
3 years, 10 months ago
(2017-02-01 22:54:54 UTC)
#24
3 years, 10 months ago
(2017-02-02 18:18:25 UTC)
#30
Finally fixed all the tests. PTAL.
xhwang
Great! Just a few comments, mostly on tests. https://codereview.chromium.org/2652373002/diff/120001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java File android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java (right): https://codereview.chromium.org/2652373002/diff/120001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java#newcode73 android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java:73: + ...
3 years, 10 months ago
(2017-02-02 18:31:20 UTC)
#31
Description was changed from ========== EME: Fail RequestMediaKeySystemAccess if no capabilities specified The EME spec ...
3 years, 10 months ago
(2017-02-02 18:58:44 UTC)
#32
Description was changed from
==========
EME: Fail RequestMediaKeySystemAccess if no capabilities specified
The EME spec requires that at least one of 'audioCapabilities' or
'videoCapabilities' must be specified. There has been a deprecation
message for several releases, so enforce this now.
BUG=616233
TEST=EME tests pass
==========
to
==========
EME: Fail requestMediaKeySystemAccess if no capabilities specified
The EME spec requires that at least one of 'audioCapabilities' or
'videoCapabilities' must be specified. There has been a deprecation
message for several releases, so enforce this now.
BUG=616233
TEST=EME tests pass
==========
3 years, 10 months ago
(2017-02-02 20:03:24 UTC)
#33
Updated.
https://codereview.chromium.org/2652373002/diff/120001/android_webview/javate...
File
android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
(right):
https://codereview.chromium.org/2652373002/diff/120001/android_webview/javate...
android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java:73:
+ " .then(success, failure);"
On 2017/02/02 18:31:20, xhwang_slow wrote:
> Please add a comment why we need two here. I'll be very hard for figure it out
> again later.
Done.
https://codereview.chromium.org/2652373002/diff/120001/media/blink/key_system...
File media/blink/key_system_config_selector_unittest.cc (right):
https://codereview.chromium.org/2652373002/diff/120001/media/blink/key_system...
media/blink/key_system_config_selector_unittest.cc:47: // dictionary was passed
in.
On 2017/02/02 18:31:20, xhwang_slow wrote:
> Is this still accurate with the new changes?
Nope. Added UsableConfiguration().
https://codereview.chromium.org/2652373002/diff/120001/media/blink/key_system...
media/blink/key_system_config_selector_unittest.cc:327: EXPECT_EQ(1u,
config_.audioCapabilities.size());
On 2017/02/02 18:31:20, xhwang_slow wrote:
> The test is called EmptyConfig. Is it still accurate?
>
> Also, do we have a test that both audio and video capabilities are empty?
Updated the test to make sure EmptyConfig fails, and added new test to verify
the DefaultConfig.
https://codereview.chromium.org/2652373002/diff/120001/third_party/WebKit/Lay...
File
third_party/WebKit/LayoutTests/http/tests/media/encrypted-media/encrypted-media-encrypted-event-different-origin.html
(right):
https://codereview.chromium.org/2652373002/diff/120001/third_party/WebKit/Lay...
third_party/WebKit/LayoutTests/http/tests/media/encrypted-media/encrypted-media-encrypted-event-different-origin.html:49:
[{audioCapabilities: [{contentType: 'audio/webm; codecs=vorbis'}]}])
On 2017/02/02 18:31:20, xhwang_slow wrote:
> here and everywhere else, shall we specify two audioCapability in case we want
> to run this on Android?
Below the test plays a webm file, so it probably doesn't make sense to add a
second mp4 capability. The test(s) could be changed to look at the returned
config and decide which type of file to use, but that's a bigger change.
xhwang
https://codereview.chromium.org/2652373002/diff/140001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java File android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java (right): https://codereview.chromium.org/2652373002/diff/140001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java#newcode59 android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java:59: // as encrypted webm is only supported on Lollipop+. ...
3 years, 10 months ago
(2017-02-02 23:12:49 UTC)
#34
Updated. https://codereview.chromium.org/2652373002/diff/140001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java File android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java (right): https://codereview.chromium.org/2652373002/diff/140001/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java#newcode59 android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java:59: // as encrypted webm is only supported on ...
3 years, 10 months ago
(2017-02-03 22:30:24 UTC)
#35
+torne@ for OWNERS review of android_webview/ test +foolip@ for OWNERS review of third_party/WebKit/Source/core code (remove ...
3 years, 10 months ago
(2017-02-04 00:33:28 UTC)
#38
+torne@ for OWNERS review of android_webview/ test
+foolip@ for OWNERS review of third_party/WebKit/Source/core code (remove use
counters and deprecation message)
foolip
third_party/WebKit/ lgtm
3 years, 10 months ago
(2017-02-05 22:58:32 UTC)
#39
third_party/WebKit/ lgtm
Torne
android_webview LGTM
3 years, 10 months ago
(2017-02-06 12:13:21 UTC)
#40
android_webview LGTM
jrummell
The CQ bit was checked by jrummell@chromium.org
3 years, 10 months ago
(2017-02-06 20:51:28 UTC)
#41
CQ is committing da patch. Bot data: {"patchset_id": 160001, "attempt_start_ts": 1486414288987400, "parent_rev": "33a654bafa85eef00472ae622273b2adf58ec2ef", "commit_rev": "93830e41885b6183b52a7cc3e0fe2a4ebb37c910"}
3 years, 10 months ago
(2017-02-06 23:17:32 UTC)
#43
CQ is committing da patch.
Bot data: {"patchset_id": 160001, "attempt_start_ts": 1486414288987400,
"parent_rev": "33a654bafa85eef00472ae622273b2adf58ec2ef", "commit_rev":
"93830e41885b6183b52a7cc3e0fe2a4ebb37c910"}
commit-bot: I haz the power
Description was changed from ========== EME: Fail requestMediaKeySystemAccess if no capabilities specified The EME spec ...
3 years, 10 months ago
(2017-02-06 23:19:11 UTC)
#44
Message was sent while issue was closed.
Description was changed from
==========
EME: Fail requestMediaKeySystemAccess if no capabilities specified
The EME spec requires that at least one of 'audioCapabilities' or
'videoCapabilities' must be specified. There has been a deprecation
message for several releases, so enforce this now.
BUG=616233
TEST=EME tests pass
==========
to
==========
EME: Fail requestMediaKeySystemAccess if no capabilities specified
The EME spec requires that at least one of 'audioCapabilities' or
'videoCapabilities' must be specified. There has been a deprecation
message for several releases, so enforce this now.
BUG=616233
TEST=EME tests pass
Review-Url: https://codereview.chromium.org/2652373002
Cr-Commit-Position: refs/heads/master@{#448438}
Committed:
https://chromium.googlesource.com/chromium/src/+/93830e41885b6183b52a7cc3e0fe...
==========
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://chromium.googlesource.com/chromium/src/+/93830e41885b6183b52a7cc3e0fe2a4ebb37c910
3 years, 10 months ago
(2017-02-06 23:19:12 UTC)
#45
Issue 2652373002: EME: Fail requestMediaKeySystemAccess if no capabilities specified
(Closed)
Created 3 years, 11 months ago by jrummell
Modified 3 years, 10 months ago
Reviewers: xhwang, Torne, foolip
Base URL:
Comments: 14