[Webkit-unassigned] [Bug 66655] Web Inspector: [meta] compile front-end using closure compiler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 05:59:23 PDT 2011


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-08-24 05:59:23 PST ---
(In reply to comment #1)
> Sounds great.
> 
> I'd be interested in seeing the list of the problems it found, or just a generic list of them.  Just curious what it CAN find.
> 

- DOMAgent.js, was using undefined "node" (instead of this) in ::appropriateSelectorFor
(was never running due to non-empty localName)

SoftContextMenu.js was not passing event into the ::_discardMenu when going through _triggerAction
(new)

SourceFile.js was using sourceId instead of scriptId (that one got renamed)
(was not yet used)

> While we might not be able to make this a formal build stage yet, seems like we could somehow make it optional.  Even just a separate script that you can run somehow.  I'd prefer the Java approach, but that's mainly because I have Java installed on all my machines.

Yep. There is a compile-front-end.sh in the inspector/ folder that you can run if you have Javas.

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