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

Issue 339193003: Avoid calling anything related to signals on Windows (Closed)

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

Description

Avoid calling anything related to signals on Windows BUG= Committed: https://code.google.com/p/dart/source/detail?r=37402

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M runtime/bin/vmservice/vmservice_io.dart View 3 chunks +7 lines, -5 lines 1 comment Download
M runtime/bin/vmservice_impl.cc View 1 chunk +10 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Cutch
TBR
6 years, 6 months ago (2014-06-17 15:57:59 UTC) #1
Cutch
Committed patchset #1 manually as r37402 (presubmit successful).
6 years, 6 months ago (2014-06-17 15:58:10 UTC) #2
Anders Johnsen
6 years, 6 months ago (2014-06-18 07:24:11 UTC) #3
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/339193003/diff/1/runtime/bin/vmservice/vmserv...
File runtime/bin/vmservice/vmservice_io.dart (right):

https://codereview.chromium.org/339193003/diff/1/runtime/bin/vmservice/vmserv...
runtime/bin/vmservice/vmservice_io.dart:50: if (_isWindows) {
Use Platform.isWindows.

https://codereview.chromium.org/339193003/diff/1/runtime/bin/vmservice_impl.cc
File runtime/bin/vmservice_impl.cc (right):

https://codereview.chromium.org/339193003/diff/1/runtime/bin/vmservice_impl.c...
runtime/bin/vmservice_impl.cc:145: // We cannot register for signals on windows.
Remove this.

Powered by Google App Engine
This is Rietveld 408576698