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