aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlserializer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Serialize using html5everChris Paris2015-03-181-168/+0
|
* The HTML serializer depth can change on each iteration.Josh Matthews2015-02-221-2/+2
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
|
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
| | | | into_string has been removed from Rust.
* 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
| | | | This changes those calls that were already sound.
* 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
| | | | We only needed this for Encodable, and now we use JSTraceable instead.
* Move is_void() Element method together with the other struct methods,Adenilson Cavalcanti2014-09-201-2/+2
| | | | it becomes part of ElementHelpers.
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-17/+17
| | | | | | | | | 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.
* 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 ↵Tetsuharu OHZEKI2014-09-111-2/+2
| | | | layout task.
* Cargoify servoJack Moffitt2014-09-081-0/+171