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

Issue 9192019: Implement PPB_DeviceRef_Dev. (Closed)

Created:
8 years, 11 months ago by yzshen1
Modified:
8 years, 11 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Implement PPB_DeviceRef_Dev. This is part of the work to suppport enumeration of multiple audio/video capture devices. Relevant changes: The thread that discussed interface design - http://codereview.chromium.org/8981009/ PPB_ResourceArray_Dev (committed) - http://codereview.chromium.org/9111008/ BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118611

Patch Set 1 #

Total comments: 8

Patch Set 2 : make changes in response to Trung's suggestions. #

Total comments: 2

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -0 lines) Patch
A ppapi/api/dev/ppb_device_ref_dev.idl View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_device_ref_dev.h View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/device_ref_dev.h View 1 chunk +35 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/device_ref_dev.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 2 chunks +3 lines, -0 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 3 chunks +8 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppb_device_ref_shared.h View 1 chunk +60 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppb_device_ref_shared.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/thunk/ppb_device_ref_api.h View 1 chunk +32 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_device_ref_thunk.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yzshen1
Hi, Trung and Dave. Please take a look. Trung: review everything. Dave: owner review. Thanks!
8 years, 11 months ago (2012-01-19 18:11:27 UTC) #1
viettrungluu
LGTM w/nit. http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl File ppapi/api/dev/ppb_device_ref_dev.idl (right): http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl#newcode51 ppapi/api/dev/ppb_device_ref_dev.idl:51: * @return A <code>PP_Var</code> containing the name ...
8 years, 11 months ago (2012-01-20 18:30:59 UTC) #2
yzshen1
Thanks, Trung! http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl File ppapi/api/dev/ppb_device_ref_dev.idl (right): http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl#newcode51 ppapi/api/dev/ppb_device_ref_dev.idl:51: * @return A <code>PP_Var</code> containing the name ...
8 years, 11 months ago (2012-01-20 19:24:49 UTC) #3
dmichael (off chromium)
LGTM http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl File ppapi/api/dev/ppb_device_ref_dev.idl (right): http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl#newcode20 ppapi/api/dev/ppb_device_ref_dev.idl:20: PP_DEVICETYPE_VIDEOCAPTURE = 2 If you think you might ...
8 years, 11 months ago (2012-01-20 19:35:58 UTC) #4
yzshen1
Thanks, Dave! http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl File ppapi/api/dev/ppb_device_ref_dev.idl (right): http://codereview.chromium.org/9192019/diff/1/ppapi/api/dev/ppb_device_ref_dev.idl#newcode20 ppapi/api/dev/ppb_device_ref_dev.idl:20: PP_DEVICETYPE_VIDEOCAPTURE = 2 On 2012/01/20 19:35:58, dmichael ...
8 years, 11 months ago (2012-01-20 21:19:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/9192019/4021
8 years, 11 months ago (2012-01-20 23:52:48 UTC) #6
commit-bot: I haz the power
Try job failure for 9192019-4021 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 11 months ago (2012-01-21 01:07:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/9192019/4021
8 years, 11 months ago (2012-01-21 01:29:46 UTC) #8
commit-bot: I haz the power
Try job failure for 9192019-4021 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 11 months ago (2012-01-21 02:40:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/9192019/4021
8 years, 11 months ago (2012-01-21 05:50:46 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2012-01-21 07:54:22 UTC) #11
Change committed as 118611

Powered by Google App Engine
This is Rietveld 408576698