[webkit-reviews] review denied: [Bug 50226] [GTK] Media icons are loaded again every time style-set signal is emitted on every widget : [Attachment 75126] Patch that fixes the issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 06:55:45 PST 2010


Martin Robinson <mrobinson at webkit.org> has denied Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 50226: [GTK] Media icons are loaded again every time style-set signal is
emitted on every widget
https://bugs.webkit.org/show_bug.cgi?id=50226

Attachment 75126: Patch that fixes the issue
https://bugs.webkit.org/attachment.cgi?id=75126&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=75126&action=review

Awesome patch. Just a couple issues outlined below.

> WebCore/platform/gtk/RenderThemeGtk.cpp:199
> +    g_signal_connect(gtk_icon_theme_get_default(), "changed",
G_CALLBACK(gtkIconThemeChanged), const_cast<RenderThemeGtk*>(this));

Do you really need a const_cast here?

> WebCore/platform/gtk/RenderThemeGtk.cpp:794
> +    initMediaStyling(true);

This also reinitializes the media colors when the icon theme changes. Perhaps
it would make sense to have two methods: initMediaColors and initMediaIcons.

> WebCore/platform/gtk/RenderThemeGtk.h:142
> +    virtual void initMediaColors(GtkStyle*);
>      virtual void initMediaStyling(bool force);

Why are these virtual? Does any subclass override them?


More information about the webkit-reviews mailing list