servo/components/script
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
..
dom First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
html First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
Cargo.toml Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real. 2014-09-18 15:06:40 -04:00
cors.rs Cargoify servo 2014-09-08 20:21:42 -06:00
layout_interface.rs Added more complex profiling metadata. 2014-09-17 15:41:27 -07:00
lib.rs Enable real DOM inspector support. 2014-09-18 15:06:40 -04:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00
script_task.rs First steps of &JSRef -> JSRef conversion 2014-09-19 13:39:17 -07:00