[Webkit-unassigned] [Bug 14998] Full page zooming support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 20 05:52:40 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14998
george.wright at collabora.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16259|review? |
Flag| |
Attachment #16259|0 |1
is obsolete| |
Attachment #16332| |review?
Flag| |
------- Comment #20 from george.wright at collabora.co.uk 2007-09-20 05:52 PDT -------
Created an attachment (id=16332)
--> (http://bugs.webkit.org/attachment.cgi?id=16332&action=view)
Moved scaleFactor methods into Page
This patch moves the scaleFactor methods from ScrollView into Page. This is
because the scale factor is common to all frames (and hence ScrollView objects)
in a Page, and setting the scale factor in ScrollView does not make it easy to
recurse changes into child ScrollViews in pages with multiple frames, whereas
keeping the scale factor in Page makes more sense as it can be accessed by all
ScrollView objects on that page.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list