shumway/utils
Yury Delendik 25c6da6263 Excludes test/swfarchive; adds utils/report_grep.js 2015-05-07 11:45:56 -05:00
..
avmshell Adds prebuild avmshell 2014-02-19 16:21:40 -06:00
botio Very simplified botio command runner. 2015-03-26 12:34:04 -05:00
dist Grunt task to create pre-build version of Shumway. 2015-03-04 15:37:30 -06:00
jsshell-cached Rewrite of most of the AVM2 component, the core of the AVM1, plus lots of other changes to adapt to said rewrites 2015-04-23 19:27:58 +02: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 Rewrite of most of the AVM2 component, the core of the AVM1, plus lots of other changes to adapt to said rewrites 2015-04-23 19:27:58 +02:00
take_snapshots Screenshots tools: frame capture and reporting. 2015-05-01 15:27:36 -05:00
typescript Update tsc to 1.4.1 2015-02-28 00:21:12 +01:00
.gitignore Screenshots tools: frame capture and reporting. 2015-05-01 15:27:36 -05:00
Makefile Adds missing npm packages: time-grunt & bson 2015-04-24 11:18:40 -07: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
bisect_example.sh Rewrite of most of the AVM2 component, the core of the AVM1, plus lots of other changes to adapt to said rewrites 2015-04-23 19:27:58 +02:00
closure.jar Update closure compiler 2015-03-22 00:48:11 -07:00
closure.jar-COPYING Removes old version of closure. 2015-02-12 12:50:45 -06:00
compare_flashlogs.sh Enables log writing in the `grunt server` command. 2015-04-24 14:45:26 -05: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
report.js Make reporting tool use standard input. 2015-04-29 17:12:20 -05:00
report_grep.js Excludes test/swfarchive; adds utils/report_grep.js 2015-05-07 11:45:56 -05:00
take_snapshots.js Screenshots tools: frame capture and reporting. 2015-05-01 15:27:36 -05:00
take_snapshots_report.js Screenshots tools: frame capture and reporting. 2015-05-01 15:27:36 -05: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