|
|
Split IPC logging between content and chrome.
I add a new content API to register IPC message loggers, and modify the IPC
message macros to not directly create the g_log_function_mapping. That allows
for multiple files generating IPC loggers. Also, it gets rid of the ctor/dtor
for the g_log_function_mapping.
BUG= 101600, 111316, 155765
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=164861
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+120 lines, -38 lines) |
Patch |
 |
M |
chrome/browser/ui/views/about_ipc_dialog.cc
|
View
|
|
2 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/all_messages.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/logging_chrome.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/tools/ipclist/DEPS
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/tools/ipclist/ipcfuzz.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/tools/ipclist/ipclist.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/common/all_messages.h
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/content_ipc_logging.cc
|
View
|
1
2
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/common/content_ipc_logging.h
|
View
|
1
2
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_main_delegate.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_macros.h
|
View
|
|
2 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_main_nacl.cc
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|