aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-497/+0
* style: Remove :nth-child(... of) prefEmilio Cobos Álvarez2023-11-241-1/+1
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-0/+4
* style: Remove HasBoxFFIEmilio Cobos Álvarez2023-11-211-9/+0
* style: Replace popover's ':open' and ':closed' pseudo-classes with ':popover-...Mirko Brodesser2023-11-211-1/+1
* style: Allow to use ThinVec/nsTArray in the style crateEmilio Cobos Álvarez2023-11-211-24/+9
* style: Accept a comma-separated list of language codes in the :lang() pseudoJonathan Kew2023-11-211-5/+27
* style: Add popover attribute and part of basic popover functionalityZiran Sun2023-11-211-0/+3
* style: Basic implementation of Custom Highlight APIJan-Niklas Jaeschke2023-11-061-0/+5
* style: Implement parsing and serialization for nth-child(An+B of selector lis...Zach Hoffman2023-11-041-0/+5
* style: Avoid generic soup and extra reference count bumpsEmilio Cobos Álvarez2023-11-041-4/+3
* style: Fix elements not being query containers for the pseudo-element they or...Oriol Brufau2023-11-041-1/+7
* style: Allow propagating computed style bits from the selector-matching processEmilio Cobos Álvarez2023-11-031-0/+5
* style: Make a wrapper struct for extra matching dataEmilio Cobos Álvarez2023-11-031-1/+9
* style: Disallow forgiving selector-parsing in @supportsEmilio Cobos Álvarez2023-11-031-1/+7
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-021-0/+5
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-1/+1
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-0/+6
* style: layout.css.moz-locale-dir.content.enabledEmilio Cobos Álvarez2023-08-161-3/+0
* style: Remove :-moz-lwtheme-{brighttext,darktext}Emilio Cobos Álvarez2023-08-161-16/+6
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-12/+19
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-19/+12
* style: Add style_traits::ToCss for AtomIdentEmily McDonough2023-06-091-1/+1
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-7/+8
* style: Remove some prefs for pseudo-classes that we have shipped/unshipped su...Emilio Cobos Álvarez2023-06-091-6/+0
* style: Unexpose :-moz-locale-dir and :-moz-lwtheme* from contentEmilio Cobos Álvarez2023-06-091-1/+7
* style: Refactor :-moz-lwtheme pseudo-classes to get invalidated correctlyEmilio Cobos Álvarez2023-06-091-3/+12
* style: Simplify :dir() implementationEmilio Cobos Álvarez2023-06-091-5/+3
* style: Add attributes to the rule hashEmilio Cobos Álvarez2023-05-261-2/+1
* style: Remove layout.css.is-and-where-better-error-recovery.enabledEmilio Cobos Álvarez2023-05-241-10/+1
* style: Add attribute names to the bloom filterOriol Brufau2023-05-161-0/+5
* Rustfmt.Emilio Cobos Álvarez2021-02-261-6/+7
* style: Implement :user-valid and :user-invalid.Emilio Cobos Álvarez2021-02-261-0/+2
* style: Hide :-moz-submit-invalid behind a pref.Emilio Cobos Álvarez2021-02-261-0/+3
* style: Remove focus-visible feature flag.Emilio Cobos Álvarez2021-02-261-3/+1
* style: Remove layout.css.moz-any-is-is.enabled.Emilio Cobos Álvarez2021-02-261-55/+5
* style: Expose :autofill behind a pref to content, and add :-webkit-autofill a...Emilio Cobos Álvarez2021-02-261-1/+5
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-11/+9
* style: Use Option::as_deref() in style code.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Allow :is() and :where() to have better error recovery.Emilio Cobos Álvarez2021-02-261-1/+10
* style: Replace :-moz-native-anonymous-no-specificity with :where(:-moz-native...Masatoshi Kimura2021-02-261-6/+0
* style: Implement :-moz-any() as an alias of :is().Emilio Cobos Álvarez2021-02-261-0/+6
* style: Remove layout.css.is-where-selectors.enabled.Emilio Cobos Álvarez2021-02-261-2/+1
* style: Remove layout.css.shadow-parts.enabled.Emilio Cobos Álvarez2021-02-261-1/+1
* Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)Simon Sapin2021-02-251-5/+6
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-1/+2
* style: Finer grained invalidation for attribute changes.Emilio Cobos Álvarez2020-06-041-11/+0
* style: Enable :is() and :where() in UA sheets.Emilio Cobos Álvarez2020-06-041-1/+1
* style: Unprefix -moz-read-write / -moz-read-only.Emilio Cobos Álvarez2020-06-041-0/+2
* style: Run rustfmt.Emilio Cobos Álvarez2020-04-181-1/+1