[Webkit-unassigned] [Bug 45522] Remove unnecessary constraint in WebCore of choosing either text zoom or full page zoom.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 13:50:39 PDT 2010


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67153|0                           |1
        is obsolete|                            |
  Attachment #67229|                            |review?
               Flag|                            |




--- Comment #10 from Sam Weinig <sam at webkit.org>  2010-09-10 13:50:38 PST ---
Created an attachment (id=67229)
 --> (https://bugs.webkit.org/attachment.cgi?id=67229)
Updated patch

Thanks for the feedback. Here is an updated patch. It turns out the call to setNeedsRecalcStyleInAllFrames was unnecessary and that we would probably end up doing a little too much work if we called both setPageZoomFactor and setTextZoomFactor in a row, so I have added a function which can change both at once if that is what is wanted.

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