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

Issue 10384171: Fix PepperPortAllocator to resolve STUN addresses using HostResolverPrivate. (Closed)

Created:
8 years, 7 months ago by Sergey Ulanov
Modified:
8 years, 7 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Fix PepperPortAllocator to resolve STUN addresses using HostResolverPrivate. Also the port allocator now disables TCP ports as it is supposed to. BUG=109630 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137355

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -90 lines) Patch
M remoting/client/plugin/pepper_packet_socket_factory.cc View 1 chunk +0 lines, -62 lines 0 comments Download
M remoting/client/plugin/pepper_port_allocator.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M remoting/client/plugin/pepper_port_allocator.cc View 1 2 11 chunks +141 lines, -25 lines 0 comments Download
M remoting/client/plugin/pepper_util.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M remoting/client/plugin/pepper_util.cc View 2 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
8 years, 7 months ago (2012-05-14 22:50:36 UTC) #1
Wez
http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc File remoting/client/plugin/pepper_port_allocator.cc (right): http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc#newcode67 remoting/client/plugin/pepper_port_allocator.cc:67: bool stun_address_resolved_; Why do you need |unresolved_stun_address_| and |stun_address_resolved_| ...
8 years, 7 months ago (2012-05-15 23:11:29 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc File remoting/client/plugin/pepper_port_allocator.cc (right): http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc#newcode67 remoting/client/plugin/pepper_port_allocator.cc:67: bool stun_address_resolved_; On 2012/05/15 23:11:29, Wez wrote: > Why ...
8 years, 7 months ago (2012-05-16 00:22:30 UTC) #3
Wez
lgtm http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc File remoting/client/plugin/pepper_port_allocator.cc (right): http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc#newcode185 remoting/client/plugin/pepper_port_allocator.cc:185: if (!stun_address_.IsNil()) On 2012/05/16 00:22:30, sergeyu wrote: > ...
8 years, 7 months ago (2012-05-16 00:51:53 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc File remoting/client/plugin/pepper_port_allocator.cc (right): http://codereview.chromium.org/10384171/diff/1/remoting/client/plugin/pepper_port_allocator.cc#newcode185 remoting/client/plugin/pepper_port_allocator.cc:185: if (!stun_address_.IsNil()) On 2012/05/16 00:51:53, Wez wrote: > On ...
8 years, 7 months ago (2012-05-16 01:02:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10384171/4003
8 years, 7 months ago (2012-05-16 01:03:35 UTC) #6
commit-bot: I haz the power
Try job failure for 10384171-4003 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-16 01:37:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10384171/4003
8 years, 7 months ago (2012-05-16 02:04:16 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-16 03:50:59 UTC) #9
Change committed as 137355

Powered by Google App Engine
This is Rietveld 408576698