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

Issue 890633002: Add an option for starting a detached process with stdio connected (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/remotes/git-svn
Visibility:
Public.

Description

Add an option for starting a detached process with stdio connected R=lrn@google.com, kustermann@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=43393

Patch Set 1 #

Patch Set 2 : Fix Mac OS and Android build #

Patch Set 3 : Fix bug #

Total comments: 16

Patch Set 4 : Added Windows support #

Patch Set 5 : Removed wrong file #

Patch Set 6 : Addressed comments #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+710 lines, -427 lines) Patch
M runtime/bin/process.h View 2 chunks +9 lines, -1 line 0 comments Download
M runtime/bin/process.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M runtime/bin/process_android.cc View 1 14 chunks +95 lines, -41 lines 0 comments Download
M runtime/bin/process_linux.cc View 14 chunks +95 lines, -41 lines 0 comments Download
M runtime/bin/process_macos.cc View 1 2 3 4 5 6 14 chunks +95 lines, -41 lines 0 comments Download
M runtime/bin/process_patch.dart View 11 chunks +24 lines, -19 lines 0 comments Download
M runtime/bin/process_win.cc View 1 2 3 1 chunk +306 lines, -270 lines 0 comments Download
M sdk/lib/io/process.dart View 1 2 3 4 5 4 chunks +33 lines, -7 lines 0 comments Download
M tests/standalone/io/process_detached_script.dart View 1 chunk +12 lines, -1 line 0 comments Download
M tests/standalone/io/process_detached_test.dart View 3 chunks +35 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
Process.start now has three modes: /// Normal child process. NORMAL, /// Detached child process. DETACHED, ...
5 years, 10 months ago (2015-01-30 11:57:34 UTC) #1
Lasse Reichstein Nielsen
lgtm Are we testing DETACHED_WITH_STDIO? https://codereview.chromium.org/890633002/diff/40001/sdk/lib/io/process.dart File sdk/lib/io/process.dart (right): https://codereview.chromium.org/890633002/diff/40001/sdk/lib/io/process.dart#newcode110 sdk/lib/io/process.dart:110: /// Detachad clild process ...
5 years, 10 months ago (2015-01-30 12:11:37 UTC) #2
Søren Gjesse
https://codereview.chromium.org/890633002/diff/40001/sdk/lib/io/process.dart File sdk/lib/io/process.dart (right): https://codereview.chromium.org/890633002/diff/40001/sdk/lib/io/process.dart#newcode110 sdk/lib/io/process.dart:110: /// Detachad clild process with stdin, stdout and stderr ...
5 years, 10 months ago (2015-02-02 13:56:45 UTC) #3
Søren Gjesse
5 years, 10 months ago (2015-02-03 13:38:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as 43393 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698