| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Stylo to its own repo (#31350) | Delan Azabani | 2024-02-27 | 1 | -398/+0 |
* | Revert as many changes to selectors from upstream as possible (#31365) | Martin Robinson | 2024-02-20 | 1 | -8/+2 |
* | style: Rustfmt servo/. r=zrhoffman | Emilio Cobos Álvarez | 2023-11-24 | 1 | -2/+1 |
* | style: `:has` relative selector matching, with no caching/filtering | David Shin | 2023-11-21 | 1 | -14/+25 |
* | style: Parsing for relative selectors in `:has()` | David Shin | 2023-11-21 | 1 | -1/+2 |
* | style: [css-nesting] Parse parent selector | Emilio Cobos Álvarez | 2023-11-06 | 1 | -43/+66 |
* | style: Move nth-related logic to the NthSelectorData type for reuse | Zach Hoffman | 2023-11-04 | 1 | -3/+3 |
* | style: Implement parsing and serialization for nth-child(An+B of selector lis... | Zach Hoffman | 2023-11-04 | 1 | -6/+22 |
* | style: Represent FirstChild, FirstOfType, LastChild, LastOfType, OnlyChild, a... | Zach Hoffman | 2023-11-04 | 1 | -6/+0 |
* | style: Store values for :nth- selectors in dedicated struct NthSelectorData | Zach Hoffman | 2023-11-04 | 1 | -4/+1 |
* | style: Run "cargo +nightly fmt" for style components in servo | Ting-Yu Lin | 2023-11-03 | 1 | -3/+1 |
* | style: Add simple parsing and matching support for :has | Tiaan Louw | 2023-10-02 | 1 | -4/+6 |
* | Upgrade remaining components to edition 2018 | sagudev | 2023-02-18 | 1 | -0/+4 |
* | selectors/*.rs - Put all the to_shmem attributes behind a "shmem" feature | Federico Mena Quintero | 2023-02-14 | 1 | -2/+4 |
* | style: Implement complex :not(). | Emilio Cobos Álvarez | 2021-02-26 | 1 | -6/+1 |
* | style: Replace :-moz-native-anonymous-no-specificity with :where(:-moz-native... | Masatoshi Kimura | 2021-02-26 | 1 | -7/+3 |
* | style: Implement parsing / selector-matching for :is() and :where(). | Emilio Cobos Álvarez | 2020-04-18 | 1 | -0/+13 |
* | Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-12-16 | 1 | -1/+1 |
* | style: Update smallvec to 1.0. | Emilio Cobos Álvarez | 2019-12-16 | 1 | -2/+2 |
* | style: Correctly style dark scrollbars in tree components. | Cameron McCormack | 2019-12-16 | 1 | -3/+7 |
* | Rustfmt and fix tidy on recent changes. | Emilio Cobos Álvarez | 2019-06-25 | 1 | -6/+3 |
* | style: Add an extra flag to flag ::part() to selectors. | Emilio Cobos Álvarez | 2019-06-25 | 1 | -14/+36 |
* | style: Cleanup selector-matching for nested pseudo-elements, match ::slotted ... | Emilio Cobos Álvarez | 2019-05-29 | 1 | -6/+0 |
* | style: Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-05-07 | 1 | -2/+1 |
* | style: Add parsing support for ::part(). | Emilio Cobos Álvarez | 2019-05-07 | 1 | -0/+1 |
* | style: Add derived ToShmem implementations. | Cameron McCormack | 2019-04-12 | 1 | -1/+1 |
* | style: Derive more. | Bobby Holley | 2019-01-29 | 1 | -33/+1 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-10 | 1 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
* | style: Assert earlier to try to get a more helpful stack. | Emilio Cobos Álvarez | 2018-10-28 | 1 | -1/+1 |
* | style: Back out diagnostics for not being helpful enough at diagnosing. | Emilio Cobos Álvarez | 2018-10-28 | 1 | -16/+9 |
* | format components/selectors | Anshul Malik | 2018-09-12 | 1 | -6/+5 |
* | style: Make :host() and ::slotted() account for the inner selector's specific... | Emilio Cobos Álvarez | 2018-07-01 | 1 | -12/+37 |
* | style: Add diagnostics. | Emilio Cobos Álvarez | 2018-06-12 | 1 | -7/+18 |
* | Run rustfmt on selectors, servo_arc, and style. | Bobby Holley | 2018-04-10 | 1 | -40/+33 |
* | style: Implement the functional :host(..) selector. | Emilio Cobos Álvarez | 2018-04-10 | 1 | -1/+1 |
* | style: Implement the non-functional :host selector. | Emilio Cobos Álvarez | 2018-04-09 | 1 | -0/+1 |
* | style: Store ::slotted rules separately on the cascade data, since they may c... | Emilio Cobos Álvarez | 2018-01-09 | 1 | -2/+20 |
* | selectors: Add parsing support for ::slotted(). | Emilio Cobos Álvarez | 2017-12-14 | 1 | -3/+14 |
* | Add support for :scope pseudo-class | Xidorn Quan | 2017-10-09 | 1 | -1/+1 |
* | Report invalid selectors (bug 1384216). | Josh Matthews | 2017-08-28 | 1 | -0/+6 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
* | Less unsafe in selectors::builder. | Simon Sapin | 2017-06-20 | 1 | -58/+40 |
* | Invert the order of each compound selector. | Bobby Holley | 2017-06-20 | 1 | -12/+200 |
* | Hoist specificity computation into a new private builder module. | Bobby Holley | 2017-06-20 | 1 | -0/+141 |