Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serialize using html5ever | Chris Paris | 2015-03-18 | 1 | -168/+0 |
| | |||||
* | The HTML serializer depth can change on each iteration. | Josh Matthews | 2015-02-22 | 1 | -2/+2 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+3 |
| | | | | into_string has been removed from Rust. | ||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -5/+5 |
| | | | | This changes those calls that were already sound. | ||||
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -11/+8 |
| | |||||
* | Use atom! in place of Atom::from_slice where necessary | Manish Goregaokar | 2014-11-23 | 1 | -3/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -10/+10 |
| | |||||
* | Privatize Element | Tim Taubert | 2014-10-13 | 1 | -7/+7 |
| | |||||
* | Privatize ProcessingInstruction | Tim Taubert | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | Privatize DocumentType | Tim Taubert | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Privatize Comment | Tim Taubert | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Privatize Attr | Tim Taubert | 2014-10-13 | 1 | -5/+5 |
| | |||||
* | Privatize InheritTypes | Tim Taubert | 2014-10-13 | 1 | -6/+6 |
| | |||||
* | Remove unnecessary `deref()`s (fixes #3586) | Tim Taubert | 2014-10-09 | 1 | -20/+20 |
| | |||||
* | Remove Traceable from characterdata.rs | Manish Goregaokar | 2014-10-05 | 1 | -6/+6 |
| | |||||
* | Use string-cache's Namespace type | Keegan McAllister | 2014-09-29 | 1 | -7/+6 |
| | |||||
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -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 Cavalcanti | 2014-09-20 | 1 | -2/+2 |
| | | | | it becomes part of ElementHelpers. | ||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -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 check | Manish Goregaokar | 2014-09-16 | 1 | -0/+1 |
| | |||||
* | Move Attr helper methods to AttrHelpers trait to avoid to touch them from ↵ | Tetsuharu OHZEKI | 2014-09-11 | 1 | -2/+2 |
| | | | | layout task. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+171 |