Bug 34709

Summary: [WinCairo] Properly Handle Header in Plugin Print Positioning
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Account for header height in Cairo *and* GDI contexts aroben: review+

Description Brent Fulgham 2010-02-08 10:01:11 PST
Correct WinCairo plugin print positioning to account for header size.  Existing code ignored this, causing plugins to overlay other elements.
Comment 1 Brent Fulgham 2010-02-08 10:09:02 PST
Created attachment 48340 [details]
Account for header height in Cairo *and* GDI contexts

Header height must be incorporated into the GDI World Transform so that plugins are positioned properly in print output.
Comment 2 Adam Roben (:aroben) 2010-02-08 10:11:16 PST
Comment on attachment 48340 [details]
Account for header height in Cairo *and* GDI contexts

r=me
Comment 3 Brent Fulgham 2010-02-08 10:30:34 PST
Landed in http://trac.webkit.org/changeset/54494.