Граф коммитов

2507 Коммитов

Автор SHA1 Сообщение Дата
Michael Bebenita a7939df2cf Add slime example. 2013-03-29 15:39:59 -07:00
Michael Bebenita a7a96307d1 Added Yury's XML parser. 2013-03-29 11:09:55 -07:00
Michael Bebenita 080a379294 Added more stubs. 2013-03-29 11:08:11 -07:00
Michael Bebenita 95790e9a82 Load ABCs if the verifier needs them. 2013-03-27 17:57:01 -07:00
Michael Bebenita b373e6d92b Deal with forward referenced multinames while parsing. 2013-03-27 17:03:11 -07:00
Michael Bebenita e39fcfd8ad Fix verifier bug when instantiating instances of type Class. 2013-03-27 17:01:40 -07:00
Michael Bebenita 055edfe61b Fix OP_constructsuper bug in builder. 2013-03-27 17:00:59 -07:00
Jeff Dyer 9c31b5f422 Merge pull request #192 from artcompiler/cleanup-tests
Make tamarin tests so they pass with no failures
2013-03-27 11:31:54 -07:00
Jeff Dyer af008f2048 Merge pull request #191 from artcompiler/add-release-switch
Add release switch to avm driver
2013-03-27 11:26:59 -07:00
Jeff Dyer d656ec47d6 Merge pull request #190 from artcompiler/remove-apparat
Remove apparat install
2013-03-27 11:24:45 -07:00
Jeff Dyer 81a14f6bc1 Fix tamarin tests 2013-03-27 11:13:12 -07:00
Jeff Dyer 8a6d14e25e Add release switch 2013-03-27 07:55:54 -07:00
Jeff Dyer 755ece9756 remove apparat install 2013-03-27 07:28:25 -07:00
Michael Bebenita 110589dc52 Merge pull request #188 from magcius/cleanups
Cleanups
2013-03-25 12:43:12 -07:00
Michael Bebenita 5d9849c1cc Merge pull request #189 from magcius/params
Fix parameters parsing
2013-03-25 12:20:32 -07:00
Jasper St. Pierre 25af825a02 FlashStreamConverter: Add params from the URL query string to the flashvars 2013-03-25 15:07:19 -04:00
Jasper St. Pierre 85ab438cce FlashStreamConverter: Use the flashvars <param> tag, not any <param> tag 2013-03-25 15:07:19 -04:00
Jasper St. Pierre d27becaf79 Remove avm2/utils/
This has been superceded by "make install-utils"
2013-03-25 15:04:35 -04:00
Jasper St. Pierre a59ba443fb runtime: Remove a commented out function 2013-03-25 15:04:35 -04:00
Jeff Dyer 0a52fe529f Merge pull request #186 from artcompiler/testing
Fix tamarin test files for expected fails
2013-03-21 20:30:59 -07:00
Jeff Dyer a70cde3614 Remove errant tick 2013-03-21 18:09:44 -07:00
Jeff Dyer 066e04fd3a refresh tamarin patches 2013-03-21 17:58:11 -07:00
Jeff Dyer 1b71ea70e5 update testconfig.txt and failconfig.txt to make test run (almost) clean 2013-03-21 16:29:51 -07:00
Michael Bebenita 53da829540 Merge pull request #181 from mbebenita/master
Bug fixes.
2013-03-20 17:27:58 -07:00
Michael Bebenita 5901195c43 Static functions need memoiziers too. 2013-03-20 17:16:18 -07:00
Michael Bebenita 60e885daca Formatting. 2013-03-20 17:10:28 -07:00
Michael Bebenita a13461b3f0 Hack to make new int(...) work. 2013-03-20 17:10:05 -07:00
Michael Bebenita 2dc4a47e7d Make it easier to set breakpoints. 2013-03-20 17:09:26 -07:00
Michael Bebenita d043747a13 Merge pull request #179 from mbebenita/master
Several compiler improvements.
2013-03-20 13:33:17 -07:00
Michael Bebenita 9a0c699ff9 Better function names to help with debugging. 2013-03-20 12:44:55 -07:00
Michael Bebenita 6c6c044ff8 Factor out def-use chains. 2013-03-20 12:44:54 -07:00
Michael Bebenita 1c984719d2 Propagate vector types better in the inferrer. 2013-03-20 12:44:54 -07:00
Michael Bebenita d732af1c15 Add pristine property to IR.Call 2013-03-20 12:44:54 -07:00
Michael Bebenita eb6573e732 Mark calls to coercions in method prologue as pristine. 2013-03-20 12:44:54 -07:00
Michael Bebenita 8c0cdd20ec Don't pin findProperty to regions, probably unsafe but unlikely to cause problems. 2013-03-20 12:44:54 -07:00
Michael Bebenita 4771485a45 Fix coerceString in builder. 2013-03-20 12:44:54 -07:00
Michael Bebenita eb154ffc8f Mark calls as pristine by default to avoid .call/.apply 2013-03-20 12:44:54 -07:00
Michael Bebenita d5920f1bea Don't trace colors in the browser. 2013-03-20 12:44:54 -07:00
Michael Bebenita 62d5e475ed Fix callpropvoid 2013-03-20 12:44:54 -07:00
Michael Bebenita b34bd60236 Don't patch overriden traits. 2013-03-20 12:44:54 -07:00
Jeff Dyer 833cc84955 Merge pull request #176 from artcompiler/mangling
URI mangling using base64 and other name fixes
2013-03-19 08:14:08 -07:00
Jeff Dyer 90e1229102 switch debug/release flags 2013-03-19 08:08:37 -07:00
Jeff Dyer 2cd48233e8 turn off uri mangling by default 2013-03-19 07:15:15 -07:00
Yury Delendik 57a1d20a2a Merge pull request #177 from yurydelendik/drawRoundRect
Fixes drawRoundRect
2013-03-18 16:27:27 -07:00
Yury Delendik d2f650bfba Fixes drawRoundRect 2013-03-18 18:25:06 -05:00
Jeff Dyer b95d0cf482 merge upstream 2013-03-18 16:23:36 -07:00
Jeff Dyer 715a372442 URI mangling using base64 2013-03-18 15:57:14 -07:00
Michael Bebenita 493c28c4c9 Merge pull request #175 from mbebenita/master
Fixes.
2013-03-18 15:07:13 -07:00
Michael Bebenita 9f4dae58cb Remove assertion in the IR builder for runtime namespace nodes. 2013-03-18 15:03:27 -07:00
Michael Bebenita 22e02cbaa2 Fix type-o. 2013-03-18 15:03:27 -07:00