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

Issue 15772012: Separate MediaKeys interface from Decryptor interface. (Closed)

Created:
7 years, 7 months ago by xhwang
Modified:
7 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Separate MediaKeys interface from Decryptor interface. BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203026

Patch Set 1 #

Total comments: 23

Patch Set 2 : rebase only #

Patch Set 3 : comments addressed #

Total comments: 3

Patch Set 4 : rebase only #

Patch Set 5 : comments resolved #

Patch Set 6 : updated tests #

Patch Set 7 : fix android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -134 lines) Patch
M media/base/decryptor.h View 1 2 3 4 4 chunks +11 lines, -69 lines 0 comments Download
A media/base/media_keys.h View 1 chunk +89 lines, -0 lines 0 comments Download
A + media/base/media_keys.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M media/base/mock_filters.h View 1 2 3 4 5 1 chunk +2 lines, -12 lines 0 comments Download
M media/crypto/aes_decryptor.h View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M media/crypto/aes_decryptor.cc View 1 2 3 chunks +7 lines, -3 lines 0 comments Download
M media/crypto/aes_decryptor_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M media/filters/pipeline_integration_test_base.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/media/android/media_source_delegate.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M webkit/media/android/media_source_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/crypto/ppapi/clear_key_cdm.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/crypto/ppapi/clear_key_cdm.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/crypto/ppapi_decryptor.h View 1 2 4 chunks +9 lines, -7 lines 0 comments Download
M webkit/media/crypto/ppapi_decryptor.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M webkit/media/crypto/proxy_decryptor.h View 1 2 3 4 4 chunks +15 lines, -11 lines 0 comments Download
M webkit/media/crypto/proxy_decryptor.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M webkit/media/webmediaplayer_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/content_decryptor_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/content_decryptor_delegate.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
xhwang
The first attempt based on our offline discussion. I have a question in proxy_decryptor.h. media_unittests ...
7 years, 7 months ago (2013-05-24 00:25:12 UTC) #1
ddorwin
LG. Thanks. https://codereview.chromium.org/15772012/diff/1/media/base/decryptor.h File media/base/decryptor.h (right): https://codereview.chromium.org/15772012/diff/1/media/base/decryptor.h#newcode31 media/base/decryptor.h:31: // TODO(xhwang): Replace kError with kDecryptError and ...
7 years, 7 months ago (2013-05-24 20:39:12 UTC) #2
xhwang
Comments resolved. I still need to update tests later but before that PTAnotherL. https://codereview.chromium.org/15772012/diff/1/media/base/decryptor.h File ...
7 years, 7 months ago (2013-05-24 23:15:56 UTC) #3
ddorwin
lgtm with comments. Thanks! https://codereview.chromium.org/15772012/diff/1/webkit/media/crypto/proxy_decryptor.h File webkit/media/crypto/proxy_decryptor.h (right): https://codereview.chromium.org/15772012/diff/1/webkit/media/crypto/proxy_decryptor.h#newcode29 webkit/media/crypto/proxy_decryptor.h:29: class ProxyDecryptor : public media::MediaKeys ...
7 years, 6 months ago (2013-05-28 19:44:32 UTC) #4
xhwang
https://codereview.chromium.org/15772012/diff/1/webkit/media/crypto/proxy_decryptor.h File webkit/media/crypto/proxy_decryptor.h (right): https://codereview.chromium.org/15772012/diff/1/webkit/media/crypto/proxy_decryptor.h#newcode29 webkit/media/crypto/proxy_decryptor.h:29: class ProxyDecryptor : public media::MediaKeys { On 2013/05/28 19:44:33, ...
7 years, 6 months ago (2013-05-28 23:50:39 UTC) #5
xhwang
dmichael@: could you please do an OWNERS review on webkit/plugins/ppapi/content_decryptor_delegate.* The original Decryptor interface is ...
7 years, 6 months ago (2013-05-28 23:53:11 UTC) #6
dmichael (off chromium)
lgtm
7 years, 6 months ago (2013-05-29 21:31:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/15772012/47001
7 years, 6 months ago (2013-05-29 21:32:39 UTC) #8
commit-bot: I haz the power
7 years, 6 months ago (2013-05-30 00:40:58 UTC) #9
Message was sent while issue was closed.
Change committed as 203026

Powered by Google App Engine
This is Rietveld 408576698