servo/components/script/dom/bindings
Cameron Zwarich 4fa8725111 First steps of &JSRef -> JSRef conversion
Replace &JSRef with JSRef in the bulk of the generated code. This will
remove a level of indirection throughout all DOM code.

This patch doesn't change methods implemented on JSRef<T> to take `self`
rather than `&self`, and it leaves a few other uses of &JSRef, but those
changes can be made incrementally.
2014-09-19 13:39:17 -07:00
..
codegen First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
callback.rs First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
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 First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
js.rs First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
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