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

Issue 2255943002: EME: Remove obsolete legacy APIs related to versions of prefixed EME (Closed)

Created:
4 years, 4 months ago by ddorwin
Modified:
4 years, 3 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, mcasas+watch+vc_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, lcwu+watch_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, eme-reviews_chromium.org, Aaron Boodman, darin-cc_chromium.org, halliwell+watch_chromium.org, alokp+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, mlamouri+watch-media_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

EME: Remove obsolete legacy APIs related to versions of prefixed EME Remove legacy_destination_url and LegacySessionError. BUG=249976 TEST=existing tests Committed: https://crrev.com/17374bd6ce7a3c35da3377eb74de834c22c1bcb8 Cr-Commit-Position: refs/heads/master@{#413845}

Patch Set 1 #

Patch Set 2 : git cl format #

Patch Set 3 : Fix build and add bug reference for obsoletes #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -493 lines) Patch
M chromecast/browser/media/cast_browser_cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M chromecast/browser/media/cast_browser_cdm_factory.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chromecast/media/cdm/cast_cdm.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chromecast/media/cdm/cast_cdm.cc View 1 2 3 chunks +1 line, -3 lines 0 comments Download
M content/browser/media/cdm/browser_cdm_manager.h View 1 chunk +1 line, -8 lines 0 comments Download
M content/browser/media/cdm/browser_cdm_manager.cc View 3 chunks +2 lines, -24 lines 0 comments Download
M content/common/media/cdm_messages.h View 1 chunk +2 lines, -10 lines 0 comments Download
M content/renderer/media/cdm/ppapi_decryptor.h View 4 chunks +1 line, -9 lines 0 comments Download
M content/renderer/media/cdm/ppapi_decryptor.cc View 1 7 chunks +5 lines, -23 lines 0 comments Download
M content/renderer/media/cdm/proxy_media_keys.h View 4 chunks +1 line, -9 lines 0 comments Download
M content/renderer/media/cdm/proxy_media_keys.cc View 1 3 chunks +5 lines, -18 lines 0 comments Download
M content/renderer/media/cdm/render_cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/cdm/render_cdm_factory.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M content/renderer/media/cdm/renderer_cdm_manager.h View 1 chunk +1 line, -7 lines 0 comments Download
M content/renderer/media/cdm/renderer_cdm_manager.cc View 4 chunks +2 lines, -17 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.h View 3 chunks +1 line, -8 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.cc View 5 chunks +2 lines, -40 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M media/base/android/android_cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/android/android_cdm_factory.cc View 2 chunks +1 line, -3 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaDrmBridge.java View 1 2 5 chunks +3 lines, -15 lines 0 comments Download
M media/base/android/media_drm_bridge.h View 6 chunks +1 line, -21 lines 0 comments Download
M media/base/android/media_drm_bridge.cc View 1 8 chunks +7 lines, -32 lines 0 comments Download
M media/base/cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/media_keys.h View 2 chunks +1 line, -11 lines 0 comments Download
M media/blink/cdm_session_adapter.h View 1 chunk +1 line, -6 lines 0 comments Download
M media/blink/cdm_session_adapter.cc View 1 3 chunks +3 lines, -15 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 chunk +1 line, -3 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 6 chunks +8 lines, -22 lines 0 comments Download
M media/cdm/cdm_adapter.h View 3 chunks +0 lines, -3 lines 0 comments Download
M media/cdm/cdm_adapter.cc View 1 2 5 chunks +6 lines, -23 lines 0 comments Download
M media/cdm/cdm_adapter_unittest.cc View 1 3 chunks +3 lines, -12 lines 0 comments Download
M media/cdm/default_cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/cdm/default_cdm_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.h View 1 chunk +1 line, -2 lines 0 comments Download
M media/cdm/ppapi/external_clear_key/clear_key_cdm.cc View 5 chunks +6 lines, -12 lines 3 comments Download
M media/cdm/ppapi/ppapi_cdm_adapter.h View 2 chunks +1 line, -6 lines 0 comments Download
M media/cdm/ppapi/ppapi_cdm_adapter.cc View 1 2 5 chunks +11 lines, -29 lines 2 comments Download
M media/mojo/clients/mojo_cdm.h View 4 chunks +1 line, -9 lines 0 comments Download
M media/mojo/clients/mojo_cdm.cc View 5 chunks +3 lines, -21 lines 0 comments Download
M media/mojo/clients/mojo_cdm_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/mojo/clients/mojo_cdm_factory.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M media/mojo/interfaces/content_decryption_module.mojom View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M media/mojo/services/mojo_cdm_service.h View 1 chunk +1 line, -6 lines 0 comments Download
M media/mojo/services/mojo_cdm_service.cc View 1 3 chunks +4 lines, -16 lines 0 comments Download
M media/test/pipeline_integration_test.cc View 6 chunks +2 lines, -23 lines 0 comments Download

Messages

Total messages: 34 (17 generated)
ddorwin
4 years, 4 months ago (2016-08-18 16:30:31 UTC) #10
jrummell
Looks good. Did you not want to remove the pepper call in ppapi/api/private/ppb_content_decryptor_private.idl, or should ...
4 years, 4 months ago (2016-08-18 19:10:43 UTC) #11
ddorwin
On 2016/08/18 19:10:43, jrummell wrote: > Looks good. Did you not want to remove the ...
4 years, 4 months ago (2016-08-18 19:21:48 UTC) #12
jrummell
lgtm
4 years, 4 months ago (2016-08-19 17:30:45 UTC) #13
ddorwin
raymes: Please review changes in content/renderer/pepper/ alokp: Please review changes in chromecast/ dcheng: Please review ...
4 years, 4 months ago (2016-08-19 18:32:03 UTC) #15
dcheng
ipc lgtm delete ALL the legacy code https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc File media/cdm/ppapi/external_clear_key/clear_key_cdm.cc (right): https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc#newcode256 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc:256: GURL empty_origin; ...
4 years, 4 months ago (2016-08-19 18:38:59 UTC) #16
ddorwin
halliwell: please review chromecast/ https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc File media/cdm/ppapi/external_clear_key/clear_key_cdm.cc (right): https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc#newcode256 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc:256: GURL empty_origin; On 2016/08/19 18:38:59, ...
4 years, 4 months ago (2016-08-19 18:54:16 UTC) #18
dcheng
https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc File media/cdm/ppapi/external_clear_key/clear_key_cdm.cc (right): https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc#newcode256 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc:256: GURL empty_origin; On 2016/08/19 18:54:16, ddorwin wrote: > On ...
4 years, 4 months ago (2016-08-19 18:56:14 UTC) #19
halliwell
On 2016/08/19 18:56:14, dcheng wrote: > https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc > File media/cdm/ppapi/external_clear_key/clear_key_cdm.cc (right): > > https://codereview.chromium.org/2255943002/diff/40001/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc#newcode256 > ...
4 years, 4 months ago (2016-08-19 19:03:27 UTC) #20
raymes
lgtm
4 years, 4 months ago (2016-08-22 00:28:31 UTC) #21
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/2255943002/40001
4 years, 3 months ago (2016-08-22 16:34:45 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/127054)
4 years, 3 months ago (2016-08-22 18:38:06 UTC) #25
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/2255943002/40001
4 years, 3 months ago (2016-08-22 20:16:50 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/127252)
4 years, 3 months ago (2016-08-22 22:58:26 UTC) #29
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/2255943002/40001
4 years, 3 months ago (2016-08-23 19:05:55 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-23 21:36:33 UTC) #32
commit-bot: I haz the power
4 years, 3 months ago (2016-08-23 21:39:59 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/17374bd6ce7a3c35da3377eb74de834c22c1bcb8
Cr-Commit-Position: refs/heads/master@{#413845}

Powered by Google App Engine
This is Rietveld 408576698