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

Issue 398813003: Cast Port Allocator Factory for PeerConnection (Closed)

Created:
6 years, 5 months ago by aiguha
Modified:
6 years, 5 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cast Port Allocator Factory for PeerConnection This CL contains the implementation of PortAllocatorFactoryInterface in peerconnectioninterface.h. It bridges the gap in port allocation objects between WebRTC and Chromium. The factory produces a ChromiumPortAllocator that can successfully be used by the PeerConnection API. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284589

Patch Set 1 #

Patch Set 2 : Fixed gyp file #

Total comments: 17

Patch Set 3 : fixes based on review #

Patch Set 4 : Minor fixes #

Total comments: 9

Patch Set 5 : Updates after Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -1 line) Patch
A remoting/host/chromium_port_allocator_factory.h View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/host/chromium_port_allocator_factory.cc View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
M remoting/protocol/chromium_socket_factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_host.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
aiguha
This CL contains the PortAllocator related code required by peer connection. Again, this is part ...
6 years, 5 months ago (2014-07-17 03:11:36 UTC) #1
Sergey Ulanov
https://codereview.chromium.org/398813003/diff/20001/remoting/host/cast_port_allocator_factory.cc File remoting/host/cast_port_allocator_factory.cc (right): https://codereview.chromium.org/398813003/diff/20001/remoting/host/cast_port_allocator_factory.cc#newcode20 remoting/host/cast_port_allocator_factory.cc:20: } } can be moved on the previous line. ...
6 years, 5 months ago (2014-07-17 18:54:41 UTC) #2
aiguha
Fixes based on comments https://codereview.chromium.org/398813003/diff/20001/remoting/host/cast_port_allocator_factory.cc File remoting/host/cast_port_allocator_factory.cc (right): https://codereview.chromium.org/398813003/diff/20001/remoting/host/cast_port_allocator_factory.cc#newcode20 remoting/host/cast_port_allocator_factory.cc:20: } On 2014/07/17 18:54:40, Sergey ...
6 years, 5 months ago (2014-07-17 19:40:00 UTC) #3
aiguha
https://codereview.chromium.org/398813003/diff/60001/remoting/jingle_glue/chromium_socket_factory.cc File remoting/jingle_glue/chromium_socket_factory.cc (right): https://codereview.chromium.org/398813003/diff/60001/remoting/jingle_glue/chromium_socket_factory.cc#newcode5 remoting/jingle_glue/chromium_socket_factory.cc:5: #include "remoting/jingle_glue/chromium_socket_factory.h" Since comments don't carry over between patchsets: ...
6 years, 5 months ago (2014-07-18 21:36:59 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/398813003/diff/60001/remoting/jingle_glue/chromium_socket_factory.cc File remoting/jingle_glue/chromium_socket_factory.cc (right): https://codereview.chromium.org/398813003/diff/60001/remoting/jingle_glue/chromium_socket_factory.cc#newcode5 remoting/jingle_glue/chromium_socket_factory.cc:5: #include "remoting/jingle_glue/chromium_socket_factory.h" On 2014/07/18 21:36:59, aiguha1 wrote: > Since ...
6 years, 5 months ago (2014-07-21 17:31:17 UTC) #5
Sergey Ulanov
LGTM when my comments are addressed https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h File remoting/host/chromium_port_allocator_factory.h (right): https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h#newcode27 remoting/host/chromium_port_allocator_factory.h:27: // Thought unspecified, ...
6 years, 5 months ago (2014-07-21 17:43:13 UTC) #6
aiguha
https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h File remoting/host/chromium_port_allocator_factory.h (right): https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h#newcode27 remoting/host/chromium_port_allocator_factory.h:27: // Thought unspecified, the caller takes control of the ...
6 years, 5 months ago (2014-07-21 18:50:39 UTC) #7
Sergey Ulanov
lgtm https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h File remoting/host/chromium_port_allocator_factory.h (right): https://codereview.chromium.org/398813003/diff/60001/remoting/host/chromium_port_allocator_factory.h#newcode34 remoting/host/chromium_port_allocator_factory.h:34: ChromiumPortAllocatorFactory( On 2014/07/21 18:50:39, aiguha1 wrote: > On ...
6 years, 5 months ago (2014-07-21 18:53:02 UTC) #8
aiguha
The CQ bit was checked by aiguha@chromium.org
6 years, 5 months ago (2014-07-21 19:56:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aiguha@chromium.org/398813003/80001
6 years, 5 months ago (2014-07-21 19:59:16 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 22:11:53 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 22:22:33 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/173181)
6 years, 5 months ago (2014-07-21 22:22:34 UTC) #13
aiguha
The CQ bit was checked by aiguha@chromium.org
6 years, 5 months ago (2014-07-21 23:32:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aiguha@chromium.org/398813003/80001
6 years, 5 months ago (2014-07-21 23:34:32 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 00:52:50 UTC) #16
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 02:04:48 UTC) #17
Message was sent while issue was closed.
Change committed as 284589

Powered by Google App Engine
This is Rietveld 408576698