|
FBTF: Allow forward declaration of classes passed to sync IPC messages.
This is a continuation of r55259, where we convert the remaining IPC messages
to the new system. At this point, all the messages should be able to accept
forward declared classes/structs as parameters.
BUG= 51411
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55735
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+956 lines, -528 lines) |
Patch |
|
M |
chrome/browser/renderer_host/resource_message_filter_win.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_common.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages.h
|
View
|
|
3 chunks |
+7 lines, -50 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages.cc
|
View
|
1
2
3
4
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/webkit_param_traits.h
|
View
|
|
3 chunks |
+19 lines, -99 lines |
0 comments
|
Download
|
|
A |
chrome/common/webkit_param_traits.cc
|
View
|
|
1 chunk |
+131 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_impl_macros.h
|
View
|
1
2
3
4
|
10 chunks |
+486 lines, -116 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_macros.h
|
View
|
|
35 chunks |
+152 lines, -200 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_utils.h
|
View
|
1
2
3
4
5
|
5 chunks |
+73 lines, -55 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_utils_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+15 lines, -8 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|