search for: 69b995a

Displaying 2 results from an estimated 2 matches for "69b995a".

Did you mean: 6909952
2007 Mar 11
0
10 commits - libswfdec/js libswfdec/swfdec_js_color.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_video.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_script.c player/.gitignore
...undefined values +undefined diff-tree adc3fb06dadf41c2600d64a5735eafa85baa3064 (from 233a6b1a0af55296a6c7b536e9310b6fb1c7e46d) Author: Benjamin Otte <otte@gnome.org> Date: Sun Mar 11 16:23:43 2007 +0100 add a new test diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 69b995a..8c7774e 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -113,6 +113,8 @@ EXTRA_DIST = \ preload.swf.trace \ prototypes.swf \ prototypes.swf.trace \ + registerclass-properties.swf \ + registerclass-properties.swf.trace \ rotation-5.swf \ rotation-5.swf.trace \ scope....
2007 Mar 09
0
17 commits - libswfdec/js libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...13ff1801e3a4afb34869075a4 (from f8eb86aa128f859a0c7af715f19bb12e60f83ee9) Author: Benjamin Otte <otte@gnome.org> Date: Fri Mar 9 14:13:28 2007 +0100 add test for MovieClip's prototype and property handling diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 19a1340..69b995a 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -111,6 +111,8 @@ EXTRA_DIST = \ parent-root.swf.trace \ preload.swf \ preload.swf.trace \ + prototypes.swf \ + prototypes.swf.trace \ rotation-5.swf \ rotation-5.swf.trace \ scope.swf \ diff --git a/test/trace/prototype...