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

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed)

Created:
7 years, 7 months ago by raymes
Modified:
7 years, 7 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM This is mainly a mechanical change to rename PPB_Flash_DeviceID to PPB_Flash_DRM. It deprecates the old interface. The reason is that we will be adding more DRM-related APIs and it makes sense to put them into a single interface. BUG=242241 TBR=brettw for chrome_browser.gypi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202286

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 15

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -362 lines) Patch
M chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h View 1 3 chunks +12 lines, -12 lines 0 comments Download
A + chrome/browser/renderer_host/pepper/pepper_flash_drm_host.cc View 1 4 chunks +13 lines, -13 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ppapi/api/private/ppb_flash_device_id.idl View 2 chunks +5 lines, -3 lines 0 comments Download
A + ppapi/api/private/ppb_flash_drm.idl View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download
M ppapi/c/private/ppb_flash_device_id.h View 2 chunks +3 lines, -1 line 0 comments Download
A + ppapi/c/private/ppb_flash_drm.h View 1 2 3 3 chunks +17 lines, -10 lines 0 comments Download
A + ppapi/cpp/private/flash_drm.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + ppapi/cpp/private/flash_drm.cc View 1 2 3 2 chunks +19 lines, -6 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 6 chunks +28 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
D ppapi/proxy/flash_device_id_resource.h View 1 chunk +0 lines, -47 lines 0 comments Download
D ppapi/proxy/flash_device_id_resource.cc View 1 chunk +0 lines, -61 lines 0 comments Download
A + ppapi/proxy/flash_drm_resource.h View 1 2 3 1 chunk +15 lines, -19 lines 0 comments Download
A + ppapi/proxy/flash_drm_resource.cc View 1 2 3 2 chunks +22 lines, -26 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 2 chunks +8 lines, -4 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -1 line 0 comments Download
D ppapi/tests/test_flash_device_id.h View 1 chunk +0 lines, -26 lines 0 comments Download
D ppapi/tests/test_flash_device_id.cc View 1 chunk +0 lines, -42 lines 0 comments Download
A + ppapi/tests/test_flash_drm.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + ppapi/tests/test_flash_drm.cc View 1 2 3 4 1 chunk +35 lines, -16 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private_flash.h View 1 chunk +3 lines, -0 lines 0 comments Download
D ppapi/thunk/ppb_flash_device_id_api.h View 1 chunk +0 lines, -24 lines 0 comments Download
M ppapi/thunk/ppb_flash_device_id_thunk.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ppapi/thunk/ppb_flash_drm_api.h View 2 chunks +3 lines, -2 lines 0 comments Download
A + ppapi/thunk/ppb_flash_drm_thunk.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/plugins/ppapi/ppapi_utils.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
raymes
We will have to notify Adobe before comitting this CL so that when they roll ...
7 years, 7 months ago (2013-05-20 21:34:44 UTC) #1
yzshen1
Only nits. https://codereview.chromium.org/15491006/diff/5001/ppapi/api/private/ppb_flash_device_id.idl File ppapi/api/private/ppb_flash_device_id.idl (right): https://codereview.chromium.org/15491006/diff/5001/ppapi/api/private/ppb_flash_device_id.idl#newcode25 ppapi/api/private/ppb_flash_device_id.idl:25: [version=1.0, deprecate=1.1] I don't see why this ...
7 years, 7 months ago (2013-05-21 06:32:31 UTC) #2
raymes
Thanks. I decided to keep the Device ID cc files for now and remove them ...
7 years, 7 months ago (2013-05-21 16:32:51 UTC) #3
yzshen1
LGTM Thanks! https://codereview.chromium.org/15491006/diff/5001/ppapi/api/private/ppb_flash_device_id.idl File ppapi/api/private/ppb_flash_device_id.idl (right): https://codereview.chromium.org/15491006/diff/5001/ppapi/api/private/ppb_flash_device_id.idl#newcode25 ppapi/api/private/ppb_flash_device_id.idl:25: [version=1.0, deprecate=1.1] As long as you will ...
7 years, 7 months ago (2013-05-21 16:48:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/15491006/14001
7 years, 7 months ago (2013-05-22 15:40:21 UTC) #5
raymes
+tsepez for ppapi/proxy/ppapi_messages.h It's a pure rename of the IPCs.
7 years, 7 months ago (2013-05-22 15:44:14 UTC) #6
raymes
+tsepez for ppapi/proxy/ppapi_messages.h It's a pure rename of the IPCs.
7 years, 7 months ago (2013-05-22 15:44:30 UTC) #7
Tom Sepez
Rubberstamp LGTM on renaming messages.
7 years, 7 months ago (2013-05-22 16:57:08 UTC) #8
raymes
TBR=brettw for chrome.gypi
7 years, 7 months ago (2013-05-22 17:32:20 UTC) #9
raymes
7 years, 7 months ago (2013-05-22 17:33:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/15491006/14001
7 years, 7 months ago (2013-05-22 17:33:37 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=117124
7 years, 7 months ago (2013-05-22 19:05:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/15491006/14001
7 years, 7 months ago (2013-05-23 14:20:49 UTC) #13
commit-bot: I haz the power
Failed to apply patch for ppapi/c/pp_macros.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-23 14:21:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/15491006/46001
7 years, 7 months ago (2013-05-24 18:56:39 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-24 19:16:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/15491006/49004
7 years, 7 months ago (2013-05-24 20:36:45 UTC) #17
commit-bot: I haz the power
7 years, 7 months ago (2013-05-25 14:30:56 UTC) #18
Message was sent while issue was closed.
Change committed as 202286

Powered by Google App Engine
This is Rietveld 408576698