aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_parser.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't match native anonymous content to user/author rules.Cameron McCormack2016-11-241-0/+2
|
* Remove SelectorImpl aliasesSimon Sapin2016-11-221-8/+4
|
* Update to selectors 0.15Simon Sapin2016-11-221-9/+31
|
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-0/+137
This makes it consistent with an upcoming update of the selectors crate.