User:Kazssym
From MDC
I am a professional programmer with more than 10 years experience in free software developments.
Contents |
[edit] Special interests in the MDC
- Plugin-related documentation, such as the Gecko Plugin API Reference
[edit] Other works
Will be added later.
[edit] Notes on plugin development on Windows
-
NP_Initialize,NP_GetEntryPoints, andNP_Shutdownmust be exported via a .def file or__declspec (dllexport). -
NP_GetMIMEDescriptionis not really used, and so it can be omitted. - Debug messages are visible only if the host browser is being debugged.
[edit] NPAPI revision idea
- Support for Unicode file names.
- Interface for a plugin to tell its preferred visual size to the browser.