|
Add a menu item to content_shell to open devtools to make it more discoverable.
Since the devtools server is running for each content shell browser process, the user doesn't specify a server port anymore. Instead I let the system pick. This made it necessary to plumb the data back from net::HttpServer.
For now I only added Windows and Linux UI. Mac UI will be done later.
BUG= 90445
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150808
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -43 lines) |
Patch |
 |
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/debugger/devtools_http_handler_impl.h
|
View
|
1
|
3 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/debugger/devtools_http_handler_impl.cc
|
View
|
1
|
3 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/devtools_http_handler.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/resource.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell.cc
|
View
|
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell.rc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_browser_context.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/shell_browser_main_parts.cc
|
View
|
|
2 chunks |
+2 lines, -15 lines |
2 comments
|
Download
|
 |
M |
content/shell/shell_content_browser_client.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_devtools_delegate.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/shell_devtools_delegate.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_devtools_delegate_android.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/shell_gtk.cc
|
View
|
1
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_win.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/stream_listen_socket.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/stream_listen_socket.cc
|
View
|
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/server/http_server.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/server/http_server.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|