aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/visitor.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-111/+0
* Revert as many changes to selectors from upstream as possible (#31365)Martin Robinson2024-02-201-1/+0
* Further changes required by ServoOriol Brufau2023-11-211-0/+1
* style: Record attribute dependencies within the selector list of :nth-child(....Zach Hoffman2023-11-211-1/+55
* style: Implement parsing / selector-matching for :is() and :where().Emilio Cobos Álvarez2020-04-181-30/+15
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-3/+1
* Document selectors::VisitSimon Sapin2018-01-121-0/+28
* Remove unused SelectorIter importFernando Jiménez Moreno2017-08-251-1/+1
* Remove unused selector visitor argument.Josh Matthews2017-08-241-1/+0
* Allow style sharing for elements with ids as long as the ID is not being used...Boris Zbarsky2017-06-051-1/+1
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-3/+8
* Rename SimpleSelector to Component.Bobby Holley2017-04-201-3/+3
* Store selectors and combinators inline in a single sequence.Bobby Holley2017-04-201-2/+3
* style: Smoke-test the dependency tracking logic.Emilio Cobos Álvarez2017-04-131-1/+0
* style: Simplify dependency visitor, avoid tracking dependencies of nested com...Emilio Cobos Álvarez2017-04-131-1/+1
* style: Fix dynamic changes of attributes when combined with :not.Emilio Cobos Álvarez2017-04-131-1/+6
* selectors: Remove unused visit_simple_selectors.Emilio Cobos Álvarez2017-04-091-6/+1
* style: Stop special-casing a few attributes for style sharing, and use a visi...Emilio Cobos Álvarez2017-04-091-2/+9
* selectors: Remove custom attribute-affecting logic and sibling-affecting logi...Emilio Cobos Álvarez2017-04-091-0/+35