|
[DevTools] Move DevToolsClientHost functionality out of DevToolsFrontendHost.
DevToolsFrontendHost is just a transport now.
Next step is to remove HandleMessageFromDevToolsFrontendToBackend,
make it one of the embedder messages, and allow embedder to talk
to backend in itself.
BUG= 398046
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287027
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+211 lines, -285 lines) |
Patch |
 |
M |
chrome/browser/devtools/devtools_ui_bindings.h
|
View
|
1
|
5 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/devtools_ui_bindings.cc
|
View
|
1
|
7 chunks |
+42 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/devtools_window.cc
|
View
|
|
6 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/inspect_ui.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/browser/devtools/devtools_frontend_host.h
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
D |
content/browser/devtools/devtools_frontend_host.cc
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
A |
content/browser/devtools/devtools_frontend_host_impl.h
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/devtools/devtools_frontend_host_impl.cc
|
View
|
1
|
2 chunks |
+22 lines, -52 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/devtools_client_host.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/devtools_frontend_host.h
|
View
|
1
|
1 chunk |
+53 lines, -0 lines |
2 comments
|
Download
|
 |
D |
content/public/browser/devtools_frontend_host_delegate.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_devtools_frontend.h
|
View
|
1
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_devtools_frontend.cc
|
View
|
1
|
4 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|