mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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 Review URL: https://codereview.chromium.org/746713002