|
[DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to DevToolsManagerDelegate.
This decouples targets discovery from remote debugging in preparation
of moving discovery to the protocol.
BUG= 398049
Committed: https://crrev.com/252e18d2c4116131af20cac7759141ea930dcd28
Cr-Commit-Position: refs/heads/master@{#295953}
Total comments: 4
Total comments: 4
Total comments: 3
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+785 lines, -526 lines) |
Patch |
 |
M |
android_webview/android_webview.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_dev_tools_manager_delegate.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_dev_tools_manager_delegate.cc
|
View
|
|
1 chunk |
+134 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_dev_tools_server.cc
|
View
|
|
3 chunks |
+0 lines, -95 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/dev_tools_manager_delegate_android.h
|
View
|
1
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/dev_tools_manager_delegate_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+345 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/dev_tools_server.cc
|
View
|
|
3 chunks |
+0 lines, -292 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/browser_list_tabcontents_provider.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/browser_list_tabcontents_provider.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/chrome_devtools_manager_delegate.h
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/devtools/chrome_devtools_manager_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+39 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_debugger.gypi
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromecast/shell/browser/cast_content_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/shell/browser/cast_content_browser_client.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/shell/browser/devtools/cast_dev_tools_delegate.h
|
View
|
|
3 chunks |
+29 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromecast/shell/browser/devtools/cast_dev_tools_delegate.cc
|
View
|
|
3 chunks |
+28 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/devtools_http_handler_impl.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/devtools/devtools_http_handler_impl.cc
|
View
|
|
6 chunks |
+27 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/devtools_http_handler_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/devtools_http_handler_delegate.h
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/devtools_manager_delegate.h
|
View
|
1
2
3
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_devtools_delegate.h
|
View
|
|
3 chunks |
+25 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_devtools_delegate.cc
|
View
|
|
4 chunks |
+29 lines, -10 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 37 (10 generated)
|