[Webkit-unassigned] [Bug 47677] WebKit2 can load the same plugin multiple times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 11:21:53 PDT 2010


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





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-10-14 11:21:53 PST ---
We could change how we load plugins to:

1) Collect all plugin paths from all directories
2) Put all the paths in a HashSet to get rid of duplicates
3) Load plugins specified in the HashSet

On Windows, we'd probably want to use a case-insensitive HashSet.

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