[webkit-reviews] review granted: [Bug 130476] Expose text and page zoom in WK2 SPI, and hook them up in MiniBrowser : [Attachment 227217] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 19 15:05:33 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 130476: Expose text and page zoom in WK2 SPI, and hook them up in
MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=130476

Attachment 227217: Patch
https://bugs.webkit.org/attachment.cgi?id=227217&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=227217&action=review


> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:247
> +    return [self currentZoomFactor] * DefaultZoomFactorRatio <
DefaultMaximumZoomFactor;

dot syntax.

> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:261
> +    return [self currentZoomFactor] / DefaultZoomFactorRatio >
DefaultMinimumZoomFactor;

dot syntax.


More information about the webkit-reviews mailing list