|
|
Change the allocation of the stdout and stderr collected by Process.runSync
Keep track of a list of buffers holding the output. When the process
is done the parts of the output is collected into one Uint8List.
On Windows I had to rename IOBuffer in the Windows eventhandler code.
R=whesse@google.com
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+327 lines, -204 lines) |
Patch |
 |
M |
runtime/bin/eventhandler_win.h
|
View
|
|
8 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/eventhandler_win.cc
|
View
|
|
27 chunks |
+53 lines, -49 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/io_buffer.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/io_buffer.cc
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process.h
|
View
|
1
|
3 chunks |
+106 lines, -18 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_linux.cc
|
View
|
|
6 chunks |
+37 lines, -27 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_macos.cc
|
View
|
|
6 chunks |
+35 lines, -27 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_win.cc
|
View
|
1
|
6 chunks |
+71 lines, -42 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|