[webkit-reviews] review canceled: [Bug 82337] [Qt] Add zooming support for QQuickWebView : [Attachment 134535] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 11:20:34 PDT 2012


Balazs Kelemen <kbalazs at webkit.org> has canceled Balazs Kelemen
<kbalazs at webkit.org>'s request for review:
Bug 82337: [Qt] Add zooming support for QQuickWebView
https://bugs.webkit.org/show_bug.cgi?id=82337

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

------- Additional Comments from Balazs Kelemen <kbalazs at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=134535&action=review


> Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:974
> +    d_ptr->setZoomFactor(zoomFactor);
> +    emit zoomFactorChanged();
> +}

Forgot to check if the value differs from the current, going to fix.


More information about the webkit-reviews mailing list