[Webkit-unassigned] [Bug 49075] WebKit2 will load two copies of the same plugin, but should not

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:44:55 PDT 2011


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





--- Comment #7 from Adam Roben (:aroben) <aroben at apple.com>  2011-04-13 14:44:55 PST ---
(From update of attachment 89461)
View in context: https://bugs.webkit.org/attachment.cgi?id=89461&action=review

> Source/WebKit2/UIProcess/Plugins/win/PluginInfoStoreWin.cpp:396
> +    String pluginPath = plugin.path;
> +    String pluginFileName(::PathFindFileNameW(pluginPath.charactersWithNullTermination()));

You can use pathGetFileName from WebCore/FileSystem.h.

> Source/WebKit2/UIProcess/Plugins/win/PluginInfoStoreWin.cpp:401
> +        String loadedPluginFileName(::PathFindFileNameW(loadedPlugin.path.charactersWithNullTermination()));

Ditto.

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