[Webkit-unassigned] [Bug 50226] [GTK] Media icons are loaded again every time style-set signal is emitted on every widget
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 1 07:08:53 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=50226
--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> 2010-12-01 07:08:54 PST ---
(In reply to comment #2)
> (From update of attachment 75126 [details])
> 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?
No idea, I copy-pasted from the "style-set" signal connection.
> > 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.
Updating the colors is cheap, so I thought it didn't hurt.
> > WebCore/platform/gtk/RenderThemeGtk.h:142
> > + virtual void initMediaColors(GtkStyle*);
> > virtual void initMediaStyling(bool force);
>
> Why are these virtual? Does any subclass override them?
No idea, initMediaStyling was already virtual and I added initMediaColors based on it.
--
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