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

Issue 7058055: create one video capture message filter per renderer process (Closed)

Created:
9 years, 6 months ago by wjia(left Chromium)
Modified:
9 years, 6 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, joi+watch-content_chromium.org, acolwell GONE FROM CHROMIUM, annacc, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM)
Visibility:
Public.

Description

create one video capture message filter per renderer process BUG=none TEST=try bots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88396

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : create filter in RenderThread #

Patch Set 4 : '' #

Patch Set 5 : fix clang #

Patch Set 6 : more cleanup #

Patch Set 7 : '' #

Total comments: 5

Patch Set 8 : from code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -75 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/video_capture_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/video_capture_impl.cc View 1 2 3 4 5 6 6 chunks +14 lines, -7 lines 0 comments Download
M content/renderer/media/video_capture_impl_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -36 lines 0 comments Download
M content/renderer/media/video_capture_impl_unittest.cc View 1 2 3 4 5 6 7 6 chunks +19 lines, -11 lines 0 comments Download
M content/renderer/render_thread.cc View 1 2 3 4 5 6 3 chunks +10 lines, -0 lines 0 comments Download
M content/renderer/video_capture_message_filter.h View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/video_capture_message_filter.cc View 1 2 3 4 5 6 3 chunks +1 line, -19 lines 0 comments Download
A content/renderer/video_capture_message_filter_creator.h View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A content/renderer/video_capture_message_filter_creator.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jam
lgtm
9 years, 6 months ago (2011-06-08 18:27:35 UTC) #1
scherkus (not reviewing)
drive by thanks for doing this!! http://codereview.chromium.org/7058055/diff/14001/content/renderer/media/video_capture_impl_unittest.cc File content/renderer/media/video_capture_impl_unittest.cc (right): http://codereview.chromium.org/7058055/diff/14001/content/renderer/media/video_capture_impl_unittest.cc#newcode60 content/renderer/media/video_capture_impl_unittest.cc:60: :VideoCaptureImpl(id, ml_proxy, filter) ...
9 years, 6 months ago (2011-06-08 18:46:23 UTC) #2
wjia(left Chromium)
http://codereview.chromium.org/7058055/diff/14001/content/renderer/media/video_capture_impl_unittest.cc File content/renderer/media/video_capture_impl_unittest.cc (right): http://codereview.chromium.org/7058055/diff/14001/content/renderer/media/video_capture_impl_unittest.cc#newcode60 content/renderer/media/video_capture_impl_unittest.cc:60: :VideoCaptureImpl(id, ml_proxy, filter) { On 2011/06/08 18:46:23, scherkus wrote: ...
9 years, 6 months ago (2011-06-08 20:51:53 UTC) #3
scherkus (not reviewing)
Cool! Lgtm On Jun 8, 2011 1:51 PM, <wjia@chromium.org> wrote: > Reviewers: John Abd-El-Malek, scherkus, ...
9 years, 6 months ago (2011-06-08 20:56:53 UTC) #4
jam
9 years, 6 months ago (2011-06-21 19:43:08 UTC) #5
http://codereview.chromium.org/7058055/diff/14001/content/renderer/video_capt...
File content/renderer/video_capture_message_filter_creator.cc (right):

http://codereview.chromium.org/7058055/diff/14001/content/renderer/video_capt...
content/renderer/video_capture_message_filter_creator.cc:10: filter_ = new
VideoCaptureMessageFilter(1);
On 2011/06/08 20:51:53, wjia wrote:
> On 2011/06/08 18:46:23, scherkus wrote:
> > sanity checking: what does 1 as a route_id imply?
> 
> The route_id is not really needed here. The video capture messages will be
> changed to "control" message in the next patch.


Hi, this hasn't been done yet as we discussed.  Please do so as soon as
possible, i.e. before any other changes to this code.  This code can and is used
by others for inspiration, so we need to have it used IPC correctly. Thanks.

Powered by Google App Engine
This is Rietveld 408576698