Bug 43057
Summary: | inspector.js should be compacted for production builds | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | joepeck, pfeldman |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
David Kilzer (:ddkilzer)
* SUMMARY
The combined inspector.js that is generated by WebCore/combine-javascript-resources is currently well over 1 MB as of r64138:
$ ls WebCore.framework/Resources/inspector/inspector.js
-rw-r--r-- 1446607 Jul 27 09:59 WebCore.framework/Resources/inspector/inspector.js
We should consider compacting the JavaScript for production/release builds.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.