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

Issue 2830273002: [dart:io][windows] Implements RawSynchronousSocket (Closed)

Created:
3 years, 8 months ago by zra
Modified:
3 years, 8 months ago
Reviewers:
bkonyi, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[dart:io][windows] Implements RawSynchronousSocket related #29343 fixes #29333 R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/bdb4eb6338991a63dc325e0261e0747677845e04

Patch Set 1 #

Patch Set 2 : Fix test and statuses #

Total comments: 10

Patch Set 3 : Address comments and cleanup #

Patch Set 4 : Fix build #

Patch Set 5 : Fix Linux build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+470 lines, -251 lines) Patch
M runtime/bin/eventhandler_win.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/file_system_watcher_linux.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/process_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/socket.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M runtime/bin/socket_base.h View 1 2 4 chunks +27 lines, -129 lines 0 comments Download
M runtime/bin/socket_base.cc View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
M runtime/bin/socket_base_android.cc View 1 2 4 chunks +14 lines, -8 lines 0 comments Download
M runtime/bin/socket_base_fuchsia.cc View 1 2 4 chunks +12 lines, -6 lines 0 comments Download
M runtime/bin/socket_base_linux.cc View 1 2 4 chunks +14 lines, -8 lines 0 comments Download
M runtime/bin/socket_base_macos.cc View 1 2 4 chunks +14 lines, -8 lines 0 comments Download
M runtime/bin/socket_base_win.cc View 1 2 4 chunks +10 lines, -4 lines 0 comments Download
M runtime/bin/sync_socket.h View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M runtime/bin/sync_socket.cc View 8 chunks +9 lines, -8 lines 0 comments Download
M runtime/bin/sync_socket_android.cc View 1 2 3 3 chunks +35 lines, -8 lines 0 comments Download
M runtime/bin/sync_socket_fuchsia.cc View 1 2 3 3 chunks +35 lines, -8 lines 0 comments Download
M runtime/bin/sync_socket_linux.cc View 1 2 3 3 chunks +35 lines, -8 lines 0 comments Download
M runtime/bin/sync_socket_macos.cc View 1 2 3 3 chunks +38 lines, -5 lines 0 comments Download
M runtime/bin/sync_socket_win.cc View 1 2 1 chunk +73 lines, -37 lines 0 comments Download
M tests/standalone/io/raw_synchronous_socket_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
zra
3 years, 8 months ago (2017-04-21 15:48:13 UTC) #3
siva
LGTM with some comments. https://codereview.chromium.org/2830273002/diff/20001/runtime/bin/sync_socket_macos.cc File runtime/bin/sync_socket_macos.cc (right): https://codereview.chromium.org/2830273002/diff/20001/runtime/bin/sync_socket_macos.cc#newcode60 runtime/bin/sync_socket_macos.cc:60: } SynchronousSocket::Initialize() seems to be ...
3 years, 8 months ago (2017-04-21 16:40:37 UTC) #4
zra
https://codereview.chromium.org/2830273002/diff/20001/runtime/bin/sync_socket_macos.cc File runtime/bin/sync_socket_macos.cc (right): https://codereview.chromium.org/2830273002/diff/20001/runtime/bin/sync_socket_macos.cc#newcode60 runtime/bin/sync_socket_macos.cc:60: } On 2017/04/21 16:40:36, siva wrote: > SynchronousSocket::Initialize() seems ...
3 years, 8 months ago (2017-04-22 06:29:28 UTC) #5
zra
3 years, 8 months ago (2017-04-22 06:29:58 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
bdb4eb6338991a63dc325e0261e0747677845e04 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698