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

Issue 2444683002: Move MediaKeys::Exception to CdmPromise::Exception (Closed)

Created:
4 years, 2 months ago by dhna
Modified:
4 years, 1 month ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, chromoting-reviews_chromium.org, qsr+mojo_chromium.org, eme-reviews_chromium.org, posciak+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, feature-media-reviews_chromium.org, darin-cc_chromium.org, alokp+watch_chromium.org, darin (slow to review), Aaron Boodman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move MediaKeys::Exception to CdmPromise::Exception BUG=656706 Committed: https://crrev.com/1f1c7d36ea538592da4305f4e0742ec8d524e680 Cr-Commit-Position: refs/heads/master@{#428061}

Patch Set 1 #

Patch Set 2 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 3 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 4 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 5 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 6 : Move to CdmPromise::Exception #

Patch Set 7 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 8 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 9 : Move MediaKeys::Exception to CdmPromise::Exception #

Patch Set 10 : fix for media_remoting_unittests #

Total comments: 12

Patch Set 11 : fix #

Patch Set 12 : fix comment #

Patch Set 13 : remove header #

Patch Set 14 : remove "media/base/cdm_promise.h" #

Patch Set 15 : remove third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h #

Total comments: 4

Patch Set 16 : nit fix. #

Patch Set 17 : fix for ppapi(revert) #

Patch Set 18 : include "media/base/media_keys.h" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -150 lines) Patch
M chromecast/media/cdm/cast_cdm_proxy.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/cdm/ppapi_decryptor.cc View 1 6 chunks +12 lines, -6 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +16 lines, -17 lines 0 comments Download
M media/base/android/media_drm_bridge.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M media/base/android/media_drm_bridge.cc View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -6 lines 0 comments Download
M media/base/cdm_callback_promise.h View 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/cdm_callback_promise.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/cdm_initialized_promise.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M media/base/cdm_initialized_promise.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/cdm_promise.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +16 lines, -3 lines 0 comments Download
M media/base/cdm_promise_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/cdm_promise_adapter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/ipc/media_param_traits_macros.h View 2 chunks +3 lines, -2 lines 0 comments Download
M media/base/media_keys.h View 1 chunk +0 lines, -14 lines 0 comments Download
M media/blink/cdm_result_promise.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 3 chunks +2 lines, -4 lines 0 comments Download
M media/blink/cdm_result_promise_helper.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M media/blink/cdm_result_promise_helper.cc View 2 chunks +16 lines, -16 lines 0 comments Download
M media/blink/new_session_cdm_result_promise.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/new_session_cdm_result_promise.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +23 lines, -16 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/cdm_adapter.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M media/cdm/cdm_adapter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.h View 1 2 3 4 5 6 7 8 9 10 17 2 chunks +2 lines, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.cc View 1 2 3 4 5 2 chunks +10 lines, -9 lines 0 comments Download
M media/mojo/clients/mojo_cdm.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M media/mojo/interfaces/content_decryption_module.mojom View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/interfaces/content_decryption_module.typemap View 2 chunks +2 lines, -1 line 0 comments Download
M media/mojo/services/mojo_cdm_promise.h View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/services/mojo_cdm_promise.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -3 lines 0 comments Download
M media/mojo/services/mojo_cdm_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/remoting/proto/remoting_rpc_message.proto View 1 2 1 chunk +1 line, -1 line 0 comments Download
M media/remoting/rpc/proto_enum_utils.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M media/remoting/rpc/proto_enum_utils.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M media/remoting/rpc/proto_utils.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -3 lines 0 comments Download
M media/remoting/rpc/proto_utils.cc View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -5 lines 0 comments Download
M media/test/pipeline_integration_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 89 (47 generated)
dhna
@xhwang PTAL
4 years, 2 months ago (2016-10-22 18:24:14 UTC) #3
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/2444683002/140001
4 years, 2 months ago (2016-10-23 13:53:30 UTC) #14
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 2 months ago (2016-10-23 13:53:32 UTC) #16
dhna
On 2016/10/23 13:53:32, commit-bot: I haz the power wrote: > No L-G-T-M from a valid ...
4 years, 2 months ago (2016-10-23 17:44:23 UTC) #24
xhwang
Thank you so much for working on this. The change looking mostly good. I just ...
4 years, 1 month ago (2016-10-24 17:06:14 UTC) #27
xhwang
https://codereview.chromium.org/2444683002/diff/180001/media/base/cdm_promise.h File media/base/cdm_promise.h (right): https://codereview.chromium.org/2444683002/diff/180001/media/base/cdm_promise.h#newcode36 media/base/cdm_promise.h:36: // http://crbug.com/249976 Also, this comment is not accurate now. ...
4 years, 1 month ago (2016-10-24 17:34:23 UTC) #28
dhna
On 2016/10/24 17:34:23, xhwang wrote: > https://codereview.chromium.org/2444683002/diff/180001/media/base/cdm_promise.h > File media/base/cdm_promise.h (right): > > https://codereview.chromium.org/2444683002/diff/180001/media/base/cdm_promise.h#newcode36 > ...
4 years, 1 month ago (2016-10-24 23:43:53 UTC) #29
dhna
On 2016/10/24 23:43:53, dhna wrote: > On 2016/10/24 17:34:23, xhwang wrote: > > > https://codereview.chromium.org/2444683002/diff/180001/media/base/cdm_promise.h ...
4 years, 1 month ago (2016-10-24 23:44:22 UTC) #30
xhwang
LGTM Thank you again for working on this!
4 years, 1 month ago (2016-10-25 08:01:18 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/2444683002/220001
4 years, 1 month ago (2016-10-25 08:37:04 UTC) #33
dhna
On 2016/10/25 08:01:18, xhwang wrote: > LGTM > > Thank you again for working on ...
4 years, 1 month ago (2016-10-25 08:37:07 UTC) #34
dhna
On 2016/10/25 08:01:18, xhwang wrote: > LGTM > > Thank you again for working on ...
4 years, 1 month ago (2016-10-25 08:37:16 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/109240)
4 years, 1 month ago (2016-10-25 09:45:06 UTC) #37
dhna
On 2016/10/25 09:45:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-10-25 09:56:41 UTC) #38
dhna
On 2016/10/25 09:56:41, dhna wrote: > On 2016/10/25 09:45:06, commit-bot: I haz the power wrote: ...
4 years, 1 month ago (2016-10-25 12:51:10 UTC) #40
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/2444683002/240001
4 years, 1 month ago (2016-10-25 13:28:59 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/288710)
4 years, 1 month ago (2016-10-25 13:37:10 UTC) #45
dhna
On 2016/10/25 13:37:10, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-10-25 13:50:55 UTC) #46
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/2444683002/260001
4 years, 1 month ago (2016-10-25 15:18:47 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/288791)
4 years, 1 month ago (2016-10-25 15:25:10 UTC) #51
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/2444683002/280001
4 years, 1 month ago (2016-10-25 15:43:52 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/288822)
4 years, 1 month ago (2016-10-25 15:51:58 UTC) #56
dhna
On 2016/10/25 15:51:58, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-10-25 16:20:27 UTC) #57
jam
On 2016/10/25 16:20:27, dhna wrote: > On 2016/10/25 15:51:58, commit-bot: I haz the power wrote: ...
4 years, 1 month ago (2016-10-25 19:16:48 UTC) #58
meacer
media/base/ipc/media_param_traits_macros.h media/mojo/interfaces/content_decryption_module.mojom LGTM
4 years, 1 month ago (2016-10-25 19:23:21 UTC) #59
dhna
On 2016/10/25 19:23:21, Mustafa Emre Acer wrote: > media/base/ipc/media_param_traits_macros.h > media/mojo/interfaces/content_decryption_module.mojom > LGTM @xhwang We ...
4 years, 1 month ago (2016-10-26 00:05:04 UTC) #60
xhwang
On 2016/10/26 00:05:04, dhna wrote: > On 2016/10/25 19:23:21, Mustafa Emre Acer wrote: > > ...
4 years, 1 month ago (2016-10-26 00:12:30 UTC) #61
xhwang
nits when I was looking... https://codereview.chromium.org/2444683002/diff/280001/media/base/cdm_promise.h File media/base/cdm_promise.h (right): https://codereview.chromium.org/2444683002/diff/280001/media/base/cdm_promise.h#newcode61 media/base/cdm_promise.h:61: virtual void reject(CdmPromise::Exception exception_code, ...
4 years, 1 month ago (2016-10-26 00:13:05 UTC) #62
dhna
On 2016/10/26 00:13:05, xhwang wrote: > nits when I was looking... > > https://codereview.chromium.org/2444683002/diff/280001/media/base/cdm_promise.h > ...
4 years, 1 month ago (2016-10-26 00:59:24 UTC) #63
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/2444683002/300001
4 years, 1 month ago (2016-10-26 04:09:57 UTC) #66
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/152398) cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 1 month ago (2016-10-26 04:13:58 UTC) #68
xhwang
I tried on Windows and can reproduce the linking error. I guess this is related ...
4 years, 1 month ago (2016-10-26 20:27:33 UTC) #69
dhna
On 2016/10/26 20:27:33, xhwang wrote: > I tried on Windows and can reproduce the linking ...
4 years, 1 month ago (2016-10-27 01:22:20 UTC) #70
dhna
On 2016/10/27 01:22:20, dhna wrote: > On 2016/10/26 20:27:33, xhwang wrote: > > I tried ...
4 years, 1 month ago (2016-10-27 01:26:23 UTC) #71
dhna
On 2016/10/27 01:22:20, dhna wrote: > On 2016/10/26 20:27:33, xhwang wrote: > > I tried ...
4 years, 1 month ago (2016-10-27 01:26:29 UTC) #72
dhna
On 2016/10/27 01:26:29, dhna wrote: > On 2016/10/27 01:22:20, dhna wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-27 01:55:57 UTC) #75
dhna
On 2016/10/27 01:55:57, dhna wrote: > On 2016/10/27 01:26:29, dhna wrote: > > On 2016/10/27 ...
4 years, 1 month ago (2016-10-27 02:42:00 UTC) #78
dhna
On 2016/10/27 02:42:00, dhna wrote: > On 2016/10/27 01:55:57, dhna wrote: > > On 2016/10/27 ...
4 years, 1 month ago (2016-10-27 07:26:30 UTC) #81
xhwang
On 2016/10/27 07:26:30, dhna wrote: > On 2016/10/27 02:42:00, dhna wrote: > > On 2016/10/27 ...
4 years, 1 month ago (2016-10-27 17:01:15 UTC) #82
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/2444683002/340001
4 years, 1 month ago (2016-10-27 17:02:42 UTC) #85
commit-bot: I haz the power
Committed patchset #18 (id:340001)
4 years, 1 month ago (2016-10-27 17:08:35 UTC) #87
commit-bot: I haz the power
4 years, 1 month ago (2016-10-27 17:31:05 UTC) #89
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/1f1c7d36ea538592da4305f4e0742ec8d524e680
Cr-Commit-Position: refs/heads/master@{#428061}

Powered by Google App Engine
This is Rietveld 408576698