RESOLVED INVALID Bug 65756
Web Inspector: do not use InspectorFrontendClientLocal from within WebKit2
https://bugs.webkit.org/show_bug.cgi?id=65756
Summary Web Inspector: do not use InspectorFrontendClientLocal from within WebKit2
Pavel Feldman
Reported 2011-08-05 00:24:01 PDT
Opening this bug for us to track the migration process. I'd suggest that we start as follows: 1) In WebInspectorClient::openInspectorFrontend(InspectorController*) establish binding between the WebInspectorClient and WebInspectorFrontendClient 2) Inline InspectorFrontendClientLocal in WebInspectorFrontendClient so that instead of InspectorFrontendClientLocal's abstract functions WebInspectorFrontendClient needed to implement the original interface (InspectorFrontendClientLocal is like 100 lines of boilerplate code) 3) Reimplement canAttach the right way 4) Get rid of InspectorController::setInspectorFrontendClient to avoid further confusions
Attachments
Note You need to log in before you can comment on or make changes to this bug.