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

Issue 82803002: Register WideVine keysystem for WebView. (Closed)

Created:
7 years, 1 month ago by ycheo (away)
Modified:
7 years ago
Reviewers:
joth, qinmin, ddorwin
CC:
chromium-reviews, android-webview-reviews_chromium.org, klobag.chromium, kjyoun.chromium, benm (inactive), xhwang
Visibility:
Public.

Description

Register WideVine keysystem for WebView. BUG=322395 Change-Id: I7b4a52824c0b82b3cf9d1e6b6d133bb741d0d96a Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237572

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addressed joth's comments. #

Total comments: 10

Patch Set 3 : Addressed the reviewers' comments. #

Total comments: 1

Patch Set 4 : Addressed joth's comment. #

Total comments: 2

Patch Set 5 : Rebased & addressed ddorwin's comments. #

Patch Set 6 : Add the parent name. #

Patch Set 7 : Remove '.hrnoncompositing' keysystem. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -0 lines) Patch
M android_webview/android_webview.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/renderer/DEPS View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 2 chunks +6 lines, -0 lines 0 comments Download
A android_webview/renderer/aw_key_systems.h View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A android_webview/renderer/aw_key_systems.cc View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
ycheo (away)
7 years, 1 month ago (2013-11-22 06:44:33 UTC) #1
joth
-> qinmin will you be main reviewer for this area? (+benm fyi) https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp File android_webview/android_webview.gyp ...
7 years, 1 month ago (2013-11-22 06:59:49 UTC) #2
joth
-> qinmin will you be main reviewer for this area? (+benm fyi) https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp File android_webview/android_webview.gyp ...
7 years, 1 month ago (2013-11-22 06:59:49 UTC) #3
ycheo (away)
https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp File android_webview/android_webview.gyp (right): https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp#newcode112 android_webview/android_webview.gyp:112: '<(SHARED_INTERMEDIATE_DIR)', On 2013/11/22 06:59:49, joth wrote: > surprised this ...
7 years, 1 month ago (2013-11-22 11:49:35 UTC) #4
qinmin
https://codereview.chromium.org/82803002/diff/70001/android_webview/renderer/aw_key_systems.cc File android_webview/renderer/aw_key_systems.cc (right): https://codereview.chromium.org/82803002/diff/70001/android_webview/renderer/aw_key_systems.cc#newcode44 android_webview/renderer/aw_key_systems.cc:44: info.supported_types.push_back(std::make_pair(kAudioWebM, kVorbis)); chrome on android does not support webM ...
7 years, 1 month ago (2013-11-22 18:36:34 UTC) #5
ddorwin
Is there a use case where Chrome for Android and AW should have different behaviors ...
7 years, 1 month ago (2013-11-22 21:21:08 UTC) #6
ycheo (away)
On 2013/11/22 21:21:08, ddorwin wrote: > Is there a use case where Chrome for Android ...
7 years, 1 month ago (2013-11-23 01:27:02 UTC) #7
ycheo (away)
https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp File android_webview/android_webview.gyp (right): https://codereview.chromium.org/82803002/diff/1/android_webview/android_webview.gyp#newcode112 android_webview/android_webview.gyp:112: '<(SHARED_INTERMEDIATE_DIR)', On 2013/11/22 11:49:35, Yuncheol Heo wrote: > On ...
7 years, 1 month ago (2013-11-23 01:27:18 UTC) #8
qinmin
https://codereview.chromium.org/82803002/diff/70001/android_webview/renderer/aw_key_systems.cc File android_webview/renderer/aw_key_systems.cc (right): https://codereview.chromium.org/82803002/diff/70001/android_webview/renderer/aw_key_systems.cc#newcode44 android_webview/renderer/aw_key_systems.cc:44: info.supported_types.push_back(std::make_pair(kAudioWebM, kVorbis)); although MediaCodec supports vorbis and vp8, widevine ...
7 years, 1 month ago (2013-11-23 01:36:13 UTC) #9
joth
changes vs. my comments on PS1 lg2m, but holding for the other reviewer's to confirm ...
7 years, 1 month ago (2013-11-23 23:00:14 UTC) #10
ddorwin
LGTM. It'd be nice if AW and Android shared this code, but I understand AW ...
7 years ago (2013-11-25 19:14:02 UTC) #11
ycheo (away)
Thanks for the advice. I'll keep reuse in mind. https://codereview.chromium.org/82803002/diff/270001/android_webview/renderer/aw_key_systems.h File android_webview/renderer/aw_key_systems.h (right): https://codereview.chromium.org/82803002/diff/270001/android_webview/renderer/aw_key_systems.h#newcode11 android_webview/renderer/aw_key_systems.h:11: ...
7 years ago (2013-11-26 00:48:49 UTC) #12
qinmin
lgtm
7 years ago (2013-11-26 02:10:30 UTC) #13
ycheo (away)
@joth, PTAL.
7 years ago (2013-11-26 23:07:56 UTC) #14
joth
lgtm
7 years ago (2013-11-26 23:21:06 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ycheo@chromium.org/82803002/310001
7 years ago (2013-11-26 23:25:14 UTC) #16
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=96022
7 years ago (2013-11-27 00:29:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ycheo@chromium.org/82803002/330001
7 years ago (2013-11-27 12:23:55 UTC) #18
ycheo (away)
To reviewers, I removed ".hrnoncompositing" keysystem because the trybot (android_clang_dbg) emits the link error on ...
7 years ago (2013-11-27 12:31:53 UTC) #19
commit-bot: I haz the power
Change committed as 237572
7 years ago (2013-11-27 14:35:06 UTC) #20
qinmin
7 years ago (2013-11-27 18:28:39 UTC) #21
Message was sent while issue was closed.
On 2013/11/27 12:31:53, Yuncheol Heo wrote:
> To reviewers,
> 
> I removed ".hrnoncompositing" keysystem because the trybot (android_clang_dbg)
> emits the link error on switches::kMediaDrmEnableNonCompositing in
> media_switches.h.
> 
> Frankly, I can't understand why the link error happens and I can't reproduce
it
> in my local build.
> So, I removed the logic as the stopgap solution.
> I'll revisit this later when handling the other DRM.
> Please let me know if you have any concerns on removing the keysystem.
> 
> Thanks,
> Yuncheol

what about changing the include rules to media/base/? does that help?

Powered by Google App Engine
This is Rietveld 408576698