-
Notifications
You must be signed in to change notification settings - Fork 398
Creation and playback of compressed SWFM files. #2389
base: master
Are you sure you want to change the base?
Conversation
r+ w/ nits resolved. Reviewed 5 of 5 files at r1. src/base/dataBuffer.ts, line 168 [r1] (raw file): src/base/dataBuffer.ts, line 633 [r1] (raw file): src/base/dataBuffer.ts, line 643 [r1] (raw file): src/flash/display/BitmapData.ts, line 797 [r1] (raw file): src/gfx/test/recorder.ts, line 285 [r1] (raw file): src/gfx/test/recorder.ts, line 335 [r1] (raw file): Comments from the review on Reviewable.io |
@yurydelendik are you gonna address Michaels review comments? |
546f713
to
f7e1fea
Compare
Review status: 2 of 5 files reviewed at latest revision, 5 unresolved discussions, some commit checks pending. src/base/dataBuffer.ts, line 168 [r1] (raw file): src/base/dataBuffer.ts, line 633 [r1] (raw file): src/base/dataBuffer.ts, line 643 [r1] (raw file): src/flash/display/BitmapData.ts, line 797 [r1] (raw file): src/gfx/test/recorder.ts, line 285 [r1] (raw file): Comments from the review on Reviewable.io |
Comments addressed /botio test |
From: Bot.io (Main)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://areweflashyet.com:8081/138c5907c63d73a/output.txt |
From: Bot.io (Main)SuccessFull output at http://areweflashyet.com:8081/138c5907c63d73a/output.txt Total script time: 12.22 mins
|
Supports DEFLATE and LZMA compression playback. Saved by the inspector SWFM can be compressed using max compression via "utils/compresss.js" tools.
(While chunked processing of the input data is supported, XHR logic needs to be modified to do so).
r? @mbebenita