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

Issue 6577: Porting of listen_socket, telnet_server to linux (Closed)

Created:
12 years, 2 months ago by ibrar
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Porting of listen_socket,telnet_server to Linux. BUG=3237

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -102 lines) Patch
M net/base/listen_socket.h View 1 2 3 4 5 6 7 8 2 chunks +46 lines, -9 lines 0 comments Download
M net/base/listen_socket.cc View 6 7 8 4 chunks +139 lines, -45 lines 0 comments Download
M net/base/listen_socket_unittest.h View 1 2 3 4 5 6 7 8 7 chunks +127 lines, -29 lines 0 comments Download
M net/base/listen_socket_unittest.cc View 4 5 1 chunk +1 line, -0 lines 1 comment Download
M net/base/net_util.h View 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 4 5 2 chunks +18 lines, -1 line 0 comments Download
M net/base/telnet_server.cc View 2 3 4 5 6 7 8 5 chunks +36 lines, -11 lines 0 comments Download
M net/base/telnet_server_unittest.cc View 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M net/net_lib.scons View 5 3 chunks +1 line, -3 lines 0 comments Download
M net/net_unittests.scons View 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ibrar
Hi, Kindly review the patch BUG = 3237 --ibrar
12 years, 2 months ago (2008-10-08 10:37:03 UTC) #1
ibrar
Hi, I have completed porting of telnet_server which is the only customer of the listen_sockt. ...
12 years, 2 months ago (2008-10-12 20:02:49 UTC) #2
dank
Just a superficial review. I haven't really looked hard at this yet. http://codereview.chromium.org/6577/diff/202/206 File net/base/listen_socket_libevent.cc ...
12 years, 2 months ago (2008-10-12 20:26:06 UTC) #3
ibrar
http://codereview.chromium.org/6577/diff/202/206 File net/base/listen_socket_libevent.cc (right): http://codereview.chromium.org/6577/diff/202/206#newcode23 Line 23: { On 2008/10/12 20:26:06, dank wrote: > We're ...
12 years, 2 months ago (2008-10-12 20:56:40 UTC) #4
ibrar
http://codereview.chromium.org/6577/diff/202/206 File net/base/listen_socket_libevent.cc (right): http://codereview.chromium.org/6577/diff/202/206#newcode23 Line 23: { On 2008/10/12 20:26:06, dank wrote: > We're ...
12 years, 2 months ago (2008-10-13 08:52:00 UTC) #5
ibrar
I have done all the points you have mentioned. All test cases passed on windows ...
12 years, 2 months ago (2008-10-18 16:25:47 UTC) #6
DO NOT USE THIS ACCOUNT
Sorry for the delay on this review. I've been out on vacation. http://codereview.chromium.org/6577/diff/215/402 File net/base/listen_socket.h ...
12 years, 2 months ago (2008-10-22 19:36:06 UTC) #7
ibrar
Thanks Erik, I have done everything except 2 points. These two points need further clarification ...
12 years, 2 months ago (2008-10-23 12:34:48 UTC) #8
Erik does not do reviews
http://codereview.chromium.org/6577/diff/215/402 File net/base/listen_socket.h (right): http://codereview.chromium.org/6577/diff/215/402#newcode41 Line 41: public base::ObjectWatcher::Delegate On 2008/10/23 12:34:48, ibrar wrote: > ...
12 years, 2 months ago (2008-10-24 00:34:18 UTC) #9
ibrar
Thanks Erik, I have removed listen_socket_libevent.cc and added code into listen_socket.cc using #ifdef. --ibrar http://codereview.chromium.org/6577/diff/803/603 ...
12 years, 1 month ago (2008-10-25 18:35:46 UTC) #10
Erik does not do reviews
We're very close here. Thanks for putting the time into this. http://codereview.chromium.org/6577/diff/649/659 File net/base/listen_socket.cc (right): ...
12 years, 1 month ago (2008-10-27 17:08:48 UTC) #11
ibrar
Thanks Erik, I have almost all points you have mentioned. --ibrar http://codereview.chromium.org/6577/diff/649/659 File net/base/listen_socket.cc (right): ...
12 years, 1 month ago (2008-10-28 11:25:23 UTC) #12
Erik does not do reviews
LGTM I can submit your change for you, but it looks like you haven't filled ...
12 years, 1 month ago (2008-10-28 21:48:42 UTC) #13
dank
12 years, 1 month ago (2008-11-10 22:26:06 UTC) #14
LGTM.

http://codereview.chromium.org/6577/diff/834/669
File net/base/listen_socket_unittest.cc (right):

http://codereview.chromium.org/6577/diff/834/669#newcode9
Line 9: 
You don't need this include, do you?

Powered by Google App Engine
This is Rietveld 408576698