Bug 20431 - Update the Web Inspector for the Qt platform
Summary: Update the Web Inspector for the Qt platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 14:20 PDT by Holger Freyther
Modified: 2008-08-25 13:53 PDT (History)
0 users

See Also:


Attachments
Emit attach and detach requested signals (3.71 KB, patch)
2008-08-18 14:22 PDT, Holger Freyther
timothy: review+
Details | Formatted Diff | Diff
Update the WebKit.qrc (3.09 KB, patch)
2008-08-18 14:24 PDT, Holger Freyther
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Freyther 2008-08-18 14:20:04 PDT
The WebKit.qrc is once again outdated and change the way handling of attach and detach work...
Comment 1 Holger Freyther 2008-08-18 14:22:40 PDT
Created attachment 22859 [details]
Emit attach and detach requested signals

Probably for Qt4.5 we want to export the Inspector with API, in preparation for that start emitting detach and attach signals whenever the inspector wants to be attached/detached.
Comment 2 Holger Freyther 2008-08-18 14:24:29 PDT
Created attachment 22860 [details]
Update the WebKit.qrc

Once again update the WebKit.qrc to contain all images and js files for the webinspector.
Comment 3 Timothy Hatcher 2008-08-18 15:20:37 PDT
Sorry about not updating WebKit.qrc. I forget about it sometimes.

Maybe there should be a build script that generates it based on the inspector folder contents?
Comment 4 Timothy Hatcher 2008-08-25 13:53:27 PDT
Landed in r35914  and r35915.