[Webkit-unassigned] [Bug 36159] New: Move code related with printing defined in WebFrame.mm to WebCore::PrintContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 16 01:01:50 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=36159
Summary: Move code related with printing defined in WebFrame.mm
to WebCore::PrintContext
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Printing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hayato at chromium.org
CC: hamaji at chromium.org, yuzo at google.com
There are similar code between _computePageRectsWithPrintWidthScaleFactor in
WebFrame.mm and WebCore::PrintContext.
It might be better that sharing similar code between them before starting to
implement new features related with CSS3's PagedMedia.
Maybe some code related with printing defined in WebFrame.mm should move to
WebCore::PrintContext, and use WebCore::PrintContext from WebKit even in Mac.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list