[Webkit-unassigned] [Bug 94738] Use closure compiler to compile blackberry inspector frontend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 14:52:15 PDT 2012


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





--- Comment #3 from Hanna <hanma at rim.com>  2012-08-22 14:52:13 PST ---
(In reply to comment #2)
> Inspector now loads code lazily using module infrastructure. You should combine files into modules using inline script and deploy all module js files along with inspector.js. See WebCore.gypi (or project.xcodeproj's Streamline inspector blah target) for modules content.
> 
> For example you should deploy ElementsPanel.js and inline all the files it imports via importScript. Same goes for other panels.

I looked at WebCore.gypi, it puts all the inspector frontend file names in 'webinspector_files'? I do not get what it's supposed to tell me.

So if ElementsPanel.js uses variable WebInspector, then I should say importScript(inspector.js) so that it knows the variable WebInspector on its own? What am I supposed to do with the modules afterwards? combining them together?

-- 
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