[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 13:47:18 PDT 2012


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-08-22 13:47:16 PST ---
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.

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