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

Issue 913753002: Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." (Closed)

Created:
5 years, 10 months ago by kustermann
Modified:
5 years, 10 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=43678

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+583 lines, -76 lines) Patch
M dart/runtime/bin/eventhandler.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M dart/runtime/bin/eventhandler_android.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M dart/runtime/bin/eventhandler_linux.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M dart/runtime/bin/eventhandler_macos.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M dart/runtime/bin/eventhandler_win.cc View 2 chunks +12 lines, -7 lines 0 comments Download
M dart/runtime/bin/io_natives.cc View 2 chunks +2 lines, -1 line 0 comments Download
M dart/runtime/bin/socket.h View 1 2 3 chunks +102 lines, -0 lines 0 comments Download
M dart/runtime/bin/socket.cc View 1 2 4 chunks +180 lines, -14 lines 0 comments Download
M dart/runtime/bin/socket_patch.dart View 11 chunks +38 lines, -23 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/js_lib/io_patch.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M dart/sdk/lib/io/secure_server_socket.dart View 3 chunks +8 lines, -4 lines 0 comments Download
M dart/sdk/lib/io/socket.dart View 2 chunks +4 lines, -2 lines 0 comments Download
A dart/tests/standalone/io/socket_bind_test.dart View 1 2 1 chunk +203 lines, -0 lines 0 comments Download
M dart/tests/standalone/standalone.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
kustermann
https://codereview.chromium.org/913753002/diff/1/dart/runtime/bin/eventhandler_win.cc File dart/runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/913753002/diff/1/dart/runtime/bin/eventhandler_win.cc#newcode1030 dart/runtime/bin/eventhandler_win.cc:1030: listen_socket->Close(); Note that the `Handle::ScopedLock lock()` from above doesn't ...
5 years, 10 months ago (2015-02-10 16:35:51 UTC) #2
Søren Gjesse
LGTM! https://codereview.chromium.org/913753002/diff/1/dart/runtime/bin/eventhandler_win.cc File dart/runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/913753002/diff/1/dart/runtime/bin/eventhandler_win.cc#newcode1030 dart/runtime/bin/eventhandler_win.cc:1030: listen_socket->Close(); On 2015/02/10 16:35:51, kustermann wrote: > Note ...
5 years, 10 months ago (2015-02-11 08:51:05 UTC) #3
kustermann
Thanks - addressed comments and tested (on linux). https://codereview.chromium.org/913753002/diff/20001/dart/runtime/bin/eventhandler_macos.cc File dart/runtime/bin/eventhandler_macos.cc (right): https://codereview.chromium.org/913753002/diff/20001/dart/runtime/bin/eventhandler_macos.cc#newcode247 dart/runtime/bin/eventhandler_macos.cc:247: MutexLocker ...
5 years, 10 months ago (2015-02-11 09:56:09 UTC) #5
kustermann
5 years, 10 months ago (2015-02-11 10:01:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 43678 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698