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

Issue 17022008: Pass InitializeCDM() call through IPC to the browser. (Closed)

Created:
7 years, 6 months ago by xhwang
Modified:
7 years, 6 months ago
Reviewers:
qinmin, ddorwin
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Pass InitializeCDM() call through IPC to the browser. TBR=yfriedman@chromium.org BUG=252042 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207757

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comments. #

Patch Set 3 : rebase only #

Total comments: 10

Patch Set 4 : ddorwin's comments resolved #

Total comments: 2

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -65 lines) Patch
M content/browser/android/media_player_manager_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/media_player_manager_impl.cc View 1 2 3 4 chunks +13 lines, -7 lines 0 comments Download
M content/common/media/media_player_messages_android.h View 1 2 3 1 chunk +17 lines, -14 lines 0 comments Download
M content/renderer/media/webmediaplayer_proxy_impl_android.h View 2 chunks +10 lines, -8 lines 0 comments Download
M content/renderer/media/webmediaplayer_proxy_impl_android.cc View 1 2 3 3 chunks +27 lines, -18 lines 0 comments Download
M webkit/renderer/media/android/webmediaplayer_proxy_android.h View 1 2 3 4 1 chunk +27 lines, -18 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
xhwang
This CL only adds a message and does nothing yet. Will hook the renderer side ...
7 years, 6 months ago (2013-06-20 19:49:43 UTC) #1
qinmin
https://codereview.chromium.org/17022008/diff/1/webkit/renderer/media/android/webmediaplayer_proxy_android.h File webkit/renderer/media/android/webmediaplayer_proxy_android.h (right): https://codereview.chromium.org/17022008/diff/1/webkit/renderer/media/android/webmediaplayer_proxy_android.h#newcode73 webkit/renderer/media/android/webmediaplayer_proxy_android.h:73: virtual void InitializeCDM(int media_keys_id, descriptions?
7 years, 6 months ago (2013-06-20 20:47:38 UTC) #2
xhwang
https://codereview.chromium.org/17022008/diff/1/webkit/renderer/media/android/webmediaplayer_proxy_android.h File webkit/renderer/media/android/webmediaplayer_proxy_android.h (right): https://codereview.chromium.org/17022008/diff/1/webkit/renderer/media/android/webmediaplayer_proxy_android.h#newcode73 webkit/renderer/media/android/webmediaplayer_proxy_android.h:73: virtual void InitializeCDM(int media_keys_id, On 2013/06/20 20:47:38, qinmin wrote: ...
7 years, 6 months ago (2013-06-20 21:30:37 UTC) #3
qinmin
lgtm
7 years, 6 months ago (2013-06-20 21:58:50 UTC) #4
ddorwin
https://codereview.chromium.org/17022008/diff/9001/content/common/media/media_player_messages_android.h File content/common/media/media_player_messages_android.h (right): https://codereview.chromium.org/17022008/diff/9001/content/common/media/media_player_messages_android.h#newcode222 content/common/media/media_player_messages_android.h:222: IPC_MESSAGE_ROUTED3(MediaPlayerHostMsg_GenerateKeyRequest, Should the prefix be changed to MediaKeysHostMsg? https://codereview.chromium.org/17022008/diff/9001/webkit/renderer/media/android/webmediaplayer_proxy_android.h ...
7 years, 6 months ago (2013-06-20 22:07:01 UTC) #5
xhwang
PTAnotherL https://codereview.chromium.org/17022008/diff/9001/content/common/media/media_player_messages_android.h File content/common/media/media_player_messages_android.h (right): https://codereview.chromium.org/17022008/diff/9001/content/common/media/media_player_messages_android.h#newcode222 content/common/media/media_player_messages_android.h:222: IPC_MESSAGE_ROUTED3(MediaPlayerHostMsg_GenerateKeyRequest, On 2013/06/20 22:07:01, ddorwin wrote: > Should ...
7 years, 6 months ago (2013-06-21 00:50:13 UTC) #6
ddorwin
lgtm https://codereview.chromium.org/17022008/diff/6008/webkit/renderer/media/android/webmediaplayer_proxy_android.h File webkit/renderer/media/android/webmediaplayer_proxy_android.h (right): https://codereview.chromium.org/17022008/diff/6008/webkit/renderer/media/android/webmediaplayer_proxy_android.h#newcode73 webkit/renderer/media/android/webmediaplayer_proxy_android.h:73: // Initializes a CDM that supports |uuid|.The CDM ...
7 years, 6 months ago (2013-06-21 00:54:34 UTC) #7
xhwang
https://codereview.chromium.org/17022008/diff/6008/webkit/renderer/media/android/webmediaplayer_proxy_android.h File webkit/renderer/media/android/webmediaplayer_proxy_android.h (right): https://codereview.chromium.org/17022008/diff/6008/webkit/renderer/media/android/webmediaplayer_proxy_android.h#newcode73 webkit/renderer/media/android/webmediaplayer_proxy_android.h:73: // Initializes a CDM that supports |uuid|.The CDM is ...
7 years, 6 months ago (2013-06-21 03:55:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/17022008/22001
7 years, 6 months ago (2013-06-21 03:56:15 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=11173
7 years, 6 months ago (2013-06-21 04:17:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/17022008/22001
7 years, 6 months ago (2013-06-21 04:41:35 UTC) #11
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 08:49:58 UTC) #12
Message was sent while issue was closed.
Change committed as 207757

Powered by Google App Engine
This is Rietveld 408576698