[Webkit-unassigned] [Bug 27215] [QT] suppress (un)desired launcher output that can make layout test to fail with stderr
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 17 06:31:33 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27215
--- Comment #17 from Adam Treat <treat at kde.org> 2009-07-17 06:31:32 PDT ---
> (WebCore::PluginDatabase::clear): Make is possible to clear the
s/is/it/
> + (WebCore::PluginDatabase::clear): Make is possible to clear the
s/is/it/
> if (!plugins) {
> plugins = new PluginDatabase;
> - plugins->setPluginDirectories(PluginDatabase::defaultPluginDirectories());
> - plugins->refresh();
> +
> + if (populate) {
> + plugins->setPluginDirectories(PluginDatabase::defaultPluginDirectories());
> + plugins->refresh();
> + }
No reason for the extra line break.
> + m_plugins.clear();
> + m_pluginsByPath.clear();
> +
> + m_registeredMIMETypes.clear();
No reason for the extra line break.
r=me with these minor nits. Great work! One more step to getting the DRT into
reasonable shape :)
--
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