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

Issue 10704241: Add PpapiDecryptor which wraps a CDM plugin. (Closed)

Created:
8 years, 5 months ago by xhwang
Modified:
8 years, 5 months ago
Reviewers:
ddorwin, Tom Finegan
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add PpapiDecryptor which wraps a CDM plugin. BUG=138139 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147992

Patch Set 1 #

Total comments: 31

Patch Set 2 : Resolve comments and rebase. #

Total comments: 19

Patch Set 3 : Resolve comments #

Total comments: 2

Patch Set 4 : Revise comments #

Patch Set 5 : Try to get around the "uint8_t #

Patch Set 6 : Update comment. #

Patch Set 7 : Add webkit bug in comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -37 lines) Patch
M webkit/media/crypto/key_systems.h View 1 2 2 chunks +6 lines, -9 lines 0 comments Download
M webkit/media/crypto/key_systems.cc View 1 2 3 5 chunks +39 lines, -20 lines 0 comments Download
A webkit/media/crypto/ppapi_decryptor.h View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A webkit/media/crypto/ppapi_decryptor.cc View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
M webkit/media/crypto/proxy_decryptor.h View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M webkit/media/crypto/proxy_decryptor.cc View 1 2 3 4 5 6 4 chunks +76 lines, -5 lines 0 comments Download
M webkit/media/webkit_media.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
xhwang
Hello ddorwin and tomf, This is a preliminary CL that adds the PpapiDecryptor. It's not ...
8 years, 5 months ago (2012-07-17 00:57:23 UTC) #1
ddorwin
http://codereview.chromium.org/10704241/diff/1/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/1/webkit/media/crypto/key_systems.cc#newcode17 webkit/media/crypto/key_systems.cc:17: const char kExternalClearKeyKeySystem[] = "webkit-org.w3.external-clearkey"; I haven't thought this ...
8 years, 5 months ago (2012-07-17 21:31:28 UTC) #2
xhwang
Hello ddorwin, Revised based on comments and discussion. PTAL! xhwang http://codereview.chromium.org/10704241/diff/1/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/1/webkit/media/crypto/key_systems.cc#newcode17 ...
8 years, 5 months ago (2012-07-18 19:43:17 UTC) #3
ddorwin
Thanks. http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc#newcode14 webkit/media/crypto/key_systems.cc:14: const char kExternalClearKeyKeySystem[] = "org.chromium.external-clearkey"; Not sure whether ...
8 years, 5 months ago (2012-07-19 01:12:34 UTC) #4
xhwang
PTAL! http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc#newcode14 webkit/media/crypto/key_systems.cc:14: const char kExternalClearKeyKeySystem[] = "org.chromium.external-clearkey"; On 2012/07/19 01:12:34, ...
8 years, 5 months ago (2012-07-19 15:54:34 UTC) #5
ddorwin
lgtm http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc#newcode27 webkit/media/crypto/key_systems.cc:27: static const MediaFormatAndKeySystem On 2012/07/19 15:54:34, xhwang wrote: ...
8 years, 5 months ago (2012-07-19 20:50:09 UTC) #6
xhwang
http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc File webkit/media/crypto/key_systems.cc (right): http://codereview.chromium.org/10704241/diff/6001/webkit/media/crypto/key_systems.cc#newcode27 webkit/media/crypto/key_systems.cc:27: static const MediaFormatAndKeySystem On 2012/07/19 20:50:09, ddorwin wrote: > ...
8 years, 5 months ago (2012-07-19 21:54:03 UTC) #7
ddorwin
lgtm Thanks.
8 years, 5 months ago (2012-07-19 22:58:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/10704241/19001
8 years, 5 months ago (2012-07-19 23:04:37 UTC) #9
commit-bot: I haz the power
Try job failure for 10704241-19001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-19 23:27:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/10704241/24001
8 years, 5 months ago (2012-07-23 21:53:21 UTC) #11
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 23:35:27 UTC) #12
Change committed as 147992

Powered by Google App Engine
This is Rietveld 408576698