mirror of
https://github.com/servo/servo.git
synced 2025-07-19 05:13:55 +01:00
Implement `SafeFromJSValConvertible`, a safe wrapper for `ToJSValConvertible`. And, replace unsafe `ToJSValConvertible` with `SafeFromJSValConvertible` in `script/dom` to reduce the amount of unsafe code in `script`. This would support the implementation of `AdoptedStylesheet` where we will need to have a setter/getter of sequence, that was implemented by `any` types. Part of https://github.com/servo/servo/issues/37951 Signed-off-by: Jo Steven Novaryo <jo.steven.novaryo@huawei.com> |
||
---|---|---|
.. | ||
codegen | ||
webidls | ||
build.rs | ||
callback.rs | ||
Cargo.toml | ||
constant.rs | ||
constructor.rs | ||
conversions.rs | ||
error.rs | ||
finalize.rs | ||
guard.rs | ||
import.rs | ||
inheritance.rs | ||
interface.rs | ||
interfaces.rs | ||
iterable.rs | ||
lib.rs | ||
like.rs | ||
lock.rs | ||
mem.rs | ||
namespace.rs | ||
num.rs | ||
principals.rs | ||
proxyhandler.rs | ||
realms.rs | ||
record.rs | ||
reflector.rs | ||
root.rs | ||
script_runtime.rs | ||
settings_stack.rs | ||
str.rs | ||
trace.rs | ||
utils.rs | ||
weakref.rs |