aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-3/+3
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+7
|
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-1/+4
|
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
|
* Use DOMRefCell<T> in CharacterData.Tetsuharu OHZEKI2014-10-151-6/+4
|
* Don't borrow CharacterData.data from layout.Ms2ger2014-10-141-0/+7
| | | | This should fix the most frequent intermittent wpt failure.
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
|
* Privatize InheritTypesTim Taubert2014-10-131-3/+19
|
* Remove Traceable from characterdata.rsManish Goregaokar2014-10-051-12/+11
|
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
|
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-10/+10
| | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`.
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
| | | | | | | | | 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-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+106