Bug 80150 - [GTK] Invalid check in webkit_web_view_set_zoom_level() when zoom-text-only is enabled
Summary: [GTK] Invalid check in webkit_web_view_set_zoom_level() when zoom-text-only i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-03-02 05:00 PST by Carlos Garcia Campos
Modified: 2012-03-02 08:31 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.66 KB, patch)
2012-03-02 05:03 PST, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>