shumway/utils
Till Schneidereit 4289c9e182 Bug 1137702 - Load relooper independently from player to prevent Closure from destroying it 2015-02-27 16:40:19 +01:00
..
avmshell Adds prebuild avmshell 2014-02-19 16:21:40 -06:00
jsshell-cached Adds cached versions of the jsshell 2014-02-19 19:42:12 -06:00
patches Fixes tamarin patch for gcc 4.8 2013-10-01 09:44:47 -05:00
playerglobal-builder Removes generated abc files; generates them during build. 2015-02-12 12:00:33 -06:00
spell Adds command to parse all SWFs and create a MySQL database. 2014-07-29 09:29:43 -07:00
typescript Bug 1104270 - Part 2: Change some DOM interface definitions to correctly inherit from their parents in lib.d.ts 2015-01-06 18:15:16 +01:00
.gitignore Cleanup avm1 unit tests 2015-02-12 08:01:06 -06:00
Makefile Merge remote-tracking branch 'origin/master' into baseline 2015-02-17 22:51:04 +01:00
README.md More links and resources. 2012-01-07 17:45:22 -08:00
asc.jar update asc.jar to apache's flex build 2014-02-19 14:03:50 -06:00
asc.jar-LICENSE update asc.jar to apache's flex build 2014-02-19 14:03:50 -06:00
closure.jar Update closure compiler. 2014-10-07 15:27:45 -07:00
closure.jar-COPYING Removes old version of closure. 2015-02-12 12:50:45 -06:00
compileabc.js Removes generated abc files; generates them during build. 2015-02-12 12:00:33 -06:00
generateFuzzTests Misc cleaning up: swf/parser/*.js and generateFuzzTests 2015-02-12 12:45:09 -06:00
get-github-log.py Adds utility to pull github log 2014-01-09 11:09:16 -06:00
instrument-swf.xslt Instrument most functions. 2014-08-29 15:53:17 -07: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
update-flash-refs.js Bug 1137702 - Load relooper independently from player to prevent Closure from destroying it 2015-02-27 16:40:19 +01:00
updateInspectorIncludes.js Gets all the sanity tests to pass. 2014-04-17 19:40:30 -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