[Webkit-unassigned] [Bug 16814] Give plugin a chance to handle ActiveX objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 27 18:15:22 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=16814
------- Comment #11 from eric at webkit.org 2008-08-27 18:15 PDT -------
I think this would really be as simple as just moving mapClassIdToServiceType
from being a static-inline in that file to being in PluginInfoStore.h (Again
Anders can provide greater clarity as to where this function should actually
end up).
The name could be something like:
bool findFallbackServiceTypeForClassId(classId, serviceType);
returning true would indicate that a service type was found for that class ID
on that platform.
--
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