aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/str.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-111/+0
|
* Correct the iterator adaptors used in parsing integers (fixes #3208).Ms2ger2014-09-071-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 ↵Ms2ger2014-09-031-0/+61
| | | | for canvas.
* Fix some deprecated warnings for to_owned()Manish Goregaokar2014-06-081-1/+1
|
* Upgrade Rust.Jack Moffitt2014-06-051-2/+2
|
* Update Rust.Ms2ger2014-05-221-1/+1
|
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-2/+2
|
* Implement split_html_space_chars helper functionBruno de Oliveira Abinader2014-04-041-1/+8
|
* Support live HTMLCollection for FieldSet.elementsBruno de Oliveira Abinader2014-03-261-0/+1
|
* script: Fix background color of Acid2.Patrick Walton2014-03-131-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 Cho2014-02-211-2/+5
| | | | breaks(U+000D U+000A)
* Prevent '&nbsp' from stripping as whitespaceJunyoung Cho2014-02-211-0/+3
|
* Add str.rs.Ms2ger2014-02-141-0/+21