[Webkit-unassigned] [Bug 88201] REGRESSION (r118039): Incorrect formatting of pdf when printing from Reader view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 08:40:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88201





--- Comment #16 from Brady Eidson <beidson at apple.com>  2012-06-05 08:40:03 PST ---
(From update of attachment 145717)
View in context: https://bugs.webkit.org/attachment.cgi?id=145717&action=review

> Source/WebCore/page/Frame.cpp:542
> +    // Only top frame being printed should be fit to page
> +    // size. Subframes should be constrained by parents only.
> +    return m_doc->printing() && (!tree()->parent() || !tree()->parent()->m_doc->printing());

This is the OCD in me;  To clean up this comment please move "size." that starts the second line up to the end of the first line

-- 
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