|
Creates the ipclist utility that chrome security team has wanted to dump
the known IPC messages. Going forward, this should help identify new messages
between versions of chrome so that they may be given extra scrutiny for
potential badness.
under the common_message_generator.h umbrella.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78564
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -19 lines) |
Patch |
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/utility_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/tools/ipclist/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/tools/ipclist/all_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/tools/ipclist/ipclist.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/socket_stream_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/worker_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_macros.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_utils.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|