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

Issue 9108008: Add optional workingDirectory argument to Process.start. (Closed)

Created:
8 years, 11 months ago by Anders Johnsen
Modified:
8 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add optional workingDirectory argument to Process.start. Committed: https://code.google.com/p/dart/source/detail?r=2987

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -18 lines) Patch
M runtime/bin/builtin_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/process.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process.cc View 1 2 chunks +29 lines, -8 lines 0 comments Download
M runtime/bin/process.dart View 1 1 chunk +12 lines, -5 lines 0 comments Download
M runtime/bin/process_impl.dart View 1 5 chunks +19 lines, -3 lines 0 comments Download
M runtime/bin/process_linux.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/process_macos.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/process_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
A tests/standalone/src/ProcessWorkingDirectoryTest.dart View 1 chunk +68 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
8 years, 11 months ago (2012-01-05 09:12:38 UTC) #1
Søren Gjesse
http://codereview.chromium.org/9108008/diff/1/runtime/bin/process.cc File runtime/bin/process.cc (right): http://codereview.chromium.org/9108008/diff/1/runtime/bin/process.cc#newcode57 runtime/bin/process.cc:57: // Default to the current working directoy. Default => ...
8 years, 11 months ago (2012-01-05 09:30:47 UTC) #2
Anders Johnsen
Fixed http://codereview.chromium.org/9108008/diff/1/runtime/bin/process.cc File runtime/bin/process.cc (right): http://codereview.chromium.org/9108008/diff/1/runtime/bin/process.cc#newcode57 runtime/bin/process.cc:57: // Default to the current working directoy. On ...
8 years, 11 months ago (2012-01-05 09:50:49 UTC) #3
Søren Gjesse
lgtm
8 years, 11 months ago (2012-01-05 09:54:08 UTC) #4
Mads Ager (google)
8 years, 11 months ago (2012-01-05 10:09:21 UTC) #5
Drive-by nit. :)

http://codereview.chromium.org/9108008/diff/1011/tests/standalone/src/Process...
File tests/standalone/src/ProcessWorkingDirectoryTest.dart (right):

http://codereview.chromium.org/9108008/diff/1011/tests/standalone/src/Process...
tests/standalone/src/ProcessWorkingDirectoryTest.dart:23:
print(fullTestFilePath);
Please remove this debug print.

Powered by Google App Engine
This is Rietveld 408576698