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

Issue 250513002: Add support for cloning server-sockets. (Closed)

Created:
6 years, 8 months ago by Anders Johnsen
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add support for cloning server-sockets. BUG= R=lrn@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=35818

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 10

Patch Set 3 : Review comments. #

Patch Set 4 : Rename to reference. #

Total comments: 34

Patch Set 5 : Review feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -32 lines) Patch
M runtime/bin/eventhandler_linux.h View 1 2 3 4 4 chunks +189 lines, -11 lines 0 comments Download
M runtime/bin/eventhandler_linux.cc View 1 4 chunks +25 lines, -15 lines 0 comments Download
M runtime/bin/io_natives.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/bin/socket_patch.dart View 1 2 3 4 9 chunks +70 lines, -6 lines 0 comments Download
M sdk/lib/io/socket.dart View 1 2 3 4 2 chunks +61 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Anders Johnsen
6 years, 8 months ago (2014-04-24 12:34:11 UTC) #1
Lasse Reichstein Nielsen
Initial impression. https://codereview.chromium.org/250513002/diff/20001/sdk/lib/io/socket.dart File sdk/lib/io/socket.dart (right): https://codereview.chromium.org/250513002/diff/20001/sdk/lib/io/socket.dart#newcode251 sdk/lib/io/socket.dart:251: * Returns a [RawServerSocketHandle] that can be ...
6 years, 8 months ago (2014-04-24 12:46:47 UTC) #2
Søren Gjesse
Except for the naming this looks good. Let's think more about that. https://codereview.chromium.org/250513002/diff/20001/runtime/bin/eventhandler_linux.h File runtime/bin/eventhandler_linux.h ...
6 years, 8 months ago (2014-04-25 12:24:44 UTC) #3
Anders Johnsen
I wish I had a better idea for a name. Let's put our heads together ...
6 years, 7 months ago (2014-05-01 11:34:49 UTC) #4
Anders Johnsen
PTAL
6 years, 7 months ago (2014-05-06 06:54:33 UTC) #5
Søren Gjesse
lgtm https://codereview.chromium.org/250513002/diff/50001/runtime/bin/socket_patch.dart File runtime/bin/socket_patch.dart (right): https://codereview.chromium.org/250513002/diff/50001/runtime/bin/socket_patch.dart#newcode1090 runtime/bin/socket_patch.dart:1090: ReceivePort _port; Call this variable something less generic, ...
6 years, 7 months ago (2014-05-06 08:47:38 UTC) #6
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/250513002/diff/50001/runtime/bin/eventhandler_linux.h File runtime/bin/eventhandler_linux.h (right): https://codereview.chromium.org/250513002/diff/50001/runtime/bin/eventhandler_linux.h#newcode43 runtime/bin/eventhandler_linux.h:43: } else { Add comment, either on method ...
6 years, 7 months ago (2014-05-06 09:04:20 UTC) #7
Anders Johnsen
https://codereview.chromium.org/250513002/diff/50001/runtime/bin/eventhandler_linux.h File runtime/bin/eventhandler_linux.h (right): https://codereview.chromium.org/250513002/diff/50001/runtime/bin/eventhandler_linux.h#newcode43 runtime/bin/eventhandler_linux.h:43: } else { On 2014/05/06 09:04:20, Lasse Reichstein Nielsen ...
6 years, 7 months ago (2014-05-06 12:34:31 UTC) #8
Anders Johnsen
6 years, 7 months ago (2014-05-06 19:09:52 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r35818 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698