Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove string_cache dependency from util. | Matt Brubeck | 2015-07-01 | 1 | -14/+0 |
| | | | | | Move `namespace::from_domstring` from util to script::dom, because it is used only in that crate. | ||||
* | Remove some as_slice calls. | Ms2ger | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | Use Gecko's simpler Bloom filter instead of one based on hash | Patrick Walton | 2014-10-10 | 1 | -0/+1 |
| | | | | | | | | stretching. This preserves the usage of the Bloom filter throughout style recalc, but the implementation is rewritten. Provides a 15% improvement on Guardians of the Galaxy. | ||||
* | Use string-cache's Namespace type | Keegan McAllister | 2014-09-29 | 1 | -38/+5 |
| | |||||
* | Handle null strings in Namespace::new. | Ms2ger | 2014-09-23 | 1 | -9/+12 |
| | | | | This also avoids a string copy in the rare case of an unrecognized namespace. | ||||
* | Fixed #3386. | Clark Gaebel | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Added a bloom filter to CSS selector matching. | Clark Gaebel | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+43 |