servo/components/script/dom/bindings
Cameron Zwarich 176b3f7698 Remove uses of &mut JSRef
Since everything with JSRef happens with interior mutability, it doesn't
make any sense to use an &mut JSRef.
2014-09-18 15:30:38 -07:00
..
codegen Remove uses of &mut JSRef 2014-09-18 15:30:38 -07:00
callback.rs Add unrooted_must_root lint for usages of JS<T> in let/for bindings 2014-09-16 22:54:24 +05:30
conversions.rs Cargoify servo 2014-09-08 20:21:42 -06:00
DESIGN.md Cargoify servo 2014-09-08 20:21:42 -06:00
error.rs Cargoify servo 2014-09-08 20:21:42 -06:00
global.rs Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
js.rs Unwrap pointers and miscellany for unrooted_must_root check 2014-09-16 23:31:40 +05:30
proxyhandler.rs Cargoify servo 2014-09-08 20:21:42 -06:00
str.rs Cargoify servo 2014-09-08 20:21:42 -06:00
trace.rs Make Reflector #[must_root], propagate to non-HTMLElements 2014-09-17 01:02:41 +05:30
utils.rs Make Reflector #[must_root], propagate to non-HTMLElements 2014-09-17 01:02:41 +05:30