aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlserializer.rs
Commit message (Expand)AuthorAgeFilesLines
* 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