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

Issue 9309078: Adding a skeleton MediaStreamCenter. (Closed)

Created:
8 years, 10 months ago by tommyw
Modified:
8 years, 9 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, jam, annacc+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Replaced by http://codereview.chromium.org/9619006/ Adding a skeleton MediaStreamCenter. This patch adds the foundation for the WebKit WebMediaStreamCenter. No actual functionality. BUG= TEST=

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review comments attended #

Total comments: 2

Patch Set 3 : Fixed review comment #

Total comments: 8

Patch Set 4 : Review comments fixed #

Total comments: 6

Patch Set 5 : Fixed review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -6 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/media/media_stream_center.h View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A content/renderer/media/media_stream_center.cc View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_impl.h View 1 2 3 4 3 chunks +12 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 2 3 4 2 chunks +25 lines, -4 lines 1 comment Download

Messages

Total messages: 22 (0 generated)
tommi (sloooow) - chröme
https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_center.h File content/renderer/media/media_stream_center.h (right): https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_center.h#newcode23 content/renderer/media/media_stream_center.h:23: const WebKit::WebMediaStreamSourcesRequest& request); when overriding virtual methods, use the ...
8 years, 10 months ago (2012-02-03 14:39:44 UTC) #1
tommyw
https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_center.h File content/renderer/media/media_stream_center.h (right): https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_center.h#newcode23 content/renderer/media/media_stream_center.h:23: const WebKit::WebMediaStreamSourcesRequest& request); On 2012/02/03 14:39:45, tommi wrote: > ...
8 years, 10 months ago (2012-02-03 14:58:25 UTC) #2
tommi (sloooow) - chröme
lgtm. I'll wait for Henrik's comments.
8 years, 10 months ago (2012-02-03 15:10:20 UTC) #3
Henrik Grunell
LGTM, but I'd like a note about the lifetime though it's stated in render view. ...
8 years, 10 months ago (2012-02-06 20:00:38 UTC) #4
Henrik Grunell
https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://chromiumcodereview.appspot.com/9309078/diff/1/content/renderer/media/media_stream_impl.cc#newcode113 content/renderer/media/media_stream_impl.cc:113: DVLOG(1) << "A PeerConnection already exists"; On 2012/02/03 14:58:25, ...
8 years, 10 months ago (2012-02-06 20:06:48 UTC) #5
tommyw
https://chromiumcodereview.appspot.com/9309078/diff/11/content/renderer/media/media_stream_impl.h File content/renderer/media/media_stream_impl.h (right): https://chromiumcodereview.appspot.com/9309078/diff/11/content/renderer/media/media_stream_impl.h#newcode166 content/renderer/media/media_stream_impl.h:166: // media_stream_center_ is a weak reference, owned by WebKit. ...
8 years, 10 months ago (2012-02-07 09:26:25 UTC) #6
tommi (sloooow) - chröme
Two try bots running: http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/15121 http://build.chromium.org/p/tryserver.chromium/builders/linux_rel/builds/14119 The mac is waaaay behind, so I'll post that ...
8 years, 10 months ago (2012-02-07 10:03:39 UTC) #7
tommyw
Need owners approval for content/renderer. Thanks in advance.
8 years, 10 months ago (2012-02-07 13:58:35 UTC) #8
piman
Could you give me a pointer to the webkit side? https://chromiumcodereview.appspot.com/9309078/diff/9001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://chromiumcodereview.appspot.com/9309078/diff/9001/content/renderer/media/media_stream_impl.cc#newcode133 ...
8 years, 10 months ago (2012-02-08 01:52:24 UTC) #9
tommyw
Hi, Thanks for your review. The corresponding WebKit change can be viewed here: http://trac.webkit.org/changeset/106581 https://chromiumcodereview.appspot.com/9309078/diff/9001/content/renderer/media/media_stream_impl.cc ...
8 years, 10 months ago (2012-02-08 13:14:18 UTC) #10
piman
On 2012/02/08 13:14:18, tommyw wrote: > Hi, > Thanks for your review. > > The ...
8 years, 10 months ago (2012-02-08 17:25:04 UTC) #11
tommyw
On 2012/02/08 17:25:04, piman wrote: > If it's really a singleton, shouldn't it hang off ...
8 years, 10 months ago (2012-02-09 13:29:23 UTC) #12
piman
On Thu, Feb 9, 2012 at 5:29 AM, <tommyw@google.com> wrote: > On 2012/02/08 17:25:04, piman ...
8 years, 10 months ago (2012-02-09 18:14:23 UTC) #13
tommyw
Adding Darin to the discussion since he reviewed the WebKit side code. Thanks for the ...
8 years, 10 months ago (2012-02-10 13:49:31 UTC) #14
darin (slow to review)
https://chromiumcodereview.appspot.com/9309078/diff/16001/content/renderer/media/media_stream_center.h File content/renderer/media/media_stream_center.h (right): https://chromiumcodereview.appspot.com/9309078/diff/16001/content/renderer/media/media_stream_center.h#newcode16 content/renderer/media/media_stream_center.h:16: I think this class should be in the content ...
8 years, 10 months ago (2012-02-13 16:27:01 UTC) #15
tommyw
Darin, I will of course fix all your comments but can you tell me what ...
8 years, 10 months ago (2012-02-13 16:41:14 UTC) #16
tommyw
https://chromiumcodereview.appspot.com/9309078/diff/16001/content/renderer/media/media_stream_center.h File content/renderer/media/media_stream_center.h (right): https://chromiumcodereview.appspot.com/9309078/diff/16001/content/renderer/media/media_stream_center.h#newcode16 content/renderer/media/media_stream_center.h:16: On 2012/02/13 16:27:01, darin wrote: > I think this ...
8 years, 10 months ago (2012-02-13 17:30:07 UTC) #17
darin (slow to review)
https://chromiumcodereview.appspot.com/9309078/diff/24001/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): https://chromiumcodereview.appspot.com/9309078/diff/24001/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode699 content/renderer/renderer_webkitplatformsupport_impl.cc:699: RenderViewImpl* render_view = findRenderView(); yeah, what piman said. if ...
8 years, 10 months ago (2012-02-13 17:44:30 UTC) #18
tommyw
On 2012/02/13 17:44:30, darin wrote: > https://chromiumcodereview.appspot.com/9309078/diff/24001/content/renderer/renderer_webkitplatformsupport_impl.cc > File content/renderer/renderer_webkitplatformsupport_impl.cc (right): > > https://chromiumcodereview.appspot.com/9309078/diff/24001/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode699 > ...
8 years, 10 months ago (2012-02-14 10:16:00 UTC) #19
darin (slow to review)
On Tue, Feb 14, 2012 at 2:16 AM, <tommyw@google.com> wrote: > On 2012/02/13 17:44:30, darin ...
8 years, 10 months ago (2012-02-14 19:43:08 UTC) #20
tommyw
A classic case that code reviews over 9 time zones and 5390 miles can be ...
8 years, 10 months ago (2012-02-15 12:40:14 UTC) #21
tommyw
8 years, 9 months ago (2012-02-28 09:35:07 UTC) #22
FYI I am handing this patch over to a colleague with actual Chrome knowledge.

Powered by Google App Engine
This is Rietveld 408576698