|
|
Code to collect issue 97285 debugging info for crash reports.
It is useful to record breakpad keys for debugging, which is not
applicable to multi-process bugs. This adds infrastructure to allow
collection of information across processes.
BUG= 97285, 141055
Originally committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155122
Reverted at 155250 due to release-manager suspicions about Windows issues, which now appear unrelated.
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+423 lines, -2 lines) |
Patch |
 |
M |
chrome/app/chrome_main_delegate.cc
|
View
|
1
|
3 chunks |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_process_host.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_process_host.cc
|
View
|
1
2
3
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/content_debug_logging.cc
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/content_debug_logging_unittest.cc
|
View
|
1
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/plugin_messages.h
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_thread.cc
|
View
|
1
2
3
|
4 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/common/content_debug_logging.h
|
View
|
1
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/webplugin_delegate_proxy.cc
|
View
|
|
4 chunks |
+53 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|