[webkit-dev] Web Inspector files

Konrad Piascik kpiascik at rim.com
Fri Jun 8 05:13:24 PDT 2012


We're already using a homegrown script that does what you mention in PlatformBlackBerry.cmake lines 194-214 but wanted to switch to something that was maintained by the community.

I'll look at the gyp/gypi files for more info.

Thanks,
Konrad
Sent from my BlackBerry on the Rogers Wireless Network

From: Pavel Feldman [mailto:pfeldman at chromium.org]
Sent: Friday, June 08, 2012 07:59 AM
To: Konrad Piascik
Cc: webkit-dev at lists.webkit.org <webkit-dev at lists.webkit.org>
Subject: Re: [webkit-dev] Web Inspector files


[From chromium.org<http://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 concatenate) + a bunch of standalone CSS files that are lazily loaded + a couple of web worker scripts.

Regards Pavel

On Jun 8, 2012 12:54 PM, "Konrad Piascik" <kpiascik at rim.com<mailto:kpiascik at rim.com>> wrote:
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 combine-front-end.sh iirc the shell script is to be deprecated in favour of python.
Do any of these or other scripts use the closure compiler to even further compress or optimize the JavaScript?

Thanks in advance,

Konrad
Sent from my BlackBerry on the Rogers Wireless Network
---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120608/f38b1e95/attachment.html>


More information about the webkit-dev mailing list