[Webkit-unassigned] [Bug 57068] [GTK] [WebKit2] Implement a basic WebKitTestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 00:00:27 PDT 2011


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





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-04-11 00:00:27 PST ---
(From update of attachment 88932)
View in context: https://bugs.webkit.org/attachment.cgi?id=88932&action=review

> Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp:52
> +    g_object_set(settings, "gtk-xft-rgba", "none", NULL);

While calling g_object_set() again? you can just add "gtk-xft-rgba", "none" to the first g_object_set call.

> Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp:176
> +    inititializeFontConfigSetting();

isn't this function X11 specific?

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