|
Report text output and exit code for command-line operations.
Allows a client of chrome.exe to observe the text output and numerical exit code of command-line invocations even if the launched process outlives the operation or vice-versa (i.e., the launched process exits immediately but delegates the operation to a previously running process via ProcessSingleton).
app_host.exe uses this functionality to ensure the results of operations can be reported to its clients (via typical console output and process exit code).
BUG= 170726, 170734
Total comments: 56
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+803 lines, -74 lines) |
Patch |
 |
M |
apps/app_host/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/app_host/app_host_main.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
A |
apps/app_host/operation_launcher.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_host/operation_launcher.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+135 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/app_host/test_operation.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/apps.gypi
|
View
|
1
2
3
4
5
6
|
3 chunks |
+55 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+67 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_process_singleton.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_process_singleton.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_process_singleton_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/operation_output.h
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/operation_output.cc
|
View
|
1
2
3
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/operation_output_win.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/operation_output_win.cc
|
View
|
1
2
3
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_startup_lock.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_startup_lock.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+40 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator.h
|
View
|
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+53 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_interactive_uitest.cc
|
View
|
1
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|