ruffle/core
relrelb 7313913127 xml: Turn `remove_child` into `remove_node`
The 2 existing usages of `remove_node` always operated on a child and
its parent: One iterates over all of its children and removes each one,
and the other explicitly grabs the parent of a given node.

As a simplification, `remove_node` operates only on a child node,
without the need for the parent node in addition; it grabs the parent
from the child by itself. As such, it's non-failable.
2022-02-28 08:34:16 +02:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump syn from 1.0.85 to 1.0.86 2022-02-13 16:55:17 +01:00
src xml: Turn `remove_child` into `remove_node` 2022-02-28 08:34:16 +02:00
Cargo.toml avm2: Replace `json` with `serde_json` 2022-02-27 23:19:46 +02:00