Bug 34426 - [Qt] Package Web-inspector resources into a separate binary package
Summary: [Qt] Package Web-inspector resources into a separate binary package
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-02-01 07:06 PST by Laszlo Gombos
Modified: 2013-10-09 03:37 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2010-02-01 07:06:16 PST
On mobile platforms it might be a sensible optimization to package web-inspector separately from QtWebkit package into its own package (debian package,  sis file, etc), so that the inspector would not get installed into all production devices; instead it would be a developer add-on.

For Symbian http://trac.webkit.org/changeset/47635 disabled Web-inpector, so one would need to rebuild QtWebKit just to get inspector working again. This setup is suboptimal. 

Qt's External Binary resource feature could come handy here (qrc, rcc, QResource API can be used to register with Qt application).