gecko/modules/plugin/sdk
2009-05-07 00:22:13 -04:00
..
samples Formatting fixes for the new unix npapi sample plugin. b=486423 2009-05-07 00:22:13 -04:00
Makefile.in Bug 485073 - OS/2 enable test plugin equivalent to other platforms; r=mozilla@Weilbacher.org 2009-03-27 00:47:43 +01:00
readme.txt Remove plugin tester and spy tools. b=484137 r/sr=jst 2009-03-19 15:57:50 -07:00

Last updated September 2008

This SDK is based on the API developed originally for Netscape browsers
starting with Netscape 2.x. It is intended to help in creating plugins
that will work with any modern NPAPI-compliant web browsers.

===============================================================

Samples

The "samples" directory contains NPAPI plugin samples. Within the "samples"
directory the common folder contains stub implementations of the NPAPI methods.
There is no need to modify files in this folder, just include them into your
project if you wish. Each sample plugin contains a readme file describing it.

===============================================================

Plugin developers might find it useful for debugging purposes to turn
off the exception catching mechanism currently implemented in Mozilla 
on Windows. To do this add the following line into your prefs.js file:
user_pref("plugin.dont_try_safe_calls", true);