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

Issue 972203002: Support finch experiment WebRTC-UDPServerSocketAsync for Windows. (Closed)

Created:
5 years, 9 months ago by John L. Miller
Modified:
5 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support finch experiment WebRTC-UDPServerSocketAsync for Windows. BUG=463472 Committed: https://crrev.com/6dff163a2658c891d39a53f8bc128f76d128780f Cr-Commit-Position: refs/heads/master@{#322464}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add code to support WebRTC-UDPServerSocketAsync finch experiment. #

Patch Set 3 : Set UDP server port async for experiment. #

Total comments: 6

Patch Set 4 : Change experiment name for Windows async UDP finch. #

Patch Set 5 : Enable Windows-only async socket experiment in constructor. #

Patch Set 6 : Move UDP socket experiment check to constructor. #

Total comments: 2

Patch Set 7 : Move UDP socket experimental config to constructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M content/browser/renderer_host/p2p/socket_host_udp.cc View 1 2 3 4 5 6 1 chunk +10 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
John L. Miller
5 years, 9 months ago (2015-03-03 17:06:25 UTC) #3
guoweis_left_chromium
https://codereview.chromium.org/972203002/diff/1/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/972203002/diff/1/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode120 content/browser/renderer_host/p2p/socket_host_udp.cc:120: if (use_nonblocking_io > 0) { Instead of using 0 ...
5 years, 9 months ago (2015-03-03 17:43:42 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/972203002/diff/40001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/972203002/diff/40001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode114 content/browser/renderer_host/p2p/socket_host_udp.cc:114: if (base::FieldTrialList::FindFullName("WebRTC-UDPServerSocketAsync") == This is not a good name ...
5 years, 9 months ago (2015-03-13 18:28:51 UTC) #6
John L. Miller
As per request on corresponding code review, renaming this file and experiment 'WebRTC-UDPSocketNonBlockingIO https://codereview.chromium.org/972203002/diff/1/content/browser/renderer_host/p2p/socket_host_udp.cc File ...
5 years, 9 months ago (2015-03-23 14:11:27 UTC) #7
John L. Miller
Hi Sergey - if you're OK with the review as it stands, can you LGTM? ...
5 years, 9 months ago (2015-03-25 17:18:24 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/972203002/diff/40001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/972203002/diff/40001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode116 content/browser/renderer_host/p2p/socket_host_udp.cc:116: static_cast<UdpServerSocket *>(socket_.get())->UseNonBlockingIO(); On 2015/03/23 14:11:28, John L. Miller wrote: ...
5 years, 9 months ago (2015-03-25 17:50:28 UTC) #9
John L. Miller
Moved async call for UDP socket experiment to constructor.
5 years, 9 months ago (2015-03-26 17:00:08 UTC) #10
Sergey Ulanov
LGTM when my comment is addressed https://codereview.chromium.org/972203002/diff/100001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/972203002/diff/100001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode71 content/browser/renderer_host/p2p/socket_host_udp.cc:71: P2PSocketHostUdp::P2PSocketHostUdp(IPC::Sender* message_sender, int ...
5 years, 9 months ago (2015-03-26 18:15:32 UTC) #11
John L. Miller
https://codereview.chromium.org/972203002/diff/100001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/972203002/diff/100001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode71 content/browser/renderer_host/p2p/socket_host_udp.cc:71: P2PSocketHostUdp::P2PSocketHostUdp(IPC::Sender* message_sender, int socket_id, On 2015/03/26 18:15:32, Sergey Ulanov ...
5 years, 9 months ago (2015-03-26 18:23:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/972203002/120001
5 years, 9 months ago (2015-03-26 19:21:12 UTC) #17
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No LGTM from ...
5 years, 9 months ago (2015-03-26 19:21:16 UTC) #19
chromium-reviews
Guowei - your name has a star next to it :) can I get an ...
5 years, 9 months ago (2015-03-26 19:25:45 UTC) #20
guoweis_left_chromium
On 2015/03/26 19:25:45, chromium-reviews wrote: > Guowei - your name has a star next to ...
5 years, 9 months ago (2015-03-26 20:36:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/972203002/120001
5 years, 9 months ago (2015-03-26 20:39:42 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 9 months ago (2015-03-26 20:43:00 UTC) #24
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 20:43:34 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6dff163a2658c891d39a53f8bc128f76d128780f
Cr-Commit-Position: refs/heads/master@{#322464}

Powered by Google App Engine
This is Rietveld 408576698