gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog


From: Dossy Shiobara
Subject: [Gnash-commit] gnash ChangeLog
Date: Sat, 15 Mar 2008 23:45:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/15 23:45:22

Modified files:
        .              : ChangeLog 

Log message:
        2008-03-15  Dossy Shiobara <address@hidden>
        
        plugin/win32/: plugin.cpp (1.15), plugin.h (1.11): Track whether
        the module was properly initialized (i.e., NS_PluginInitialize()
        was called) as it seems at least Firefox 2.0.0.12 on WinXP will
        continue to load and run npgnash.dll even if it hasn't been.
        
        Eliminated the (unnecessary?) getPluginDescription().  Matter of
        fact, NS_PluginGetValue() isn't used on XP_WIN builds at all.
        
        Reflect change in function name from gnash::register_fscommand_callback
        to gnash::registerFSCommandCallback.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5937&r2=1.5938

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5937
retrieving revision 1.5938
diff -u -b -r1.5937 -r1.5938
--- ChangeLog   15 Mar 2008 23:07:02 -0000      1.5937
+++ ChangeLog   15 Mar 2008 23:45:21 -0000      1.5938
@@ -1,5 +1,19 @@
 2008-03-15  Dossy Shiobara <address@hidden>
 
+       * plugin/win32/: plugin.cpp (1.15), plugin.h (1.11): Track whether
+         the module was properly initialized (i.e., NS_PluginInitialize()
+         was called) as it seems at least Firefox 2.0.0.12 on WinXP will
+         continue to load and run npgnash.dll even if it hasn't been.
+
+         Eliminated the (unnecessary?) getPluginDescription().  Matter of
+         fact, NS_PluginGetValue() isn't used on XP_WIN builds at all.
+
+         Reflect change in function name from
+         gnash::register_fscommand_callback to
+         gnash::registerFSCommandCallback.
+
+2008-03-15  Dossy Shiobara <address@hidden>
+
        * plugin/mozilla-sdk/np_entry.cpp (1.10): On Firefox
          2.0.0.12/WinXP, aNPNFuncs->size is 172 while
          sizeof(NPNetscapeFuncs) is 184.  However, npgnash.dll continues




reply via email to

[Prev in Thread] Current Thread [Next in Thread]