aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/str.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-111/+0
* Correct the iterator adaptors used in parsing integers (fixes #3208).Ms2ger2014-09-071-6/+8
* Implement the rules for parsing integers as defined by HTML, and use them for...Ms2ger2014-09-031-0/+61
* 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
* Fix: whitespace is considered as spaces(U+0020), tabs(U+0009), and line break...Junyoung Cho2014-02-211-2/+5
* Prevent '&nbsp' from stripping as whitespaceJunyoung Cho2014-02-211-0/+3
* Add str.rs.Ms2ger2014-02-141-0/+21