ruffle/core
Aaron Hill e716b3fd7f avm2: Implement XML.descendants for attributes
We were previously only ever checking children,
and not attributes.

In order to avoid matching both attributes and elements
with a given name in 'descendants', `E4xNode::matches_name`
now checks `is_attribute` on the provided `Multiname`. This
requries changing several other parts of the codebase to
properly set this flag on `Multinames` provided by ActionScript.
2023-07-04 19:38:30 -04:00
..
assets chore: Update translations from Crowdin 2023-07-01 00:47:31 +02:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-07-03 08:28:13 +03:00
macros chore(deps): lock file maintenance rust dependencies 2023-07-03 08:28:13 +03:00
src avm2: Implement XML.descendants for attributes 2023-07-04 19:38:30 -04:00
Cargo.toml chore(deps): lock file maintenance rust dependencies 2023-07-03 08:28:13 +03:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00