aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-837/+0
* Add support for table fixups (#30868)Martin Robinson2023-12-221-10/+10
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* Further changes required by ServoOriol Brufau2023-11-041-4/+3
* Further changes required by ServoOriol Brufau2023-11-041-0/+5
* Further changes required by ServoOriol Brufau2023-11-031-0/+5
* Further changes required by ServoOriol Brufau2023-11-031-1/+9
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-191-51/+60
* Further changes required by ServoOriol Brufau2023-10-021-15/+15
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-1/+1
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-0/+8
* style: Garbage-collect event state bitsOriol Brufau2023-05-191-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-19/+16
* style: Replace :-moz-native-anonymous-no-specificity with :where(:-moz-native...Masatoshi Kimura2021-02-261-5/+0
* style: implement -moz-inert CSS property.Alexander Surkov2021-02-261-0/+2
* Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)Simon Sapin2021-02-251-1/+3
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-1/+1
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-13/+16
* style: Finer grained invalidation for attribute changes.Emilio Cobos Álvarez2020-06-041-6/+0
* style: Run rustfmt.Emilio Cobos Álvarez2020-04-181-1/+0
* style: Implement parsing / selector-matching for :is() and :where().Emilio Cobos Álvarez2020-04-181-12/+9
* style: Allow to export a shadow part under multiple names.Emilio Cobos Álvarez2020-04-161-4/+0
* :defined worksPatrick Shaughnessy2020-01-301-0/+4
* style: Correctly style dark scrollbars in tree components.Cameron McCormack2019-12-161-0/+5
* style: Fix servo build.Emilio Cobos Álvarez2019-11-301-0/+8
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-0/+6
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-2/+2
* style: Invalidate style for ::selection.violet2019-06-251-0/+6
* style: Fix servo build.Emilio Cobos Álvarez2019-05-071-4/+13
* Remove :-servo-case-sensitive-type-attr()Ian Moody2019-04-181-26/+6
* Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-1/+0
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-4/+2
* style: Fix Gecko and Servo builds, and appease tidy.Emilio Cobos Álvarez2019-03-271-0/+6
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* `cargo fix --edition`Simon Sapin2018-11-101-10/+12
* Reorder importsPyfisch2018-11-061-3/+3
* style: Remove PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-191-5/+0
* style: Stop using PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-151-35/+3
* Format style component.chansuke2018-09-091-2/+5
* style: Fix servo build.Emilio Cobos Álvarez2018-09-031-0/+4
* style: Simplify the Lang pseudo-class stuff a bit.Emilio Cobos Álvarez2018-09-031-3/+3
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-4/+4
* style: Fix servo build.Emilio Cobos Álvarez2018-07-241-1/+1
* style: Push visited style computation a bit further down.Emilio Cobos Álvarez2018-07-241-4/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-41/+63
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-5/+0
* Stop using Gecko namespace ids in servo.Bobby Holley2018-04-061-2/+2
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-6/+14