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

Issue 77413005: Remove support for non-JSON keys in AesDecryptor (Closed)

Created:
7 years, 1 month ago by jrummell
Modified:
7 years, 1 month 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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove support for non-JSON keys in AesDecryptor Since ProxyDecryptor() now converts EME v0.1b keys to JSON before passing it to the AesDecryptor, remove the code that handles v0.1b keys in the AesDecryptor. BUG=224786 TEST=media_unittests pass, as do EME browser and content tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236858

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add pipeline_integration_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -84 lines) Patch
M content/renderer/media/crypto/proxy_decryptor.cc View 1 chunk +9 lines, -3 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 1 chunk +14 lines, -39 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 4 chunks +2 lines, -40 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jrummell
PTAL.
7 years, 1 month ago (2013-11-21 22:04:46 UTC) #1
ddorwin
LGTM % 2 comments (including possible layout test failure). https://codereview.chromium.org/77413005/diff/1/media/cdm/aes_decryptor.cc File media/cdm/aes_decryptor.cc (left): https://codereview.chromium.org/77413005/diff/1/media/cdm/aes_decryptor.cc#oldcode336 media/cdm/aes_decryptor.cc:336: ...
7 years, 1 month ago (2013-11-22 04:38:26 UTC) #2
xhwang
In CL description: s/Clear Key CDM/AesDecryptor/ lgtm % ddorwin's comments
7 years, 1 month ago (2013-11-22 07:52:57 UTC) #3
jrummell
Updated. Added pipeline_integration_tests, as the test was failing by not passing a JSON key (was ...
7 years, 1 month ago (2013-11-22 18:53:10 UTC) #4
xhwang
lgtm++
7 years, 1 month ago (2013-11-22 18:56:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/77413005/80001
7 years, 1 month ago (2013-11-22 19:41:17 UTC) #6
ddorwin
https://codereview.chromium.org/77413005/diff/1/media/cdm/aes_decryptor.cc File media/cdm/aes_decryptor.cc (left): https://codereview.chromium.org/77413005/diff/1/media/cdm/aes_decryptor.cc#oldcode336 media/cdm/aes_decryptor.cc:336: static_cast<size_t>(DecryptConfig::kDecryptionKeySize)) { On 2013/11/22 18:53:11, jrummell wrote: > On ...
7 years, 1 month ago (2013-11-22 20:17:11 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 23:05:37 UTC) #8
Message was sent while issue was closed.
Change committed as 236858

Powered by Google App Engine
This is Rietveld 408576698