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

Issue 895623002: Add support for killing a process with a given PID to dart:io (Closed)

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

Description

Add support for killing a process with a given PID to dart:io R=lrn@google.com, kustermann@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=43455

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -17 lines) Patch
M runtime/bin/io_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/process.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M runtime/bin/process_patch.dart View 3 chunks +12 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/io_patch.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/io/process.dart View 1 2 chunks +30 lines, -7 lines 0 comments Download
M tests/standalone/io/process_kill_test.dart View 1 2 chunks +23 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
5 years, 10 months ago (2015-02-02 14:51:22 UTC) #1
Lasse Reichstein Nielsen
LGTM (only looked at Dart code). https://chromiumcodereview.appspot.com/895623002/diff/1/sdk/lib/io/process.dart File sdk/lib/io/process.dart (right): https://chromiumcodereview.appspot.com/895623002/diff/1/sdk/lib/io/process.dart#newcode349 sdk/lib/io/process.dart:349: * On Linux ...
5 years, 10 months ago (2015-02-03 14:00:48 UTC) #2
Søren Gjesse
https://chromiumcodereview.appspot.com/895623002/diff/1/sdk/lib/io/process.dart File sdk/lib/io/process.dart (right): https://chromiumcodereview.appspot.com/895623002/diff/1/sdk/lib/io/process.dart#newcode349 sdk/lib/io/process.dart:349: * On Linux and Mac OS, [killPid] sends [signal] ...
5 years, 10 months ago (2015-02-04 08:16:02 UTC) #3
Søren Gjesse
5 years, 10 months ago (2015-02-04 08:20:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 43455 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698