|
|
As the first step in an effort to improve robustness of the cloud print proxy, we fetch printer capabilities and defaults in a child process so that printer driver crashes do not crash the entire proxy.
BUG=None
TEST=Registration of printers, printer update in Cloud Print Proxy.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69899
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+441 lines, -119 lines) |
Patch |
 |
M |
chrome/common/common_param_traits.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common_param_traits.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common_param_traits_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/utility_messages_internal.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_proxy_backend.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+85 lines, -61 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/print_system.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/print_system_cups.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+61 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/print_system_win.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+74 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/printer_job_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/printer_job_handler.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+35 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_child_process_host.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/service_child_process_host.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/service_utility_process_host.h
|
View
|
1
2
3
4
5
|
5 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_utility_process_host.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/utility/utility_main.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/utility/utility_thread.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/utility/utility_thread.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|