|
|
Move InspectorBackendMojo out of the blink namespace
This starts to break the dependency between blink and
the new v8_inspector. At least now the front-end
object InspectorBackendMojo is treated as a peer to
WebView instead of WebView providing one.
Unfortunately I also had to teach Page about
InspectorHost in order to make it possible to
lookup the InspectorHost from the v8::Context.
I'm sure there is a nicer way to associate the
InspectorHost with the context but for now
I've chosen this path, we can untangle the
connection in a later patch.
I also ended up removing Page::allPages
and all callers, since they ended up as dead code.
R=abarth@chromium.org, yurys@chromium.org
BUG= 435243
Committed: https://chromium.googlesource.com/external/mojo/+/8729b0e4058c8efbdfbc8cad77249aac13c0365f
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+260 lines, -221 lines) |
Patch |
 |
M |
sky/engine/bindings/core/v8/PageScriptDebugServer.h
|
View
|
|
3 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/core/v8/PageScriptDebugServer.cpp
|
View
|
|
6 chunks |
+36 lines, -46 lines |
1 comment
|
Download
|
 |
M |
sky/engine/core/inspector/PageDebuggerAgent.h
|
View
|
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/inspector/PageDebuggerAgent.cpp
|
View
|
|
3 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/page/Page.h
|
View
|
|
6 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/page/Page.cpp
|
View
|
|
5 chunks |
+1 line, -53 lines |
0 comments
|
Download
|
 |
M |
sky/engine/public/web/WebView.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/engine/v8_inspector/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
sky/engine/v8_inspector/README.md
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/v8_inspector/inspector_backend_mojo.h
|
View
|
|
1 chunk |
+15 lines, -36 lines |
0 comments
|
Download
|
 |
M |
sky/engine/v8_inspector/inspector_backend_mojo.cc
|
View
|
|
5 chunks |
+67 lines, -26 lines |
0 comments
|
Download
|
 |
A |
sky/engine/v8_inspector/inspector_host.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/web/WebViewImpl.h
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
sky/engine/web/WebViewImpl.cpp
|
View
|
|
6 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.h
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.cc
|
View
|
|
3 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/services/inspector_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|