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

Issue 105383002: Rename EME WD call parameters (Closed)

Created:
7 years ago by jrummell
Modified:
7 years ago
CC:
chromium-reviews, yusukes+watch_chromium.org, fischman+watch_chromium.org, noelallen1, jam, mcasas+watch_chromium.org, yzshen+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, raymes+watch_chromium.org, nfullagar1, piman+watch_chromium.org, wjia+watch_chromium.org, binji, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Rename EME WD call parameters Rename parameters on EME WD calls to be consistent. BUG=224786 TEST=compiles Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239698

Patch Set 1 #

Total comments: 69

Patch Set 2 : Updates from comments #

Total comments: 4

Patch Set 3 : rebase #

Patch Set 4 : tweak #

Total comments: 2

Patch Set 5 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+831 lines, -832 lines) Patch
M content/browser/media/android/browser_media_player_manager.h View 3 chunks +10 lines, -10 lines 0 comments Download
M content/browser/media/android/browser_media_player_manager.cc View 7 chunks +25 lines, -27 lines 0 comments Download
M content/common/media/media_player_messages_android.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/renderer/media/android/proxy_media_keys.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/renderer/media/android/proxy_media_keys.cc View 1 chunk +17 lines, -17 lines 0 comments Download
M content/renderer/media/android/renderer_media_player_manager.h View 2 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/media/android/renderer_media_player_manager.cc View 1 chunk +17 lines, -17 lines 0 comments Download
M content/renderer/media/crypto/ppapi_decryptor.h View 2 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/media/crypto/ppapi_decryptor.cc View 5 chunks +22 lines, -22 lines 0 comments Download
M content/renderer/media/crypto/proxy_decryptor.h View 1 5 chunks +20 lines, -18 lines 0 comments Download
M content/renderer/media/crypto/proxy_decryptor.cc View 1 6 chunks +29 lines, -29 lines 0 comments Download
M content/renderer/media/webcontentdecryptionmodule_impl.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/webcontentdecryptionmodule_impl.cc View 1 2 3 4 6 chunks +73 lines, -56 lines 0 comments Download
M content/renderer/media/webcontentdecryptionmodulesession_impl.h View 1 3 chunks +7 lines, -13 lines 0 comments Download
M content/renderer/media/webcontentdecryptionmodulesession_impl.cc View 1 4 chunks +11 lines, -15 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.h View 2 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.cc View 4 chunks +23 lines, -24 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.h View 1 2 1 chunk +6 lines, -7 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
M media/base/android/media_drm_bridge.h View 1 4 chunks +10 lines, -10 lines 0 comments Download
M media/base/android/media_drm_bridge.cc View 1 6 chunks +26 lines, -27 lines 0 comments Download
M media/base/android/media_player_manager.h View 1 chunk +6 lines, -6 lines 0 comments Download
M media/base/android/media_source_player_unittest.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M media/base/media_keys.h View 1 3 chunks +12 lines, -11 lines 0 comments Download
M media/cdm/aes_decryptor.h View 1 2 chunks +6 lines, -7 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 6 chunks +12 lines, -12 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 1 5 chunks +33 lines, -34 lines 0 comments Download
M media/cdm/ppapi/cdm_adapter.h View 3 chunks +16 lines, -16 lines 0 comments Download
M media/cdm/ppapi/cdm_adapter.cc View 1 9 chunks +45 lines, -45 lines 0 comments Download
M media/cdm/ppapi/cdm_wrapper.h View 1 9 chunks +74 lines, -77 lines 0 comments Download
M media/cdm/ppapi/clear_key_cdm.h View 3 chunks +8 lines, -8 lines 0 comments Download
M media/cdm/ppapi/clear_key_cdm.cc View 1 6 chunks +17 lines, -17 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 4 chunks +75 lines, -72 lines 0 comments Download
M ppapi/api/private/ppb_content_decryptor_private.idl View 1 7 chunks +10 lines, -10 lines 0 comments Download
M ppapi/api/private/ppp_content_decryptor_private.idl View 4 chunks +6 lines, -6 lines 0 comments Download
M ppapi/c/private/ppb_content_decryptor_private.h View 1 7 chunks +11 lines, -11 lines 0 comments Download
M ppapi/c/private/ppp_content_decryptor_private.h View 4 chunks +7 lines, -7 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.h View 2 chunks +8 lines, -8 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.cc View 4 chunks +21 lines, -20 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 3 chunks +27 lines, -27 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 2 chunks +9 lines, -9 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 2 chunks +14 lines, -15 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 4 chunks +23 lines, -23 lines 0 comments Download
M ppapi/proxy/ppp_content_decryptor_private_proxy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppp_content_decryptor_private_proxy.cc View 6 chunks +12 lines, -14 lines 0 comments Download
M ppapi/thunk/ppb_content_decryptor_private_thunk.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M ppapi/thunk/ppb_instance_api.h View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jrummell
PTAL. Lots of files, but mostly trivial renames.
7 years ago (2013-12-04 19:57:21 UTC) #1
ddorwin
Thanks! https://codereview.chromium.org/105383002/diff/1/content/browser/media/android/browser_media_player_manager.cc File content/browser/media/android/browser_media_player_manager.cc (right): https://codereview.chromium.org/105383002/diff/1/content/browser/media/android/browser_media_player_manager.cc#newcode401 content/browser/media/android/browser_media_player_manager.cc:401: routing_id(), media_keys_id, session_id, error_code, system_code)); This doesn't seem ...
7 years ago (2013-12-05 00:44:52 UTC) #2
xhwang
Thanks! FYI, you can develop this CL on top of: https://codereview.chromium.org/100323004/ which will save you ...
7 years ago (2013-12-05 18:51:37 UTC) #3
jrummell
Updated based on your comments. Will rebase once 100323004 lands. https://codereview.chromium.org/105383002/diff/1/content/browser/media/android/browser_media_player_manager.cc File content/browser/media/android/browser_media_player_manager.cc (right): https://codereview.chromium.org/105383002/diff/1/content/browser/media/android/browser_media_player_manager.cc#newcode401 ...
7 years ago (2013-12-06 23:42:34 UTC) #4
ddorwin
LGTM with a couple minor changes. https://codereview.chromium.org/105383002/diff/1/media/cdm/ppapi/cdm_adapter.cc File media/cdm/ppapi/cdm_adapter.cc (right): https://codereview.chromium.org/105383002/diff/1/media/cdm/ppapi/cdm_adapter.cc#newcode539 media/cdm/ppapi/cdm_adapter.cc:539: uint32_t session_reference_id = ...
7 years ago (2013-12-09 18:45:51 UTC) #5
jrummell
Updated. +palmer@ for message security review +dmichael@ for ppapi messages https://codereview.chromium.org/105383002/diff/1/media/cdm/ppapi/cdm_adapter.cc File media/cdm/ppapi/cdm_adapter.cc (right): https://codereview.chromium.org/105383002/diff/1/media/cdm/ppapi/cdm_adapter.cc#newcode539 ...
7 years ago (2013-12-09 21:01:17 UTC) #6
dmichael (off chromium)
ppapi/ lgtm
7 years ago (2013-12-09 21:12:27 UTC) #7
xhwang
lgtm % nit https://codereview.chromium.org/105383002/diff/60001/content/renderer/media/webcontentdecryptionmodule_impl.cc File content/renderer/media/webcontentdecryptionmodule_impl.cc (right): https://codereview.chromium.org/105383002/diff/60001/content/renderer/media/webcontentdecryptionmodule_impl.cc#newcode34 content/renderer/media/webcontentdecryptionmodule_impl.cc:34: // Generate a unique internal session ...
7 years ago (2013-12-09 21:21:53 UTC) #8
jrummell
Updated for nit. https://codereview.chromium.org/105383002/diff/60001/content/renderer/media/webcontentdecryptionmodule_impl.cc File content/renderer/media/webcontentdecryptionmodule_impl.cc (right): https://codereview.chromium.org/105383002/diff/60001/content/renderer/media/webcontentdecryptionmodule_impl.cc#newcode34 content/renderer/media/webcontentdecryptionmodule_impl.cc:34: // Generate a unique internal session ...
7 years ago (2013-12-09 22:25:31 UTC) #9
palmer
IPC security rubberstamp LGTM. I looked only at the *messages*.h files.
7 years ago (2013-12-10 01:20:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/105383002/80001
7 years ago (2013-12-10 01:35:51 UTC) #11
commit-bot: I haz the power
7 years ago (2013-12-10 07:26:03 UTC) #12
Message was sent while issue was closed.
Change committed as 239698

Powered by Google App Engine
This is Rietveld 408576698