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

Issue 105143010: Connect WebMediaPlayerImpl to WebContentDecryptionModuleImpl for EME WD (Chromium side) (Closed)

Created:
7 years ago by jrummell
Modified:
6 years, 11 months ago
Reviewers:
xhwang, ddorwin
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org, xhwang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Connect WebMediaPlayerImpl to WebContentDecryptionModuleImpl for EME WD (Chromium side). WebMediaPlayerImpl needs to access the Decryptor object when a MediaKeys object is associated with a MediaElement (HTMLMediaElement.setMediaKeys()). These are the changes required on the Chromium side to WebMediaPlayerImpl to get a pointer to the Decryptor. Use of the Decryptor will come later. BUG=329582 TEST=new layout test in the Blink side CL Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243701

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update #

Total comments: 4

Patch Set 3 : Updated #

Total comments: 8

Patch Set 4 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
M content/renderer/media/webcontentdecryptionmodule_impl.h View 1 2 3 3 chunks +13 lines, -0 lines 0 comments Download
M content/renderer/media/webcontentdecryptionmodule_impl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.h View 1 2 3 4 chunks +9 lines, -0 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 2 3 4 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
ddorwin
https://codereview.chromium.org/105143010/diff/1/content/renderer/media/webmediaplayer_impl.cc File content/renderer/media/webmediaplayer_impl.cc (right): https://codereview.chromium.org/105143010/diff/1/content/renderer/media/webmediaplayer_impl.cc#newcode172 content/renderer/media/webmediaplayer_impl.cc:172: // Grab a copy of the current CDM. This ...
7 years ago (2013-12-18 23:47:34 UTC) #1
ddorwin
One additional comment, and please update the TEST= line as mentioned in the Blink CL. ...
7 years ago (2013-12-19 00:26:27 UTC) #2
ddorwin
The summary isn't very helpful - it doesn't even say the Chromium side of the ...
7 years ago (2013-12-20 05:26:14 UTC) #3
jrummell
Updated. https://codereview.chromium.org/105143010/diff/20001/content/renderer/media/webcontentdecryptionmodule_impl.h File content/renderer/media/webcontentdecryptionmodule_impl.h (right): https://codereview.chromium.org/105143010/diff/20001/content/renderer/media/webcontentdecryptionmodule_impl.h#newcode34 content/renderer/media/webcontentdecryptionmodule_impl.h:34: // after WebContentDecryptionModule is freed. http://crbug.com/309235 On 2013/12/20 ...
7 years ago (2013-12-20 23:32:09 UTC) #4
ddorwin
LGTM, but wait until the Bink CL is LGTM'd by an OWNER before committing in ...
7 years ago (2013-12-21 00:25:50 UTC) #5
xhwang
drive-by nits https://codereview.chromium.org/105143010/diff/40001/content/renderer/media/webcontentdecryptionmodule_impl.h File content/renderer/media/webcontentdecryptionmodule_impl.h (right): https://codereview.chromium.org/105143010/diff/40001/content/renderer/media/webcontentdecryptionmodule_impl.h#newcode32 content/renderer/media/webcontentdecryptionmodule_impl.h:32: // Return the Decryptor associated with this ...
6 years, 11 months ago (2013-12-30 19:50:49 UTC) #6
jrummell
Updated nits (plus looks like a rebase over the holidays). https://codereview.chromium.org/105143010/diff/40001/content/renderer/media/webcontentdecryptionmodule_impl.h File content/renderer/media/webcontentdecryptionmodule_impl.h (right): https://codereview.chromium.org/105143010/diff/40001/content/renderer/media/webcontentdecryptionmodule_impl.h#newcode32 ...
6 years, 11 months ago (2014-01-08 19:12:30 UTC) #7
xhwang
lgtm, thanks
6 years, 11 months ago (2014-01-08 19:21:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/105143010/130001
6 years, 11 months ago (2014-01-08 19:44:43 UTC) #9
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 00:01:24 UTC) #10
Message was sent while issue was closed.
Change committed as 243701

Powered by Google App Engine
This is Rietveld 408576698