aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/documentfragment.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-8/+7
| | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`.
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-7/+7
| | | | | | | | | 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.
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-2/+3
|
* Cargoify servoJack Moffitt2014-09-081-0/+78