Bug 18578 - Share the printing code between the Gtk and the Qt port
Summary: Share the printing code between the Gtk and the Qt port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Printing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 04:23 PDT by Simon Hausmann
Modified: 2008-04-20 00:31 PDT (History)
2 users (show)

See Also:


Attachments
first version of patch to share printing code (18.38 KB, patch)
2008-04-18 04:28 PDT, Simon Hausmann
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2008-04-18 04:23:38 PDT
This patch moves the PrintContext class into a separate file for sharing between the Gtk and the Qt port.
Comment 1 Simon Hausmann 2008-04-18 04:28:23 PDT
Created attachment 20664 [details]
first version of patch to share printing code
Comment 2 Alp Toker 2008-04-20 00:29:27 PDT
Comment on attachment 20664 [details]
first version of patch to share printing code

r=me
Comment 3 Alp Toker 2008-04-20 00:31:36 PDT
Landed in r32280. Looking forward to completing this so it can be shared by more ports.