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

Issue 1920433003: EME: Address TODOs related to the removal of prefixed EME (Closed)

Created:
4 years, 8 months ago by ddorwin
Modified:
4 years, 4 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, jam, dkrahn+watch_chromium.org, eme-reviews_chromium.org, darin-cc_chromium.org, mlamouri+watch-media_chromium.org, oshima+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

EME: Address TODOs related to the removal of prefixed EME BUG=249976 Committed: https://crrev.com/82f226ceed72d9783807709cdb2075e788615852 Cr-Commit-Position: refs/heads/master@{#412563}

Patch Set 1 #

Patch Set 2 : Correct chromeos logic and comment #

Patch Set 3 : rebase #

Total comments: 6

Patch Set 4 : Fix failing media_unittests. #

Total comments: 3

Patch Set 5 : rebase only #

Patch Set 6 : rebase only #

Patch Set 7 : Fix ECKEncryptedMediaTest.LoadLoadableSession #

Total comments: 6

Patch Set 8 : review feedback #

Patch Set 9 : build fix #

Total comments: 1

Patch Set 10 : Fix PlatformVerificationFlowTest.UnsupportedMode #

Patch Set 11 : Correctly diable the test (crbug.com/638407) #

Patch Set 12 : Update per crbug.com/616166: Remove NOTREACHED and re-enable test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -92 lines) Patch
M chrome/browser/chromeos/attestation/platform_verification_flow.cc View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -6 lines 0 comments Download
M content/renderer/media/cdm/render_cdm_factory.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaDrmBridge.java View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +36 lines, -49 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +43 lines, -27 lines 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -3 lines 0 comments Download

Messages

Total messages: 40 (19 generated)
ddorwin
jrummell, sandersd, xhwang: Please review your respective TODOs that I've addressed. xhwang: Please sanity check ...
4 years, 6 months ago (2016-06-23 01:06:47 UTC) #2
xhwang
Thanks for closing the loops! LGTM
4 years, 6 months ago (2016-06-23 05:04:53 UTC) #3
jrummell
lgtm https://codereview.chromium.org/1920433003/diff/40001/media/cdm/aes_decryptor_unittest.cc File media/cdm/aes_decryptor_unittest.cc (left): https://codereview.chromium.org/1920433003/diff/40001/media/cdm/aes_decryptor_unittest.cc#oldcode769 media/cdm/aes_decryptor_unittest.cc:769: // TODO(jrummell): Clean this up when the prefixed ...
4 years, 5 months ago (2016-06-23 17:20:16 UTC) #4
sandersd (OOO until July 31)
lgtm
4 years, 5 months ago (2016-06-23 18:35:08 UTC) #5
ddorwin
dkrahn: Please OWNERS review the first file. jrummell: Please review the updates to the aes_decryptor* ...
4 years, 5 months ago (2016-06-23 20:40:51 UTC) #7
Darren Krahn
lgtm
4 years, 5 months ago (2016-06-24 01:11:15 UTC) #8
jrummell
aes_decryptor changes lgtm https://codereview.chromium.org/1920433003/diff/60001/media/cdm/aes_decryptor_unittest.cc File media/cdm/aes_decryptor_unittest.cc (right): https://codereview.chromium.org/1920433003/diff/60001/media/cdm/aes_decryptor_unittest.cc#newcode515 media/cdm/aes_decryptor_unittest.cc:515: init_data.resize(512); Should limits::kMaxKeyIdLength be used here ...
4 years, 5 months ago (2016-06-25 00:39:38 UTC) #9
ddorwin
jrummell, PTAL at the change I had to make for the ECKEncryptedMediaTest.LoadLoadableSession failure. https://codereview.chromium.org/1920433003/diff/60001/media/cdm/aes_decryptor_unittest.cc File ...
4 years, 4 months ago (2016-08-11 20:28:32 UTC) #11
jrummell
Still lgtm. https://codereview.chromium.org/1920433003/diff/60001/media/cdm/aes_decryptor_unittest.cc File media/cdm/aes_decryptor_unittest.cc (right): https://codereview.chromium.org/1920433003/diff/60001/media/cdm/aes_decryptor_unittest.cc#newcode515 media/cdm/aes_decryptor_unittest.cc:515: init_data.resize(512); On 2016/08/11 20:28:32, ddorwin wrote: > ...
4 years, 4 months ago (2016-08-12 19:24:25 UTC) #12
ddorwin
Thanks for the suggestion. https://codereview.chromium.org/1920433003/diff/140001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc File media/cdm/ppapi/external_clear_key/clear_key_cdm.cc (right): https://codereview.chromium.org/1920433003/diff/140001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc#newcode338 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc:338: // AesDecryptor does not support ...
4 years, 4 months ago (2016-08-12 21:40:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1920433003/160001
4 years, 4 months ago (2016-08-12 21:41:11 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/217852)
4 years, 4 months ago (2016-08-12 22:05:55 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1920433003/180001
4 years, 4 months ago (2016-08-15 22:36:36 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/261520)
4 years, 4 months ago (2016-08-15 23:20:15 UTC) #23
ddorwin
https://codereview.chromium.org/1920433003/diff/180001/chrome/browser/chromeos/attestation/platform_verification_flow.cc File chrome/browser/chromeos/attestation/platform_verification_flow.cc (right): https://codereview.chromium.org/1920433003/diff/180001/chrome/browser/chromeos/attestation/platform_verification_flow.cc#newcode219 chrome/browser/chromeos/attestation/platform_verification_flow.cc:219: NOTREACHED() << "Platform verification not supported in the current ...
4 years, 4 months ago (2016-08-16 19:44:23 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1920433003/200001
4 years, 4 months ago (2016-08-16 19:44:59 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/123672)
4 years, 4 months ago (2016-08-16 21:09:25 UTC) #29
ddorwin
Updated to account for https://crbug.com/616166 and re-enable the test.
4 years, 4 months ago (2016-08-16 23:26:22 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1920433003/240001
4 years, 4 months ago (2016-08-17 16:47:34 UTC) #37
commit-bot: I haz the power
Committed patchset #12 (id:240001)
4 years, 4 months ago (2016-08-17 16:52:08 UTC) #38
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 16:55:34 UTC) #40
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/82f226ceed72d9783807709cdb2075e788615852
Cr-Commit-Position: refs/heads/master@{#412563}

Powered by Google App Engine
This is Rietveld 408576698