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

Issue 66293003: P2P <-> cast library integration v0.1 (Closed)

Created:
7 years, 1 month ago by hubbe
Modified:
7 years ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

This CL enables the cast library to use the P2P socket library to send UDP packets. BUG=301920 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239891

Patch Set 1 #

Total comments: 24

Patch Set 2 : merge #

Patch Set 3 : comments addressed #

Patch Set 4 : merge #

Total comments: 1

Patch Set 5 : merge #

Patch Set 6 : merge cleanup #

Patch Set 7 : rebase #

Patch Set 8 : adding missing class export #

Total comments: 10

Patch Set 9 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -19 lines) Patch
M chrome/renderer/extensions/cast_streaming_native_handler.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session.h View 1 2 3 4 5 6 7 8 3 chunks +23 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_session.cc View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.h View 1 2 3 4 5 6 7 8 2 chunks +29 lines, -9 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 1 2 3 4 5 6 7 8 4 chunks +73 lines, -4 lines 0 comments Download
M chrome/renderer/media/cast_udp_transport.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_udp_transport.cc View 1 2 3 4 5 6 7 8 2 chunks +22 lines, -2 lines 0 comments Download
M content/public/renderer/p2p_socket_client.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Alpha Left Google
Looks pretty good. Please add bug number 301920 and fill in more details in the ...
7 years, 1 month ago (2013-11-09 00:30:18 UTC) #1
hubbe
https://codereview.chromium.org/66293003/diff/1/chrome/renderer/media/cast_session.h File chrome/renderer/media/cast_session.h (right): https://codereview.chromium.org/66293003/diff/1/chrome/renderer/media/cast_session.h#newcode35 chrome/renderer/media/cast_session.h:35: virtual content::P2PSocketClient* create() = 0; On 2013/11/09 00:30:18, Alpha ...
7 years ago (2013-11-26 20:24:29 UTC) #2
Alpha Left Google
LGTM after merge. https://codereview.chromium.org/66293003/diff/110001/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/66293003/diff/110001/chrome/renderer/extensions/webrtc_native_handler.cc#newcode1 chrome/renderer/extensions/webrtc_native_handler.cc:1: // Copyright 2013 The Chromium Authors. ...
7 years ago (2013-12-03 23:03:44 UTC) #3
hubbe
Adding owners
7 years ago (2013-12-07 00:44:55 UTC) #4
Sergey Ulanov
lgtm with nits https://codereview.chromium.org/66293003/diff/190001/chrome/renderer/media/cast_session.cc File chrome/renderer/media/cast_session.cc (right): https://codereview.chromium.org/66293003/diff/190001/chrome/renderer/media/cast_session.cc#newcode23 chrome/renderer/media/cast_session.cc:23: CastSession::SocketFactory::~SocketFactory() { nit: for abstract interfaces ...
7 years ago (2013-12-07 01:15:28 UTC) #5
not at google - send to devlin
extensions lgtm
7 years ago (2013-12-09 21:53:38 UTC) #6
hubbe
https://codereview.chromium.org/66293003/diff/190001/chrome/renderer/media/cast_session.cc File chrome/renderer/media/cast_session.cc (right): https://codereview.chromium.org/66293003/diff/190001/chrome/renderer/media/cast_session.cc#newcode23 chrome/renderer/media/cast_session.cc:23: CastSession::SocketFactory::~SocketFactory() { On 2013/12/07 01:15:29, Sergey Ulanov wrote: > ...
7 years ago (2013-12-10 18:25:57 UTC) #7
hubbe
Ping Joi, you're the only one left.
7 years ago (2013-12-10 18:26:45 UTC) #8
Jói
//content/public LGTM.
7 years ago (2013-12-10 19:29:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/66293003/210001
7 years ago (2013-12-10 20:33:42 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-10 22:29:19 UTC) #11
Message was sent while issue was closed.
Change committed as 239891

Powered by Google App Engine
This is Rietveld 408576698