[Webkit-unassigned] [Bug 14998] Full page zooming support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 13:08:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14998


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16218|review?                     |review-
               Flag|                            |




------- Comment #17 from oliver at apple.com  2007-09-07 13:08 PDT -------
(From update of attachment 16218)
Scaling the render region outside of the engine itself can cause also of
badness, especially with hit testing, region invalidation and what not.

I think you'd benefit from matching the WebView API from mac.

– canMakeTextLarger  
– makeTextLarger:  
– canMakeTextSmaller  
– makeTextSmaller:

Which would be on gtk WebView equivalent -- the Mac impl is kind of messy, look
at the windows ones as they do much less icky objc-fu.

makeTextSmaller/Larger are designed to allow buttons to be hooked up directly
-- i think that would mean you want them to be "slots"/"sockets" or whatever
the gtk name for something like that is.


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