aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/namespace.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove string_cache dependency from util.Matt Brubeck2015-07-011-14/+0
| | | | | Move `namespace::from_domstring` from util to script::dom, because it is used only in that crate.
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
|
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-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 typeKeegan McAllister2014-09-291-38/+5
|
* Handle null strings in Namespace::new.Ms2ger2014-09-231-9/+12
| | | | This also avoids a string copy in the rare case of an unrecognized namespace.
* Fixed #3386.Clark Gaebel2014-09-181-1/+1
|
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+43