Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -111/+0 |
* | Correct the iterator adaptors used in parsing integers (fixes #3208). | Ms2ger | 2014-09-07 | 1 | -6/+8 |
* | Implement the rules for parsing integers as defined by HTML, and use them for... | Ms2ger | 2014-09-03 | 1 | -0/+61 |
* | Fix some deprecated warnings for to_owned() | Manish Goregaokar | 2014-06-08 | 1 | -1/+1 |
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -2/+2 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -2/+2 |
* | Implement split_html_space_chars helper function | Bruno de Oliveira Abinader | 2014-04-04 | 1 | -1/+8 |
* | Support live HTMLCollection for FieldSet.elements | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -0/+1 |
* | script: Fix background color of Acid2. | Patrick Walton | 2014-03-13 | 1 | -0/+13 |
* | Fix: whitespace is considered as spaces(U+0020), tabs(U+0009), and line break... | Junyoung Cho | 2014-02-21 | 1 | -2/+5 |
* | Prevent ' ' from stripping as whitespace | Junyoung Cho | 2014-02-21 | 1 | -0/+3 |
* | Add str.rs. | Ms2ger | 2014-02-14 | 1 | -0/+21 |