Displaying 2 results from an estimated 2 matches for "6b39368".
Did you mean:
649368
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...commit 90a9604f2af766e86c373a3ccc5d1ab88538af73
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Mon Oct 22 15:20:48 2007 +0300
Add a test for TextField's HTML input
Pretty limited for now
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index b3a7b76..6b39368 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -1859,6 +1859,13 @@ EXTRA_DIST = \
targetpath-6.swf.trace \
targetpath-7.swf \
targetpath-7.swf.trace \
+ text-field-html-input.as \
+ text-field-html-input-6.swf \
+ text-field-html-input-6.swf.trace \
+ text-field-html-inpu...
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...mat));
}
commit 48de0d5c1cd7c62cadbd1a23ed83debe1f3c0d56
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Thu Oct 25 00:29:21 2007 +0300
Add a test case to see when XMLNode's native properties are initialized
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 6b39368..37d6322 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -2041,6 +2041,15 @@ EXTRA_DIST = \
xml-node-6.swf.trace \
xml-node-7.swf \
xml-node-7.swf.trace \
+ xml-node-init.as \
+ xml-node-init-5.swf \
+ xml-node-init-5.swf.trace \
+ xml-node-init-6.swf \
+ xml-node-init-6.s...