gecko-dev/modules/plugin/sdk
Michael Kohler 6c0f59f4a6 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
..
samples Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:50 +02: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

readme.txt

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);