servo/components/script
Cameron Zwarich d768ee77ad Convert various helper traits from &JSRef to JSRef
I converted them all with a few exceptions:

- Methods that were used by trait objects, since trait objects don't
  work with `self` methods.
- Methods that take an &'b JSRef<'a, T> and return an &'b. In reality,
  many (all?) could return an &'a instead, but this isn't allowed by the
  Deref trait.
- Methods that internally rely on the same issue with Deref.
- I left out the traits involved in layout entirely, even though not all
  of their methods suffer from one of the above problems.

There will probably be solutions to all of these problems in the future.
2014-09-20 11:54:11 -07:00
..
dom Convert various helper traits from &JSRef to JSRef 2014-09-20 11:54:11 -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 Share code between Navigator and WorkerNavigator 2014-09-20 08:51:35 -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