[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 16:47:28 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

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




--- Comment #15 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-09-10 16:47:27 PST ---
(From update of attachment 67229)
View in context: https://bugs.webkit.org/attachment.cgi?id=67229&action=prettypatch

> WebKit/chromium/src/WebViewImpl.cpp:1489
> +    if (oldZoomFactor != zoomFactor && textOnly != m_zoomTextOnly) {
shouldn't this be an OR?  if either the zoom factor or the textOnly flag changes, we need to notify the plugin.

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