aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlserializer.rs
Commit message (Expand)AuthorAgeFilesLines
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-5/+5
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-11/+8
* Use atom! in place of Atom::from_slice where necessaryManish Goregaokar2014-11-231-3/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-10/+10
* Privatize ElementTim Taubert2014-10-131-7/+7
* Privatize ProcessingInstructionTim Taubert2014-10-131-2/+2
* Privatize DocumentTypeTim Taubert2014-10-131-1/+1
* Privatize CommentTim Taubert2014-10-131-1/+1
* Privatize AttrTim Taubert2014-10-131-5/+5
* Privatize InheritTypesTim Taubert2014-10-131-6/+6
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-20/+20
* Remove Traceable from characterdata.rsManish Goregaokar2014-10-051-6/+6
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-7/+6
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Move is_void() Element method together with the other struct methods,Adenilson Cavalcanti2014-09-201-2/+2
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-17/+17
* Unwrap pointers and miscellany for unrooted_must_root checkManish Goregaokar2014-09-161-0/+1
* Move Attr helper methods to AttrHelpers trait to avoid to touch them from lay...Tetsuharu OHZEKI2014-09-111-2/+2
* Cargoify servoJack Moffitt2014-09-081-0/+171