Closed
Bug 172180
Opened 23 years ago
Closed 16 years ago
CVS remove simple XPCOM plugin sample in modules/plugin/samples/simple
Categories
(Core Graveyard :: Plug-ins, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: peterlubczynski-bugs, Assigned: jaas)
References
()
Details
Attachments
(1 file)
|
872 bytes,
patch
|
Details | Diff | Splinter Review |
This sample uses the deprecated XPCOM plugin API and broken nsGetModule entry
point and should be removed.
| Reporter | ||
Comment 1•23 years ago
|
||
This patch removes the sample from the build system.
The Sane plug-in should probably be removed on the same basis; is there another
bug on that?
This would be unfortunate. Although, the Sane plugin uses wrong invocation
technique which we no longer promote, it still is a very nice piece of code
demonstrating how to use some Linux lib and write a very cool plugin. I think it
will be wiser just to adapt it to the current NPAPI.
Updated•23 years ago
|
Priority: -- → P1
Target Milestone: --- → Future
Comment 4•19 years ago
|
||
This Plugin does not even work any more, at least on Windows. To get it to be loaded you need to rewrite the version info in the generated .res file (adding mime type etc.) and copy the dll to both the "Components" and "Plugins" folder (probably indication of some other bug).
If this plugin API is deprecated, which API should new plugins use? There is major confusion on the web site, no complete documentation and the (Windows version of the) SDK is incomplete/not working either.
Updated•16 years ago
|
QA Contact: shrir → plugins
I removed this at some point.
Assignee: peterl-bugs → joshmoz
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•