gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-ming.all action_execution_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all action_execution_...
Date: Thu, 06 Sep 2007 13:37:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/06 13:37:05

Modified files:
        testsuite/misc-ming.all: action_execution_order_test4.c 

Log message:
        action_execution_order_test4.c: add visual trace of _root.onLoad being 
invoked (surprising!)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test4.c?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: action_execution_order_test4.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test4.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- action_execution_order_test4.c      1 Jul 2007 10:54:48 -0000       1.3
+++ action_execution_order_test4.c      6 Sep 2007 13:37:05 -0000       1.4
@@ -87,7 +87,7 @@
   dejagnuclip = get_dejagnu_clip((SWFBlock)get_default_font(srcdir), 10, 0, 0, 
800, 600);
   SWFMovie_add(mo, (SWFBlock)dejagnuclip);
   add_actions(mo, " x2 += 'as_start+'; "
-                  " _root.OnLoad = function () { x2 += 'load_called+'; }; "
+                  " _root.OnLoad = function () { _root.note('_root onLoad 
called'); x2 += 'load_called+'; }; "
                   " x2 += 'as_end+'; "
                   " _root.onEnterFrame = function () { x3 += 
'enterFrame_called+'; }; ");
   SWFMovie_nextFrame(mo); /* 1st frame */




reply via email to

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