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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 04:47:21 PDT 2019


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

            Bug ID: 197309
           Summary: Uncaught Exception: Uncaught ReferenceError:
                    InspectorFrontendHost is not defined
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: me.arpitjain09 at gmail.com
                CC: inspector-bugzilla-changes at group.apple.com

-------
Inspected URL:        (unknown)
Loading completed:    false
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

Uncaught Exceptions:
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at Platform.js:27:11)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ Platform.js:27:11
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at LoadLocalizedStrings.js:30:31)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ LoadLocalizedStrings.js:30:31
    ? @ LoadLocalizedStrings.js:34:3
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at Setting.js:63:31)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ Setting.js:63:31)
    ? @ Setting.js:40:44)
    ? @ Setting.js:128:40
 - Uncaught TypeError: Cannot read property 'autoLogProtocolMessages' of undefined (at InspectorBackend.js:48:21)
    ? @ TypeError: Cannot read property 'autoLogProtocolMessages' of undefined
    ? @ InspectorBackend.js:48:21)
    ? @ InspectorBackend.js:238:20
 - Uncaught ReferenceError: InspectorBackend is not defined (at Connection.js:33:1)
    ? @ ReferenceError: InspectorBackend is not defined
    ? @ Connection.js:33:1
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at LoadInspectorBackendCommands.js:27:30)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ LoadInspectorBackendCommands.js:27:30
    ? @ LoadInspectorBackendCommands.js:29:3
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at Setting.js:63:31)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ Setting.js:63:31)
    ? @ Setting.js:40:44)
    ? @ Resource.js:1194:36
 - Uncaught TypeError: Cannot read property 'name' of undefined (at CodeMirrorAdditions.js:603:27)
    ? @ TypeError: Cannot read property 'name' of undefined
    ? @ CodeMirrorAdditions.js:603:27
    ? @ CodeMirrorAdditions.js:644:3
 - Uncaught ReferenceError: InspectorFrontendHost is not defined (at AppController.js:40:20)
    ? @ ReferenceError: InspectorFrontendHost is not defined
    ? @ AppController.js:40:20)
    ? @ AppController.js:33:46)
    ? @ 119258F2245D3CD992093638CEAC68B9:897:24
-------

* STEPS TO REPRODUCE
1. Trying to get devtools frontend to debug websites on iOS Device (using ios_webkit_debug_proxy)
- Git clone
- Open Workspace in XCode 10.2.1 (10E1001)
- File > Workspace Settings >..>... Relative to Workspace
- Build
- Stop the test after build complete
- cd to WebKitBuild⁩ ▸ ⁨WebInspectorUI.build⁩ ▸ ⁨Debug⁩ ▸ ⁨WebInspectorUI.build⁩ ▸ ⁨DerivedSources⁩
- run static file server
- go to localhost:8080/Main.html


* NOTES
Expected to see blank devtools ui
Changing to ?ws=websocket_debug_host to get debug site on safari on iPhone

Building Blink and using inscpector.html works

-- 
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/20190426/727109e5/attachment.html>


More information about the webkit-unassigned mailing list