[Webkit-unassigned] [Bug 115650] [GTK][WK2] Blocks when fetching plugins information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 01:46:28 PST 2014


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





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-02-25 01:43:35 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > It should only happen once, unless plugins need to be refreshed. The thing is that GetPluginInfo message is sync, so there's little we can do I guess. Maybe we can get plugins info in a thread at startup to make sure plugins info are cached in the UI process asap. I wonder if other ports do something like that or GetPluginInfo is just faster.
> 
> Another idea I had was to cache plugin information based on path, so that when you start the process again it doesn't block.

The problem then is when do we update the cache? Maybe we could save also the md5sum of the plugin in the cache or something like that, so that when a new version of the plugin is installed we update the metadata.

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