ruffle/tests
Aaron Hill 49d1a985ca avm2: Store `LoaderInfo` object on `MovieClip` and `Stage`
Previously, we would create a fresh `LoaderInfo` object each
time the `loaderInfo` property was accessed. However, users can
add event handlers to a `LoaderInfo`, so we need to create and
store exactly one `LoaderInfo` object per movie (and stage).

To verify that we're correctly handling the storage of `LoaderInfo`,
I've implemented firing the "init" event. This required a new
`on_frame_exit` hook, so that we can properly fire the "init"
event after the "exitFrame" for the initial frame but before
the "enterFrame" of the next frame.
2022-07-27 22:38:49 -07:00
..
input-format build(deps): bump serde from 1.0.138 to 1.0.139 2022-07-11 23:35:30 +03:00
tests avm2: Store `LoaderInfo` object on `MovieClip` and `Stage` 2022-07-27 22:38:49 -07:00
Cargo.toml build(deps): bump image from 0.24.1 to 0.24.2 2022-05-02 14:48:00 -07:00