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

Issue 833963003: Pass key_information on SessionKeysChange message (Closed)

Created:
5 years, 11 months ago by jrummell
Modified:
5 years, 11 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, ben+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, mcasas+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, eme-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, darin (slow to review), wjia+watch_chromium.org, Aaron Boodman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass key_information on SessionKeysChange message The event now includes a list of key ids and their associated status. BUG=428384 TEST=existing EME tests pass Committed: https://crrev.com/3d50dc21e899735f9c99596fc182552c6871c318 Cr-Commit-Position: refs/heads/master@{#310543}

Patch Set 1 #

Patch Set 2 : GN changes #

Total comments: 22

Patch Set 3 : ScopedVector #

Total comments: 16

Patch Set 4 : Changes #

Total comments: 4

Patch Set 5 : Changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -34 lines) Patch
M content/renderer/media/crypto/ppapi_decryptor.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/media/crypto/ppapi_decryptor.cc View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M media/base/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A media/base/cdm_key_information.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A media/base/cdm_key_information.cc View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M media/base/media_keys.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M media/blink/cdm_session_adapter.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M media/blink/cdm_session_adapter.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M media/cdm/aes_decryptor.cc View 1 2 3 2 chunks +16 lines, -2 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 1 2 3 7 chunks +43 lines, -5 lines 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M media/cdm/proxy_decryptor.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M media/cdm/proxy_decryptor.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M media/media.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M media/mojo/interfaces/content_decryption_module.mojom View 3 chunks +21 lines, -1 line 0 comments Download
M media/mojo/services/media_type_converters.h View 1 2 3 3 chunks +13 lines, -0 lines 0 comments Download
M media/mojo/services/media_type_converters.cc View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
M media/mojo/services/mojo_cdm.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M media/mojo/services/mojo_cdm.cc View 1 2 3 2 chunks +14 lines, -3 lines 0 comments Download
M media/mojo/services/mojo_cdm_service.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M media/mojo/services/mojo_cdm_service.cc View 1 2 3 4 3 chunks +9 lines, -3 lines 0 comments Download
M media/test/pipeline_integration_test.cc View 1 2 3 5 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
jrummell
PTAL.
5 years, 11 months ago (2015-01-02 21:16:02 UTC) #2
xhwang
Thanks! Here are my first round of comments. https://codereview.chromium.org/833963003/diff/20001/media/base/cdm_key_information.h File media/base/cdm_key_information.h (right): https://codereview.chromium.org/833963003/diff/20001/media/base/cdm_key_information.h#newcode1 media/base/cdm_key_information.h:1: // ...
5 years, 11 months ago (2015-01-02 21:55:08 UTC) #3
jrummell
Updated. https://codereview.chromium.org/833963003/diff/20001/media/base/cdm_key_information.h File media/base/cdm_key_information.h (right): https://codereview.chromium.org/833963003/diff/20001/media/base/cdm_key_information.h#newcode1 media/base/cdm_key_information.h:1: // Copyright 2015 The Chromium Authors. All rights ...
5 years, 11 months ago (2015-01-05 22:18:00 UTC) #4
xhwang
Thanks! I just have a few minor comments. https://codereview.chromium.org/833963003/diff/40001/media/base/cdm_key_information.cc File media/base/cdm_key_information.cc (right): https://codereview.chromium.org/833963003/diff/40001/media/base/cdm_key_information.cc#newcode9 media/base/cdm_key_information.cc:9: CdmKeyInformation::CdmKeyInformation() ...
5 years, 11 months ago (2015-01-05 22:53:15 UTC) #5
jrummell
Updated. https://codereview.chromium.org/833963003/diff/40001/media/base/cdm_key_information.cc File media/base/cdm_key_information.cc (right): https://codereview.chromium.org/833963003/diff/40001/media/base/cdm_key_information.cc#newcode9 media/base/cdm_key_information.cc:9: CdmKeyInformation::CdmKeyInformation() { On 2015/01/05 22:53:15, xhwang wrote: > ...
5 years, 11 months ago (2015-01-06 02:36:25 UTC) #6
xhwang
LG, just have two minor comments. https://codereview.chromium.org/833963003/diff/60001/media/base/cdm_key_information.cc File media/base/cdm_key_information.cc (right): https://codereview.chromium.org/833963003/diff/60001/media/base/cdm_key_information.cc#newcode9 media/base/cdm_key_information.cc:9: CdmKeyInformation::CdmKeyInformation() : status(USABLE), ...
5 years, 11 months ago (2015-01-06 02:46:21 UTC) #7
jrummell
Updated. +dmichael for OWNERS review of content/renderer/pepper/* (1 file) https://codereview.chromium.org/833963003/diff/60001/media/base/cdm_key_information.cc File media/base/cdm_key_information.cc (right): https://codereview.chromium.org/833963003/diff/60001/media/base/cdm_key_information.cc#newcode9 media/base/cdm_key_information.cc:9: ...
5 years, 11 months ago (2015-01-06 17:37:05 UTC) #9
xhwang
lgtm!
5 years, 11 months ago (2015-01-06 18:21:53 UTC) #10
jrummell
+teravest for OWNERS review of minor changes in content/renderer/pepper/content_decryptor_delegate.*, since dmichael is backlogged.
5 years, 11 months ago (2015-01-07 23:07:15 UTC) #12
teravest
lgtm
5 years, 11 months ago (2015-01-08 14:56:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/833963003/80001
5 years, 11 months ago (2015-01-08 17:49:43 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-08 18:43:35 UTC) #16
commit-bot: I haz the power
5 years, 11 months ago (2015-01-08 18:44:57 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3d50dc21e899735f9c99596fc182552c6871c318
Cr-Commit-Position: refs/heads/master@{#310543}

Powered by Google App Engine
This is Rietveld 408576698