diff --git a/mozilla/modules/plugin/tools/tester/doc/testerplugin.html b/mozilla/modules/plugin/tools/tester/doc/testerplugin.html index 1afd66c022a..428815a464d 100644 --- a/mozilla/modules/plugin/tools/tester/doc/testerplugin.html +++ b/mozilla/modules/plugin/tools/tester/doc/testerplugin.html @@ -5,8 +5,8 @@
Table of contents
Current Version and Known Issues -
Current version is 1.4. +
Current version is 1.5.
Issues:
Npapi.ini is located in the same directory the plugin is located. -Currently it stores GUI preferences in Options section, and normally, -it does not need to be edited directly. +Currently it stores GUI preferences (state of check boxes etc.) +in Preferences section, and normally this section does not need to be +edited directly. Exception is LoadWindowStatus. + +
In Preferences section you can manually add an option to show +a small window in the left top corner of the screen which tells you that +the plugin dll is loaded in memory. This may be useful after calling +NPN_SetValue setting NPPVpluginKeepLibraryInMemory TRUE. +
In Log section the form of separator can be specified using key RecordSeparator. For example: diff --git a/mozilla/modules/plugin/tools/tester/windows/npapi.rc b/mozilla/modules/plugin/tools/tester/windows/npapi.rc index 44efca34db7..8e21b7211e1 100644 --- a/mozilla/modules/plugin/tools/tester/windows/npapi.rc +++ b/mozilla/modules/plugin/tools/tester/windows/npapi.rc @@ -1,5 +1,7 @@ //Microsoft Developer Studio generated resource script. // +#include "resrc1.h" + #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // @@ -102,8 +104,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,0,0 - PRODUCTVERSION 1,4,0,0 + FILEVERSION 1,5,0,0 + PRODUCTVERSION 1,5,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x3L @@ -123,7 +125,7 @@ BEGIN VALUE "FileDescription", "32-bit NPAPI test plugin\0" VALUE "FileExtents", "pts\0" VALUE "FileOpenName", "API (*.pts)\0" - VALUE "FileVersion", "1, 4, 0, 0\0" + VALUE "FileVersion", "1, 5, 0, 0\0" VALUE "InternalName", "npapi.dll\0" VALUE "LegalCopyright", "Copyright © 1997-2001\0" VALUE "LegalTrademarks", "\0" @@ -131,7 +133,7 @@ BEGIN VALUE "OriginalFilename", "npapi.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Netscape NPAPI Tester Plugin\0" - VALUE "ProductVersion", "1, 4, 0, 0\0" + VALUE "ProductVersion", "1, 5, 0, 0\0" VALUE "SpecialBuild", "\0" END END