gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-227-gc0e405e
Date: Wed, 09 Mar 2011 13:57:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  c0e405ede7b196a3fc12dba04b9f21413dac1df2 (commit)
      from  3697946ac9b49791c39a72a9a29b04d0dab97a75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=c0e405ede7b196a3fc12dba04b9f21413dac1df2


commit c0e405ede7b196a3fc12dba04b9f21413dac1df2
Author: Bastiaan Jacques <address@hidden>
Date:   Wed Mar 9 14:55:58 2011 +0100

    NPN_RetainObject is available in mozilla-1.9.0.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index a78b38b..ec3ba48 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -581,9 +581,7 @@ nsPluginInstance::GetValue(NPPVariable aVariable, void 
*aValue)
     if (aVariable == NPPVpluginScriptableNPObject) {
         if (_scriptObject) {
             void **v = (void **)aValue;
-#if NPAPI_VERSION != 190
             NPNFuncs.retainobject(_scriptObject);
-#endif
             *v = _scriptObject;
         } else {
             gnash::log_debug("_scriptObject is not assigned");
@@ -1068,7 +1066,7 @@ nsPluginInstance::setupCookies(const std::string& pageurl)
         return;
     }
 #else
-    LOG_ONCE( gnash::log_debug("Browser doesn't support reading cookies") );
+    LOG_ONCE( log_debug("Browser doesn't support reading cookies via NPAPI.") 
);
 #endif
 
     // Cookie appear to drop anything past the domain, so we strip

-----------------------------------------------------------------------

Summary of changes:
 plugin/npapi/plugin.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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