aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-3/+5
* Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-3/+0
* style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-1/+1
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* style: Stop special-casing a few attributes for style sharing, and use a visi...Emilio Cobos Álvarez2017-04-091-40/+1
* Use a more compact representation to store eager pseudo-elements.Bobby Holley2017-04-031-16/+0
* Improve some ergonomics around pseudo-elements.Bobby Holley2017-04-031-22/+2
* style: Document the restyle hints code, and make it operate on `TElement`.Emilio Cobos Álvarez2017-01-021-24/+66
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+8
* 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