gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11287: Add an onUnload handler to t


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11287: Add an onUnload handler to the character just being unloadMovie'd. This exposes an assertion failure in DisplayList::display. The 'unload' button is not clicked by the test runner so this shouldn't stop 'make check'.
Date: Mon, 20 Jul 2009 21:37:24 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11287
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-07-20 21:37:24 +0200
message:
  Add an onUnload handler to the character just being unloadMovie'd. This 
exposes an assertion failure in DisplayList::display. The 'unload' button is 
not clicked by the test runner so this shouldn't stop 'make check'.
modified:
  testsuite/misc-ming.all/loadMovieTest.c
=== modified file 'testsuite/misc-ming.all/loadMovieTest.c'
--- a/testsuite/misc-ming.all/loadMovieTest.c   2009-07-18 14:39:20 +0000
+++ b/testsuite/misc-ming.all/loadMovieTest.c   2009-07-20 19:37:24 +0000
@@ -303,6 +303,9 @@
                                ));
 
        add_button(mo, 50, 240, "Unload", newSWFAction(
+                               "_root.coverart.onUnload = function() {"
+                               "  _root.note(this+'.onUnload called');"
+                               "};"    
                                " _root.coverart.unloadMovie();"
                                ));
 


reply via email to

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