Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / modules / plugin / sdk / readme.txt
blob459af15ad4550b5be588a43e80003945b4bc0cb6
1 Last updated September 2008
3 This SDK is based on the API developed originally for Netscape browsers
4 starting with Netscape 2.x. It is intended to help in creating plugins
5 that will work with any modern NPAPI-compliant web browsers.
7 ===============================================================
9 Samples
11 The "samples" directory contains NPAPI plugin samples. Within the "samples"
12 directory the common folder contains stub implementations of the NPAPI methods.
13 There is no need to modify files in this folder, just include them into your
14 project if you wish. Each sample plugin contains a readme file describing it.
16 ===============================================================
18 Plugin developers might find it useful for debugging purporsed to turn
19 off the exception catching mechanism currently implemented in Mozilla 
20 on Windows. To do this add the following line into your prefs.js file:
21 user_pref("plugin.dont_try_safe_calls", true);