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

Issue 2211523002: Make Mac-port non-blocking. (Closed)

Created:
4 years, 4 months ago by floitsch
Modified:
4 years, 4 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update changelog. #

Total comments: 2

Patch Set 3 : Move non-blocking call to Create. #

Total comments: 2

Patch Set 4 : Add 'on Mac' to Changelog. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M CHANGELOG.md View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/socket_macos.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
floitsch
4 years, 4 months ago (2016-08-03 20:37:52 UTC) #3
Søren Gjesse
https://codereview.chromium.org/2211523002/diff/20001/runtime/bin/socket_macos.cc File runtime/bin/socket_macos.cc (right): https://codereview.chromium.org/2211523002/diff/20001/runtime/bin/socket_macos.cc#newcode102 runtime/bin/socket_macos.cc:102: FDUtils::SetNonBlocking(fd); I think moving it to Create would be ...
4 years, 4 months ago (2016-08-04 06:35:49 UTC) #4
floitsch
PTAL. https://codereview.chromium.org/2211523002/diff/20001/runtime/bin/socket_macos.cc File runtime/bin/socket_macos.cc (right): https://codereview.chromium.org/2211523002/diff/20001/runtime/bin/socket_macos.cc#newcode102 runtime/bin/socket_macos.cc:102: FDUtils::SetNonBlocking(fd); On 2016/08/04 06:35:49, Søren Gjesse wrote: > ...
4 years, 4 months ago (2016-08-04 12:17:07 UTC) #5
Søren Gjesse
LGTM! https://codereview.chromium.org/2211523002/diff/40001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2211523002/diff/40001/CHANGELOG.md#newcode6 CHANGELOG.md:6: * `Socket.connect` with source-address argument is now non-blocking. ...
4 years, 4 months ago (2016-08-04 13:40:29 UTC) #6
floitsch
Committed patchset #4 (id:60001) manually as b8c12bc9ffb2de95e5470c0e65dfdfb8397fdeee (presubmit successful).
4 years, 4 months ago (2016-08-04 13:58:26 UTC) #8
floitsch
4 years, 4 months ago (2016-08-04 13:59:18 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/2211523002/diff/40001/CHANGELOG.md
File CHANGELOG.md (right):

https://codereview.chromium.org/2211523002/diff/40001/CHANGELOG.md#newcode6
CHANGELOG.md:6: * `Socket.connect` with source-address argument is now
non-blocking.
On 2016/08/04 13:40:29, Søren Gjesse wrote:
> This is "on Mac as well"

Changed to: 

`Socket.connect` with source-address argument is now non-blocking
    on Mac. Was already non-blocking on all other platforms.

done.

Powered by Google App Engine
This is Rietveld 408576698