Closed
Bug 286263
Opened 20 years ago
Closed 12 years ago
Support Safari-style NPAPI plugins on Mac
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sfraser_bugs, Unassigned)
References
()
Details
(Whiteboard: p-safari)
For NPAPI-style plugins, we reequire that the plugin has an exported main()
function, which we call and is expected to fill in the NPN callback function table.
Safari doesn't do this; it just finds the NPN symbols directly in the plugin. We
should support this too (there are plugins that work this way).
Reporter | ||
Comment 1•20 years ago
|
||
We should also be able to look in the Info.plist for the MIME types etc, rather
that requiring a resource file wiht STR# resources.
Whiteboard: p-safari
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•