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

Issue 11016007: Implement host side of sync EnumerateVideoCaptureDevices (Closed)

Created:
8 years, 2 months ago by raymes
Modified:
8 years, 2 months ago
Reviewers:
brettw, yzshen1
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Implement host side of sync EnumerateVideoCaptureDevices This implements the host side of the sync ppapi function EnumerateVideoCaptureDevices. BUG=none TEST=Wrote a sample that runs the sync and non-sync versions. Ran it and compared the outputs. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162048

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 20

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -2 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/pepper/content_renderer_pepper_host_factory.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_flash_host.h View 1 2 3 4 5 6 7 1 chunk +47 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_flash_host.cc View 1 2 3 4 5 6 7 1 chunk +82 lines, -0 lines 0 comments Download
M ppapi/cpp/private/flash.h View 1 2 3 4 5 6 7 4 chunks +6 lines, -0 lines 0 comments Download
M ppapi/cpp/private/flash.cc View 1 2 3 4 5 6 7 5 chunks +28 lines, -2 lines 0 comments Download
A ppapi/examples/enumerate_devices/enumerate_devices.cc View 1 2 3 4 5 6 7 1 chunk +127 lines, -0 lines 0 comments Download
A ppapi/examples/enumerate_devices/enumerate_devices.html View 1 2 5 1 chunk +87 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
raymes
8 years, 2 months ago (2012-10-08 17:20:49 UTC) #1
yzshen1
https://codereview.chromium.org/11016007/diff/14001/content/renderer/pepper/content_renderer_pepper_host_factory.cc File content/renderer/pepper/content_renderer_pepper_host_factory.cc (right): https://codereview.chromium.org/11016007/diff/14001/content/renderer/pepper/content_renderer_pepper_host_factory.cc#newcode49 content/renderer/pepper/content_renderer_pepper_host_factory.cc:49: case PpapiHostMsg_Flash_Create::ID: I think it is okay to check ...
8 years, 2 months ago (2012-10-10 18:17:39 UTC) #2
raymes
https://codereview.chromium.org/11016007/diff/14001/content/renderer/pepper/content_renderer_pepper_host_factory.cc File content/renderer/pepper/content_renderer_pepper_host_factory.cc (right): https://codereview.chromium.org/11016007/diff/14001/content/renderer/pepper/content_renderer_pepper_host_factory.cc#newcode49 content/renderer/pepper/content_renderer_pepper_host_factory.cc:49: case PpapiHostMsg_Flash_Create::ID: On 2012/10/10 18:17:39, yzshen1 wrote: > I ...
8 years, 2 months ago (2012-10-11 18:39:26 UTC) #3
yzshen1
lgtm
8 years, 2 months ago (2012-10-12 16:31:10 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/11016007/19001
8 years, 2 months ago (2012-10-12 16:58:12 UTC) #5
commit-bot: I haz the power
Presubmit check for 11016007-19001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-12 16:58:20 UTC) #6
raymes
+brettw for OWNERS
8 years, 2 months ago (2012-10-12 16:59:15 UTC) #7
brettw
lgtm
8 years, 2 months ago (2012-10-12 18:01:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11016007/19001
8 years, 2 months ago (2012-10-15 22:59:55 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 02:14:14 UTC) #10
Change committed as 162048

Powered by Google App Engine
This is Rietveld 408576698