Commit message (Collapse) | 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 |
| | | | | | | This avoids Azure segfaulting trying to set up a 100999px*100999px canvas. The test still fails due to its use of getComputedStyle. | ||||
* | Implement the rules for parsing integers as defined by HTML, and use them ↵ | Ms2ger | 2014-09-03 | 1 | -0/+61 |
| | | | | for canvas. | ||||
* | 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 |
| | | | | | | There were two problems here: (1) we did not process style sheets with an unexpected `rel` attribute but a correct MIME type; (2) we did not consider `none` a valid value for the `background` property. | ||||
* | Fix: whitespace is considered as spaces(U+0020), tabs(U+0009), and line ↵ | Junyoung Cho | 2014-02-21 | 1 | -2/+5 |
| | | | | breaks(U+000D U+000A) | ||||
* | Prevent ' ' from stripping as whitespace | Junyoung Cho | 2014-02-21 | 1 | -0/+3 |
| | |||||
* | Add str.rs. | Ms2ger | 2014-02-14 | 1 | -0/+21 |