Bug 80150

Summary: [GTK] Invalid check in webkit_web_view_set_zoom_level() when zoom-text-only is enabled
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand, webkit.review.bot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2012-03-02 05:00:55 PST
We are always comparing with the page zoom factor to check whether zoom level changed or not
Comment 1 Carlos Garcia Campos 2012-03-02 05:03:42 PST
Created attachment 129884 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-02 05:05:24 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2012-03-02 08:31:14 PST
Committed r109578: <http://trac.webkit.org/changeset/109578>