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

Issue 10166029: Support passing an environment variable map to child processes. (Closed)

Created:
8 years, 8 months ago by Mads Ager (google)
Modified:
8 years, 8 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support passing an environment variable map to child processes. Fix minor type warning in test. Reapplication after MacOS bug fix. R=sgjesse@google.com BUG=dartbug.com/2193 TEST= Committed: https://code.google.com/p/dart/source/detail?r=6827

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -45 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 +2 lines, -0 lines 0 comments Download
M runtime/bin/process.cc View 5 chunks +65 lines, -34 lines 0 comments Download
M runtime/bin/process.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/bin/process_impl.dart View 4 chunks +22 lines, -0 lines 0 comments Download
M runtime/bin/process_linux.cc View 3 chunks +24 lines, -4 lines 0 comments Download
M runtime/bin/process_macos.cc View 3 chunks +24 lines, -4 lines 0 comments Download
M runtime/bin/process_win.cc View 3 chunks +31 lines, -2 lines 0 comments Download
A tests/standalone/src/io/PrintEnv.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A tests/standalone/src/io/ProcessEnvironmentTest.dart View 1 chunk +57 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698