ruffle/web/src
Mike Welsh 008f0f596c core: Clip event slices are from parent movie in PlaceObject
Since 19034b7, clip event scripts are returned as slices from the
SWF. This caused a panic when a movie was loaded into a clip,
because the loaded clip's `movie` would be used as the source for
clip events. However, clip events are placed by the parent's
PlaceObject tags, so the movie in this case should be the parent's
movie.

Fixes #2870.
2021-01-28 16:36:42 -08:00
..
audio.rs core: Clip event slices are from parent movie in PlaceObject 2021-01-28 16:36:42 -08:00
input.rs web: Properly handle multibyte characters in text input 2020-12-05 23:19:57 -08:00
lib.rs core: Clip event slices are from parent movie in PlaceObject 2021-01-28 16:36:42 -08:00
locale.rs web: Implement LocaleBackend for web 2020-09-02 17:12:31 -07:00
log_adapter.rs core: Trace only to the log backend, but have the default log backend trace to the log crate 2020-09-13 13:51:39 -07:00
navigator.rs web: Only run JS scripts when `allowScriptAccess` is true 2021-01-11 13:16:00 -08:00
storage.rs core: SharedObjects are bucketed by domain 2020-12-22 14:18:06 -08:00
ui.rs core: Add letterbox setting 2021-01-07 11:46:07 -08:00