|
Developer tools messages are forwarded as wrapped IPC::Messages(previously they were represented as int type+string body).
I stole IPC::Message serialization code from jam's CL(http://codereview.chromium.org/20413).
jam: please look at message forwarding code. When tools messages are send from browser to renderer they are also wrapped(unlike worker messages which are unwrapped and sent as is). It allows to describe developer tools messages in its own file instead of putting all of them into render_messages_internal.h
brettw: please check if it's OK to have ForwardMessageToToolsClient in WebContentsView
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10455
Total comments: 4
Total comments: 6
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+510 lines, -26 lines) |
Patch |
 |
M |
chrome/browser/browser.scons
|
View
|
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.vcproj
|
View
|
8
9
10
11
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/debugger.scons
|
View
|
5
6
7
8
9
10
11
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/debugger.vcproj
|
View
|
5
6
7
8
9
10
11
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/debugger/dev_tools_view.h
|
View
|
7
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/debugger/dev_tools_view.cc
|
View
|
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/debugger/dev_tools_window.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/debugger/dev_tools_window.cc
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/dom_ui/dev_tools_ui.h
|
View
|
8
9
10
11
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/dom_ui/dev_tools_ui.cc
|
View
|
8
9
10
11
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui.h
|
View
|
10
11
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui_contents.h
|
View
|
10
11
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui_contents.cc
|
View
|
8
9
10
11
12
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/interstitial_page.cc
|
View
|
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_gtk.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_gtk.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_mac.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_win.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/ipc_message_utils.h
|
View
|
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+13 lines, -23 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|