|
|
Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs.
"Active" is overloaded to mean different things depending on
the process type:
- browser: all enabled extensions
- renderer: unique set of extensions from all user scripts
- extension: extensions running in the process
BUG= 27169
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33255
Total comments: 12
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+180 lines, -50 lines) |
Patch |
 |
M |
chrome/app/breakpad_win.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/breakpad_win.cc
|
View
|
1
|
3 chunks |
+63 lines, -50 lines |
4 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.cc
|
View
|
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_logging.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_logging_linux.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_logging_mac.mm
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_logging_win.cc
|
View
|
1
|
3 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_process_bindings.cc
|
View
|
|
3 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/user_script_slave.cc
|
View
|
1
|
2 chunks |
+21 lines, -0 lines |
1 comment
|
Download
|
Total messages: 5 (0 generated)
|