Bug 99635 - Only full-page PDFPlugins should purport to handle page scale changes
Summary: Only full-page PDFPlugins should purport to handle page scale changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 13:55 PDT by Tim Horton
Modified: 2012-10-25 12:12 PDT (History)
1 user (show)

See Also:


Attachments
patch (4.39 KB, patch)
2012-10-17 13:57 PDT, Tim Horton
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2012-10-17 13:55:58 PDT
PDFPlugin should only handle page scale factor changes itself if it's in the main frame.
Subframe PDFs will act like images, zooming with the page (they currently do not respect the scale factor at all, but that is for a different patch).
Comment 1 Tim Horton 2012-10-17 13:57:09 PDT
Created attachment 169253 [details]
patch
Comment 2 Tim Horton 2012-10-25 12:12:41 PDT
http://trac.webkit.org/changeset/132512