ruffle/core
Aaron Hill f257979b86 avm2: Use a separate domain for playerglobals
We create a separate child domain, which is accessible
from the Stage and the root movieclip.

This prevents ActionScript from loading classes into the
special playerglobals domain (Domain.parentDomain is modified
to return null instead of the playerglobals domain when applicable),
so the native method lookup logic will never run for user code.
2023-06-15 12:57:39 -05:00
..
assets chore: Update translations from Crowdin 2023-06-12 12:28:05 +02:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-06-09 20:17:25 +03:00
macros chore(deps): lock file maintenance rust dependencies 2023-05-28 23:54:33 -05:00
src avm2: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05:00
Cargo.toml tests: Enable tracing_subscriber in tests 2023-06-14 17:15:31 -05:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00