search for: actionextends

Displaying 8 results from an estimated 8 matches for "actionextends".

2007 Mar 07
1
2 commits - libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_script.c | 14 ++++++++++++-- test/trace/Makefile.am | 2 ++ test/trace/gotoframe.swf |binary test/trace/gotoframe.swf.trace | 13 +++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) New commits: diff-tree 12348410a3509928a6e8e4c8ca00292a58ff542c (from 46e62d4410c20c19774a45758d8ebf11cd0bdf96) Author: Benjamin Otte <otte@gnome.org>
2007 May 24
0
Branch 'as' - 11 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_object.c
...able (SwfdecAsObject *object, const char *variable) { SwfdecAsObjectClass *klass; guint i, flags; diff-tree 12a24b52a62b851c41bc2393312ff5a5f18dc2df (from 88aa562b59d1b3193b06d3bdcf4b8a167a72152d) Author: Benjamin Otte <otte at gnome.org> Date: Thu May 24 16:37:09 2007 +0200 fix ActionExtends to set __constructor__, not constructor diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index f0d27ce..70f5f78 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1675,7 +1675,7 @@ swfdec_action_extends (SwfdecAsContext * swfdec_...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...ointer after adjusting the stack (d'oh) add file used to generate empty-stack test with ming fix handling of missing arguments to be in line with the official player add test for various stack underruns with ActionCallFunction get rid of undefined symbols implement ActionExtends Add 2 new tests for ActionExtends JSIdArray length should be unsigned implement ToString, Add and Or actions test And and Or actions check undefined to string conversions use swfdec_js_is_movieclip to get around undefined symbols JSIDArrays have an unsigned...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...ointer after adjusting the stack (d'oh) add file used to generate empty-stack test with ming fix handling of missing arguments to be in line with the official player add test for various stack underruns with ActionCallFunction get rid of undefined symbols implement ActionExtends Add 2 new tests for ActionExtends JSIdArray length should be unsigned implement ToString, Add and Or actions test And and Or actions check undefined to string conversions use swfdec_js_is_movieclip to get around undefined symbols JSIDArrays have an unsigned...
2007 Jul 04
0
Branch 'as' - 25 commits - libswfdec/Makefile.am libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...(this); +Three.prototype.foo (); + +loadMovie ("FSCommand:quit", ""); diff-tree 0ff7c378c287a6ba031d1f1e0c5c641c69808e23 (from 6faffb38275fbc013fd1eef7f861ecf13b0c908a) Author: Benjamin Otte <otte at gnome.org> Date: Wed Jul 4 17:56:30 2007 +0100 Flash 6 knows about ActionExtends diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index bbe8060..2cabb64 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -2491,7 +2491,7 @@ const SwfdecActionSpec swfdec_as_actions [SWFDEC_AS_ACTION_GREATER] = { "Greater&qu...
2007 Jul 07
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_super.h libswfdec/swfdec_as_with.c test/trace
...ot;FSCommand:quit", ""); diff-tree 96c3f00fcd2a7333f82399b370de89f2e2fc4e48 (from a2c9ed6d7a22fa26d5581e9e42e31ffb0b82c3d4) Author: Benjamin Otte <otte at gnome.org> Date: Sat Jul 7 17:25:27 2007 +0100 add a test that checks the constructor properties on prototypes after ActionExtends diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index f537b21..4115b34 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -229,6 +229,13 @@ EXTRA_DIST = \ export-case-6.swf.trace \ export-case-7.swf \ export-case-7.swf.trace \ + extends-constructors.as \ + exten...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...third argument from swfdec_as_object_set_constructor() SwfdecAsObject->set() now takes a default_flags parameter use set_variable_and_flags() instead of doing a seperate set_flags() calls native objects have "constructor" set, not "__constructor__" fix ActionExtends code functions in Flash > 5 print "[type Function]", too rework init code to set constructor and __constructor__ properties correctly add test for __constructor__ and constructor properties check {} and [] don't call any constructors rework delete so i...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...(value))) return SWFDEC_AS_STR__type_Function_; else return SWFDEC_AS_STR__type_Object_; diff-tree 3aa1d8b9d0bbf5897fdf678f845312476bb16a0d (from 13378254ef972458c30937ac80dd8fb056358239) Author: Benjamin Otte <otte at gnome.org> Date: Mon Aug 20 10:58:34 2007 +0200 fix ActionExtends code It now creates an empty object and sets properties on it instead resetting properties on a default object diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 3b7c01f..72cf447 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_i...