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

Issue 1412323002: ppapi: Support up to 32 subsamples in PP_EncryptedBlockInfo. (Closed)

Created:
5 years, 2 months ago by xhwang
Modified:
5 years, 2 months ago
Reviewers:
bbudge
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, teravest+watch_chromium.org, bradnelson+warch_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: Support up to 32 subsamples in PP_EncryptedBlockInfo. The previous value was 16 which worked for most cases. But recently we saw reports that there are cases that we could have 17 subsmples. Even thougt this is very rare, but it makes sense to update our implementation to support that case. Our current implementation [1-2] supports this new size without requiring any changes. [1] https://code.google.com/p/chromium/codesearch#chromium/src/media/cdm/ppapi/cdm_adapter.cc&rcl=1445081078&l=79 [2] https://code.google.com/p/chromium/codesearch#chromium/src/content/renderer/pepper/content_decryptor_delegate.cc&l=128 BUG=543478 Committed: https://crrev.com/e9a0ee342d8c663a6787d1a42ab29d3dbf265395 Cr-Commit-Position: refs/heads/master@{#355157}

Patch Set 1 #

Total comments: 6

Patch Set 2 : removed changes in thunk #

Total comments: 2

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -71 lines) Patch
M ppapi/api/private/pp_content_decryptor.idl View 1 2 3 chunks +12 lines, -7 lines 0 comments Download
M ppapi/api/private/ppp_content_decryptor_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/c/pp_macros.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/c/private/pp_content_decryptor.h View 1 2 3 chunks +13 lines, -8 lines 0 comments Download
M ppapi/c/private/ppp_content_decryptor_private.h View 4 chunks +6 lines, -6 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 5 chunks +47 lines, -47 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
xhwang
I only updated the two *.idl files and generator.py changed a bunch other files for ...
5 years, 2 months ago (2015-10-19 20:47:27 UTC) #2
bbudge
I'm not sure why the thunk files are updated. Perhaps the default formatting changed. It's ...
5 years, 2 months ago (2015-10-20 17:38:15 UTC) #3
xhwang
I removed changes in thunk and presubmit isn't complaining :) Please see my response below. ...
5 years, 2 months ago (2015-10-20 18:30:55 UTC) #4
bbudge
LGTM https://codereview.chromium.org/1412323002/diff/20001/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): https://codereview.chromium.org/1412323002/diff/20001/ppapi/api/private/pp_content_decryptor.idl#newcode117 ppapi/api/private/pp_content_decryptor.idl:117: * TODO(xhwang): We need to have a fixed ...
5 years, 2 months ago (2015-10-20 19:33:39 UTC) #5
xhwang
comments addressed
5 years, 2 months ago (2015-10-20 19:51:41 UTC) #6
xhwang
https://chromiumcodereview.appspot.com/1412323002/diff/20001/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): https://chromiumcodereview.appspot.com/1412323002/diff/20001/ppapi/api/private/pp_content_decryptor.idl#newcode117 ppapi/api/private/pp_content_decryptor.idl:117: * TODO(xhwang): We need to have a fixed size ...
5 years, 2 months ago (2015-10-20 19:52:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1412323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1412323002/40001
5 years, 2 months ago (2015-10-20 20:35:19 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-20 21:35:31 UTC) #11
commit-bot: I haz the power
5 years, 2 months ago (2015-10-20 21:36:58 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e9a0ee342d8c663a6787d1a42ab29d3dbf265395
Cr-Commit-Position: refs/heads/master@{#355157}

Powered by Google App Engine
This is Rietveld 408576698