aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/text.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-3/+3
| | | | | | | | | 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.
* Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-2/+2
|
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+52