[webkit-reviews] review granted: [Bug 120110] [GTK] Skip FontConfig initialization in WebKitTestRunner if requested : [Attachment 221110] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 08:08:15 PST 2014


Martin Robinson <mrobinson at webkit.org> has granted Zan Dobersek
<zandobersek at gmail.com>'s request for review:
Bug 120110: [GTK] Skip FontConfig initialization in WebKitTestRunner if
requested
https://bugs.webkit.org/show_bug.cgi?id=120110

Attachment 221110: Patch
https://bugs.webkit.org/attachment.cgi?id=221110&action=review

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


> Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp:87
> +    if (g_getenv("WKTR_SKIP_FONTCONFIG_INITIALIZATION"))
> +	   return;
> +

A "WEBKIT" prefix probably makes more sense here, since that's the one we
traditionally use.


More information about the webkit-reviews mailing list