Bug 43057 - inspector.js should be compacted for production builds
Summary: inspector.js should be compacted for production builds
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 10:27 PDT by David Kilzer (:ddkilzer)
Modified: 2014-12-12 14:09 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-07-27 10:27:53 PDT
* 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.
Comment 1 Brian Burg 2014-12-12 14:09:20 PST
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.