[Webkit-unassigned] [Bug 197309] Uncaught Exception: Uncaught ReferenceError: InspectorFrontendHost is not defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 11:54:15 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197309

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to Arpit Jain from comment #5)
> Thee doubts
> 1. No way to Extract standalone Webkit WebInspector frontend from Webkit sources ?

You can extract the frontend as you have attempted. But if you are using it, then you must just provide your own "InspectorFrontendHost" global object to fill in the APIs that the Web Inspector frontend uses.

In the past we included a Stub, but we don't anymore. You could provide your own stub. This is when we removed it:
https://trac.webkit.org/changeset/217924/webkit
https://trac.webkit.org/browser/webkit/trunk/Source/WebInspectorUI/UserInterface/Base/InspectorFrontendHostStub.js?rev=216602


> 2. So there is no way to connect to a Safari page on iOS without the step: 
> `Dvelop > [your device] > [your page in Safari]` ?

Correct. That is the only supported way.

> 3. No way to utilise ios_webkit_debug_proxy and get the debuggable pages and
> then debug them in a standalone Safari Tab ?

Correct. That approach has never been a supported way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190913/172b2190/attachment-0001.html>


More information about the webkit-unassigned mailing list