[Webkit-unassigned] [Bug 118715] Web Inspector: InspectorFrontendHost is undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 16 06:55:55 PDT 2013


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





--- Comment #4 from Timothy Hatcher <timothy at apple.com>  2013-07-16 06:56:07 PST ---
(In reply to comment #3)
> View in context: https://bugs.webkit.org/attachment.cgi?id=206732&action=review
> 
> > Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js:151
> > +        setTimeout(WebInspector.fileManager.appendedToURL.bind(WebInspector.fileManager, url), 0);
> 
> Is there WebInspector.fileManager in New Inspector?

There is not. So you can remove this.

> > Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js:230
> > +Preferences.localizeUI = false;
> 
> Unused value?

Yes, remove. We always localize when we can.

> > Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js:275
> > +    __proto__: WebInspector.HelpScreen.prototype
> 
> I guess that HelpScreen does not exist in New Inspector UI Concept.

It does not exist, and we don't want it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list