[webkit-dev] Web Inspector files

2012-06-08 Thread Konrad Piascik
Hi, I'm trying to combine all the web inspector resources CSS, JS HTML into as few files as possible. I know that there are scripts in Source/WebCore/inspector but I'm not sure which ones should be used and some don't contain usage information. Also there's both combine-front-end.py and

Re: [webkit-dev] Web Inspector files

2012-06-08 Thread Pavel Feldman
[From chromium.org] We throw away closure compiler output and use compilation step for type checking only. The best way to learn what files you should combine and bundle is via looking at WebCore.gyp(i) and WebKit.gyp(i). You basically need what is listed in inspector.html (these you can

Re: [webkit-dev] Web Inspector files

2012-06-08 Thread Konrad Piascik
Network From: Pavel Feldman [mailto:pfeld...@chromium.org] Sent: Friday, June 08, 2012 07:59 AM To: Konrad Piascik Cc: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Web Inspector files [From chromium.orghttp://chromium.org] We throw away closure compiler output

Re: [webkit-dev] Web Inspector files

2012-06-08 Thread Pavel Feldman
from my BlackBerry on the Rogers Wireless Network *From*: Pavel Feldman [mailto:pfeld...@chromium.org] *Sent*: Friday, June 08, 2012 07:59 AM *To*: Konrad Piascik *Cc*: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org *Subject*: Re: [webkit-dev] Web Inspector files [From