search for: timotheegroleau

Displaying 2 results from an estimated 2 matches for "timotheegroleau".

2007 Sep 13
0
2 commits - libswfdec/swfdec_as_function.c test/trace
...| 14 + 119 files changed, 513 insertions(+), 5 deletions(-) New commits: diff-tree 9c4a5df4d39d861247676283426891e29bfe9fe2 (from 87e4fa70d0d8cb93ec124fe97e5781794a8a2d7e) Author: Benjamin Otte <otte at gnome.org> Date: Thu Sep 13 20:45:51 2007 +0200 add tests from http://www.timotheegroleau.com/Flash/articles/scope_chain.htm diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index fb81cde..eb8a89a 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1145,6 +1145,123 @@ EXTRA_DIST = \ scope.swf.trace \ scope2.swf \ scope2.swf.trace \ + scope-chain-did-y...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec properly exit when pc == endpc replace swfdec_as_frame_find_variable with _get/set_variable it's better to initialize correctly than to delete later ;) add tests from http://www.timotheegroleau.com/Flash/articles/scope_chain.htm scale by a double, not an int use g_ascii_strcasecmp here fix Function.apply document that the args need to stay available. add test for last commit allow empty blocks add a test that just calls an empty function Mer...