Closed
Bug 62922
Opened 25 years ago
Closed 24 years ago
Request for standalone plug-in SDK
Categories
(Developer Documentation Graveyard :: General, defect, P2)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
People
(Reporter: tobias.trelle, Assigned: serhunt)
Details
When will there be a standalone plug-in SDK for Mozilla that is
independent from the Moz source tree? Our wishlist for such an
SDK includes:
- a basic sample plug-in (with VS C++ workspaces)
- a sample for a scriptable plug-in
- xpidl binaries for major platforms
- LiveConnect --> XPConnect migration guide:
"How to make Mozilla plug-ins scriptable?"
(Thanks to the new XPCOM architecture scriptable
plug-ins will have to be XPCOM components; so
as a plug-in developer I'm forced to deal with
XPCOM although I am not interested in it at all)
Comment 1•25 years ago
|
||
I have created a unix SDK that works with a mozilla binary release (presuming
one can not write a plugin without being able to test it).
It currently has a re-worked structured scriptable textbox plugin, and I am
working on two others at the moment. I was intending on posting it here in the
next week or so for review, and hopefully so someone would make it cross-
platform.
As far as I know all binary releases include xpidl, thereby removing that
requirement for the SDK, however not all unix platforms have uuidgen, so I have
included the source.
Comment 2•25 years ago
|
||
This seems like something Peter might have some thoughts about...
Standalone plugin example for Windows is in modules/plugins/mpdk. It has not
been touched since M13, so it will require some tuning.
Updated•25 years ago
|
Target Milestone: --- → Future
Comment 4•25 years ago
|
||
We really need this, perhaps first thing past post nsbeta1?
I'm working on a trying to get the old 4.x SDK to build me a XPCOM plugin
in VC++ but it's a pain.
upping priority and clearning milstone to re-evaluation
Priority: P3 → P2
Target Milestone: Future → ---
I am resolving this as a dup of 90348 as I posted first version there. Note that
we are not promoting xpcom approach but rather recommend to stick with old NPAPI
with some recent additions to it allowing scriptability and access the service
manager.
*** This bug has been marked as a duplicate of 90348 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Updated•14 years ago
|
Component: Documentation Requests → Documentation
Updated•13 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•