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

Issue 6800023: Security restrictions for P2P UDP Sockets. (Closed)

Created:
9 years, 8 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
Reviewers:
jam, Alpha Left Google
CC:
chromium-reviews, awong
Visibility:
Public.

Description

Security restrictions for P2P UDP Sockets. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81039

Patch Set 1 #

Patch Set 2 : fix windows build #

Patch Set 3 : - #

Total comments: 9

Patch Set 4 : - #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+446 lines, -29 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/p2p_socket_host.h View 1 2 3 4 1 chunk +29 lines, -9 lines 0 comments Download
M content/browser/renderer_host/p2p_socket_host.cc View 1 2 3 1 chunk +64 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p_socket_host_udp.h View 1 2 3 4 2 chunks +14 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p_socket_host_udp.cc View 1 2 3 7 chunks +38 lines, -13 lines 0 comments Download
A content/browser/renderer_host/p2p_socket_host_udp_unittest.cc View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
9 years, 8 months ago (2011-04-06 20:06:17 UTC) #1
Sergey Ulanov
ping
9 years, 8 months ago (2011-04-08 23:31:15 UTC) #2
jam
I'm not familiar with this code, so can't do more than give a rubber stamp ...
9 years, 8 months ago (2011-04-08 23:38:57 UTC) #3
Alpha Left Google
LGTM with some nits. Please also file a bug to do a security review on ...
9 years, 8 months ago (2011-04-09 00:44:32 UTC) #4
Sergey Ulanov
I've already talked to cevans about this design. We will definitely need security review before ...
9 years, 8 months ago (2011-04-09 00:49:10 UTC) #5
Sergey Ulanov
9 years, 8 months ago (2011-04-09 00:52:36 UTC) #6
http://codereview.chromium.org/6800023/diff/3002/content/browser/renderer_hos...
File content/browser/renderer_host/p2p_socket_host_udp.h (right):

http://codereview.chromium.org/6800023/diff/3002/content/browser/renderer_hos...
content/browser/renderer_host/p2p_socket_host_udp.h:8: #include <map>
On 2011/04/09 00:44:32, Alpha wrote:
> #include <set> ?

Done.

http://codereview.chromium.org/6800023/diff/3002/content/browser/renderer_hos...
content/browser/renderer_host/p2p_socket_host_udp.h:19: int routing_id, int id);
On 2011/04/09 00:44:32, Alpha wrote:
> nit: indentation.
Looks correct to me

http://codereview.chromium.org/6800023/diff/3002/content/browser/renderer_hos...
File content/browser/renderer_host/p2p_socket_host_udp_unittest.cc (right):

http://codereview.chromium.org/6800023/diff/3002/content/browser/renderer_hos...
content/browser/renderer_host/p2p_socket_host_udp_unittest.cc:21: #include
"content/browser/renderer_host/p2p_socket_host_udp.h"
On 2011/04/08 23:38:57, John Abd-El-Malek wrote:
> nit: should move up

Done.

Powered by Google App Engine
This is Rietveld 408576698