[Webkit-unassigned] [Bug 35347] Convert the zoom mode into a proper enum

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 13:07:28 PST 2010


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49498|0                           |1
        is obsolete|                            |
  Attachment #49746|                            |review?
               Flag|                            |




--- Comment #28 from Daniel Bates <dbates at webkit.org>  2010-03-01 13:07:28 PST ---
Created an attachment (id=49746)
 --> (https://bugs.webkit.org/attachment.cgi?id=49746)
Patch

Substituted symbols __ZN7WebCore5Frame13setZoomFactorEfNS_8ZoomModeE and
__ZN7WebCore8Settings11setZoomModeENS_8ZoomModeE for
__ZN7WebCore5Frame13setZoomFactorEfb and
__ZN7WebCore8Settings16setZoomsTextOnlyEb, respectively.

Set role of ZoomMode.h to private in Xcode project.

Resolved compiler error in [-WebView _setZoomMultiplier:isTextOnly] caused by
using the old prototype for Frame::setZoomFactor (which took a boolean type for
the second argument). Instead, the second argument is now an enum value.

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