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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-435-gd3ee7f3
Date: Wed, 30 Mar 2011 12:18:41 +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  d3ee7f35f388e7e8dbbba816160a75756f4c92d3 (commit)
      from  e11373272d407db9f88f1845d5c9554e07d3aaf6 (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=d3ee7f35f388e7e8dbbba816160a75756f4c92d3


commit d3ee7f35f388e7e8dbbba816160a75756f4c92d3
Author: Sandro Santilli <address@hidden>
Date:   Wed Mar 30 14:18:00 2011 +0200

    Document scriptsTimeout, scriptsRecursionLimit and lockScriptLimits rcfile 
directives.

diff --git a/doc/C/usermanual/gnashrc.xml b/doc/C/usermanual/gnashrc.xml
index 0321a06..040d91f 100644
--- a/doc/C/usermanual/gnashrc.xml
+++ b/doc/C/usermanual/gnashrc.xml
@@ -328,7 +328,38 @@
            1=medium, 2=high, 3=best). Defaults to -1. 
          </entry>
        </row>
-       
+
+       <row>
+         <entry>scriptsTimeout</entry>
+         <entry>integer</entry>
+         <entry>
+           The amount of seconds after which to prompt popup for script
+           execution abortion. Defaults to 15. Can be changed by SWF
+           tags unless you 'set lockScriptLimits on'.
+         </entry>
+       </row>
+
+       <row>
+         <entry>scriptsRecursionLimit</entry>
+         <entry>integer</entry>
+         <entry>
+           The maximum depth of function call stack for ActionScript execution.
+           Defaults to 256. Can be changed by SWF tags unless you
+           'set lockScriptLimits on'.
+         </entry>
+       </row>
+
+       <row>
+         <entry>lockScriptLimits</entry>
+         <entry>boolean</entry>
+         <entry>
+           Makes scriptsRecursionLimit and scriptsTimeout locked to
+           the default (or rcfile) values and doesn't allow SWF tag
+           to modify it.
+           Defaults to off.
+         </entry>
+       </row>
+
       </tbody>
     </tgroup>
   </table>

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

Summary of changes:
 doc/C/usermanual/gnashrc.xml |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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