[Webkit-unassigned] [Bug 98063] [GTK] [WK2] Add favicon support to the MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 01:46:10 PDT 2012


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





--- Comment #3 from Sergio Villar Senin <svillar at igalia.com>  2012-10-02 01:46:34 PST ---
(From update of attachment 166631)
View in context: https://bugs.webkit.org/attachment.cgi?id=166631&action=review

> Tools/MiniBrowser/gtk/BrowserWindow.c:367
> +    }

Just a small nit. WebKit coding style prefers early returns for these cases. So better 

if (!window->favicon)
    return;

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