aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-18/+13
* Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-161-2/+2
* Bug 1364412: Allow pseudo-element selectors to store state. r=bholleyEmilio Cobos Álvarez2017-05-161-2/+17
* Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-0/+33
* Properly handle -moz-any for revalidation selectors.Bobby Holley2017-04-271-0/+5
* style: Stop special-casing a few attributes for style sharing, and use a visi...Emilio Cobos Álvarez2017-04-091-14/+9
* Use a more compact representation to store eager pseudo-elements.Bobby Holley2017-04-031-8/+40
* Improve some ergonomics around pseudo-elements.Bobby Holley2017-04-031-6/+18
* Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-0/+10
* Use Servo-specific pseudo element for InlineAbsolute fragmentPu Xingyu2017-03-311-1/+12
* Use Servo-specific pseudo element for InlineBlock fragmentPu Xingyu2017-03-311-1/+10
* Bug 1345950: stylo: Fix slow selector flags. r=bholleyEmilio Cobos Álvarez2017-03-221-2/+2
* Bug 1340683 - stylo: Implement the :-moz-any pseudo-classMatt Brubeck2017-03-161-3/+12
* Support lang pseudo classKeith Yeung2017-02-271-24/+46
* Update selectors to 0.17Anthony Ramine2017-02-071-1/+1
* style: Document Servo's SelectorImpl and deny missing docs.Emilio Cobos Álvarez2016-12-311-2/+29
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+2
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+4
* Don't match native anonymous content to user/author rules.Cameron McCormack2016-11-241-0/+5
* Update to selectors 0.15Simon Sapin2016-11-221-24/+35
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-0/+390