Bug 12019

Summary: Patch to make Qt Platform build again
Product: WebKit Reporter: Daniel Molkentin <molkentin>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Patch to make the Qt platform on Webkit build again
eric: review-
Added ChangeLog, removed useless PDFDocumentImage stub eric: review+

Description Daniel Molkentin 2006-12-28 16:52:40 PST
Patch from Fredrik Höglund <fredrik@kde.org>, extended by me (Daniel Molkentin <molkentin@kde.org>):

 * Fix font sizes
 * Make Qt plattform build again:
   * Adjust Qt platform to the Image class split.
   * Introduce BitmapImage class
   * add stub PDFDocumentImage class

Patch attached.
Comment 1 Daniel Molkentin 2006-12-28 16:54:01 PST
Created attachment 12091 [details]
Patch to make the Qt platform on Webkit build again
Comment 2 David Kilzer (:ddkilzer) 2006-12-28 17:07:34 PST
Comment on attachment 12091 [details]
Patch to make the Qt platform on Webkit build again

Setting review? flag.
Comment 3 Eric Seidel (no email) 2006-12-28 17:20:55 PST
Comment on attachment 12091 [details]
Patch to make the Qt platform on Webkit build again

There should be no need to add PDFDocumentImage.  Otherwise the patch looks fine.

You'll need to add a ChangeLog entry.  prepare-ChangeLog (a perl script included in WebKitTools/Scripts) will generate a changelog stub entry for you.
Comment 4 Daniel Molkentin 2006-12-28 17:42:25 PST
Created attachment 12093 [details]
Added ChangeLog, removed useless PDFDocumentImage stub
Comment 5 Eric Seidel (no email) 2006-12-28 18:10:16 PST
Comment on attachment 12093 [details]
Added ChangeLog, removed useless PDFDocumentImage stub

Looks great!  r=me.
Comment 6 Eric Seidel (no email) 2006-12-28 18:13:03 PST
Landed in r18463.