[Webkit-unassigned] [Bug 25318] Add a method to Chromium's port to reset the plugin cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 23:58:23 PDT 2009


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





------- Comment #7 from fishd at chromium.org  2009-04-21 23:58 PDT -------
> I was forward declaring it and using it from render_thread.cc.

I see... that won't work in the future when we optionally build WebKit as a
DLL.  We will need a WebKit API corresponding to this, and I think it would be
a lot cleaner to have something on PluginData as a static method corresponding
to that.  (I think it leads to maintenance problems if we have undeclared
global functions being used by various parts of the product, so we should
anyways avoid it.)

It seems like all implementations of PluginData should be conceptually similar,
such that a function like this would be appropriate.  Otherwise, maybe we have
built our cache at the wrong place?  At the very least, we can put a #if
PLATFORM(CHROMIUM) specific method on PluginData.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list