shumway/utils
Yury Delendik abee20e1a8 Adjusts .gitignore 2012-10-31 09:42:21 -05:00
..
avm1tests Fix NaN === NaN tester 2012-04-27 22:22:20 -05:00
patches Fixes linux js shell 2012-09-02 16:07:41 -05:00
playerGlobal Fixes build-playerglobal and install-js 2012-09-26 17:45:06 -07:00
.gitignore Adjusts .gitignore 2012-10-31 09:42:21 -05:00
Makefile Adjusts .gitignore 2012-10-31 09:42:21 -05:00
README.md More links and resources. 2012-01-07 17:45:22 -08:00
lint-all.json lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00
lint.json lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00
lint.mk lint: Added a separate lint make target for avm2 that is a bit more relaxed. 2012-09-10 19:15:58 -07:00

README.md

Useful Tools

ActionScript Compiler, ASC -> ABC (asc)

curl ftp://ftp.mozilla.org/pub/js/tamarin/builds/asc/latest/asc.jar > asc.jar

Adobe Open Source Flex SDK (swfdump)

curl http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201_mpl.zip > flex-sdk.zip

Tamarin (tamarin-redux)

https://developer.mozilla.org/En/Tamarin/Tamarin_Build_Documentation

Test Cases

Tamarin Test Cases

http://hg.mozilla.org/tamarin-redux/file/0814059d4ff7/test

Simpler Test Cases

https://github.com/changm/tessa/tree/master/test/custom