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

Issue 2384843002: VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1 (Closed)

Created:
4 years, 2 months ago by mcasas
Modified:
4 years, 2 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1 This CL migrates the easy-to-migrate video_capture_messages from IPC to mojom. "Easy" refers to those messages whose data types are readily available. BUG=651897 TEST=./out/gn/content_unittests --gtest_filter=*VideoCapture*, content_browsertests and video capture working as before. Committed: https://crrev.com/a2fc9a109f9280ca953e18a5f82c253ded6ddc26 Cr-Commit-Position: refs/heads/master@{#422534}

Patch Set 1 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -142 lines) Patch
M content/browser/renderer_host/media/video_capture_host.h View 5 chunks +18 lines, -34 lines 2 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 17 chunks +92 lines, -101 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M content/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/media/video_capture_messages.h View 1 chunk +1 line, -1 line 0 comments Download
A content/common/video_capture.mojom View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
mcasas
rockot@ / tibell@ PTAL tsepez@ new file video_capture.mojom plz
4 years, 2 months ago (2016-09-30 22:06:05 UTC) #4
Ken Rockot(use gerrit already)
lgtm
4 years, 2 months ago (2016-10-03 17:35:26 UTC) #5
mcasas
tsepez@ PTAL at IPC messages --> mojo part chfremer@ PTAL/FYI
4 years, 2 months ago (2016-10-03 17:39:18 UTC) #7
Tom Sepez
mojom lgtm
4 years, 2 months ago (2016-10-03 18:12:58 UTC) #8
mcasas
avi@ content/ RS plz
4 years, 2 months ago (2016-10-03 19:33:17 UTC) #10
Avi (use Gerrit)
lgtm stampity stamp
4 years, 2 months ago (2016-10-03 19:37:22 UTC) #11
chfremer
lgtm % nits https://codereview.chromium.org/2384843002/diff/20001/content/browser/renderer_host/media/video_capture_host.h File content/browser/renderer_host/media/video_capture_host.h (right): https://codereview.chromium.org/2384843002/diff/20001/content/browser/renderer_host/media/video_capture_host.h#newcode125 content/browser/renderer_host/media/video_capture_host.h:125: media::VideoCaptureSessionId capture_session_id); nit: Since we are ...
4 years, 2 months ago (2016-10-03 19:58:42 UTC) #12
mcasas
https://codereview.chromium.org/2384843002/diff/20001/content/browser/renderer_host/media/video_capture_host.h File content/browser/renderer_host/media/video_capture_host.h (right): https://codereview.chromium.org/2384843002/diff/20001/content/browser/renderer_host/media/video_capture_host.h#newcode125 content/browser/renderer_host/media/video_capture_host.h:125: media::VideoCaptureSessionId capture_session_id); On 2016/10/03 19:58:42, chfremer wrote: > nit: ...
4 years, 2 months ago (2016-10-03 20:15:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2384843002/20001
4 years, 2 months ago (2016-10-03 20:16:35 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 2 months ago (2016-10-03 21:17:19 UTC) #17
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a2fc9a109f9280ca953e18a5f82c253ded6ddc26 Cr-Commit-Position: refs/heads/master@{#422534}
4 years, 2 months ago (2016-10-03 21:19:17 UTC) #19
mcasas
4 years, 2 months ago (2016-10-04 00:54:37 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:20001) has been created in
https://codereview.chromium.org/2393483002/ by mcasas@chromium.org.

The reason for reverting is: Ouch! Messages are called Stop, etc
but the mojom calls them StopCapture !
==> the new messages are not being
called :(
Reverting to reland soon..

Powered by Google App Engine
This is Rietveld 408576698