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

Issue 320383005: Add an IPC to return the platform supported key-system names in Android. (Closed)

Created:
6 years, 6 months ago by ycheo (away)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, android-webview-reviews_chromium.org, qinmin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add an IPC to return the platform supported key-system names in Android. - Split widevine_key_systems.(cc|h) into andorid_key_systems.* and widevine_key_system.*. - Add a method MediaDrmBridge::GetPlatformKeySystemNames(). BUG=322395 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276953

Patch Set 1 #

Total comments: 33

Patch Set 2 : Addressed ddorwin's comments. #

Patch Set 3 : Fix nits. #

Total comments: 18

Patch Set 4 : Addressed ddorwin's comments. #

Total comments: 6

Patch Set 5 : Addressed xhwang's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -50 lines) Patch
M android_webview/renderer/aw_key_systems.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/chrome_key_systems.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M components/cdm.gypi View 1 chunk +8 lines, -0 lines 0 comments Download
M components/cdm/browser/cdm_message_filter_android.h View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M components/cdm/browser/cdm_message_filter_android.cc View 1 2 3 4 chunks +12 lines, -4 lines 0 comments Download
M components/cdm/common/cdm_messages_android.h View 1 2 3 1 chunk +9 lines, -2 lines 0 comments Download
A components/cdm/renderer/android_key_systems.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A components/cdm/renderer/android_key_systems.cc View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M components/cdm/renderer/widevine_key_systems.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/cdm/renderer/widevine_key_systems.cc View 2 chunks +1 line, -33 lines 0 comments Download
M media/base/android/media_drm_bridge.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/android/media_drm_bridge.cc View 1 2 3 4 3 chunks +18 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
ycheo (away)
Hi David & Xiaohan, In this CL, I added an IPC to get the list ...
6 years, 6 months ago (2014-06-10 11:26:57 UTC) #1
ddorwin
In the description, s/the all/all the/. https://codereview.chromium.org/320383005/diff/1/chrome/renderer/media/chrome_key_systems.cc File chrome/renderer/media/chrome_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/1/chrome/renderer/media/chrome_key_systems.cc#newcode15 chrome/renderer/media/chrome_key_systems.cc:15: #include "components/cdm/renderer/android_key_systems.h" Should ...
6 years, 6 months ago (2014-06-10 18:48:05 UTC) #2
ycheo (away)
PTAL. https://codereview.chromium.org/320383005/diff/1/chrome/renderer/media/chrome_key_systems.cc File chrome/renderer/media/chrome_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/1/chrome/renderer/media/chrome_key_systems.cc#newcode15 chrome/renderer/media/chrome_key_systems.cc:15: #include "components/cdm/renderer/android_key_systems.h" On 2014/06/10 18:48:03, ddorwin wrote: > ...
6 years, 6 months ago (2014-06-11 00:08:22 UTC) #3
ddorwin
+xhwang in case he has any comments. https://codereview.chromium.org/320383005/diff/1/components/cdm/renderer/android_key_systems.cc File components/cdm/renderer/android_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/1/components/cdm/renderer/android_key_systems.cc#newcode68 components/cdm/renderer/android_key_systems.cc:68: if (response.compositing_codecs ...
6 years, 6 months ago (2014-06-11 01:54:02 UTC) #4
ycheo (away)
https://codereview.chromium.org/320383005/diff/40001/chrome/renderer/media/chrome_key_systems.cc File chrome/renderer/media/chrome_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/40001/chrome/renderer/media/chrome_key_systems.cc#newcode27 chrome/renderer/media/chrome_key_systems.cc:27: #if defined(OS_ANDROID) On 2014/06/11 01:54:01, ddorwin wrote: > Because ...
6 years, 6 months ago (2014-06-11 07:43:43 UTC) #5
ddorwin
LGTM. Thanks.
6 years, 6 months ago (2014-06-11 22:26:43 UTC) #6
xhwang
lgtm % nits https://codereview.chromium.org/320383005/diff/80001/chrome/renderer/media/chrome_key_systems.cc File chrome/renderer/media/chrome_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/80001/chrome/renderer/media/chrome_key_systems.cc#newcode23 chrome/renderer/media/chrome_key_systems.cc:23: Can you keep l.18 here? https://codereview.chromium.org/320383005/diff/80001/components/cdm/renderer/android_key_systems.h ...
6 years, 6 months ago (2014-06-11 23:12:29 UTC) #7
ycheo (away)
https://codereview.chromium.org/320383005/diff/80001/chrome/renderer/media/chrome_key_systems.cc File chrome/renderer/media/chrome_key_systems.cc (right): https://codereview.chromium.org/320383005/diff/80001/chrome/renderer/media/chrome_key_systems.cc#newcode23 chrome/renderer/media/chrome_key_systems.cc:23: On 2014/06/11 23:12:28, xhwang wrote: > Can you keep ...
6 years, 6 months ago (2014-06-12 02:02:45 UTC) #8
ycheo (away)
PTAL. @mkosiba for android_webview/renderer/aw_key_systems.cc. @blundell for components/cdm.gypi. @dcheng for components/cdm/common/cdm_messages_android.h.
6 years, 6 months ago (2014-06-12 02:12:53 UTC) #9
blundell
components/cdm.gypi LGTM Feel free to add per-file OWNERS of cdm.gypi to //components/OWNERS (see the existing ...
6 years, 6 months ago (2014-06-12 07:46:54 UTC) #10
mkosiba (inactive)
android_webview/ lgtm
6 years, 6 months ago (2014-06-12 08:47:57 UTC) #11
dcheng
On 2014/06/12 at 08:47:57, mkosiba wrote: > android_webview/ lgtm IPC changes LGTM
6 years, 6 months ago (2014-06-12 21:02:49 UTC) #12
ycheo (away)
The CQ bit was checked by ycheo@chromium.org
6 years, 6 months ago (2014-06-12 22:40:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ycheo@chromium.org/320383005/100001
6 years, 6 months ago (2014-06-12 22:43:04 UTC) #14
commit-bot: I haz the power
6 years, 6 months ago (2014-06-13 07:14:02 UTC) #15
Message was sent while issue was closed.
Change committed as 276953

Powered by Google App Engine
This is Rietveld 408576698