[Webkit-unassigned] [Bug 59184] [Gtk] Implement LayoutTestController::setPluginsEnabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 19:44:33 PDT 2011


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-04-23 19:44:33 PST ---
(From update of attachment 90681)
View in context: https://bugs.webkit.org/attachment.cgi?id=90681&action=review

Can we unskip any tests with this patch?

> Tools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:550
> +    WebKitWebSettings* settings = webkit_web_view_get_settings(view);
> +    g_object_set(G_OBJECT(settings), "enable-plugins", flag, NULL);

This can just be:  g_object_set(G_OBJECT(webkit_web_view_get_settings(view)), "enable-plugins", flag, NULL);

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