aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors
Commit message (Expand)AuthorAgeFilesLines
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-024-9/+60
* style: Update derive_more to 0.99.17Mike Hommey2023-10-021-1/+1
* style: Use debug_unreachable!() in matches_simple_selectorEmilio Cobos Álvarez2023-10-022-1/+5
* style: Reorder some variantsEmilio Cobos Álvarez2023-10-022-69/+70
* style: Simplify a bit hot selector-matching loopEmilio Cobos Álvarez2023-10-021-11/+7
* style: Compute hover / active quirk state lazilyEmilio Cobos Álvarez2023-10-021-35/+22
* style: Avoid some clone()s in selector parsing now that lifetimes are non-lex...Emilio Cobos Álvarez2023-10-021-16/+13
* remove `extern crate` (#30311)Samson2023-09-082-3/+1
* Format toml files (#30112)Samson2023-08-171-1/+1
* Avoid complaints from ./mach test-tidyOriol Brufau2023-08-161-0/+1
* Further changes required by ServoOriol Brufau2023-08-163-0/+8
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-163-65/+93
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-167-102/+65
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-157-65/+102
* style: Remove layout.css.is-and-where-better-error-recovery.enabledEmilio Cobos Álvarez2023-05-241-13/+4
* De-dupe phfThe Capyloon Team2023-05-231-2/+2
* style: Add a CSS error to the console when using non-featureless :host selectorsOriol Brufau2023-05-171-1/+8
* Further changes required by ServoOriol Brufau2023-05-171-3/+11
* style: Add attribute names to the bloom filterOriol Brufau2023-05-161-0/+26
* Auto merge of #29364 - delan:selectors-servo_arc, r=jdmbors-servo2023-02-201-4/+4
|\
| * sync versions of to_shmem + to_shmem_derive with dummy releasesDelan Azabani2023-02-161-2/+2
| * Release selectors 0.24.0 and servo_arc 0.2.0Delan Azabani2023-02-151-2/+2
* | Upgrade remaining components to edition 2018sagudev2023-02-187-22/+13
|/
* selectors/*.rs - Put all the to_shmem attributes behind a "shmem" featureFederico Mena Quintero2023-02-144-33/+48
* selectors/Cargo.toml: Gate the_shmem/to_shmem_derive deps behind a new "shmem...Federico Mena Quintero2023-02-141-2/+3
* Remove some badgesAlex Touchet2023-01-191-3/+1
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Add docs that say, somewhere, what `non_ts` meansMichael Howell2021-10-081-0/+3
* Bump selectorsBastien Orivel2021-04-211-1/+1
* selectors: Cherry-pick some fixes that got lost.Emilio Cobos Álvarez2021-02-271-25/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-263-87/+76
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-262-53/+51
* style: Fix lint error in matching.rs a=lint-fixMihai Alexandru Michis2021-02-261-2/+2
* style: Fix clippy warningsSylvestre Ledru2021-02-266-16/+13
* style: Implement complex :not().Emilio Cobos Álvarez2021-02-266-168/+107
* style: Allow :is() and :where() to have better error recovery.Emilio Cobos Álvarez2021-02-261-13/+50
* Backed out 2 changesets (bug 1664718) for causing wpt and bc failures.Mihai Alexandru Michis2021-02-261-50/+13
* style: Fix selectors unit tests.Emilio Cobos Álvarez2021-02-261-0/+4
* style: Allow :is() and :where() to have better error recovery.Emilio Cobos Álvarez2021-02-261-13/+46
* style: Minor cleanup: Use shorthand initialization in selectors.Emilio Cobos Álvarez2021-02-262-15/+15
* style: Replace :-moz-native-anonymous-no-specificity with :where(:-moz-native...Masatoshi Kimura2021-02-262-15/+3
* style: Implement :-moz-any() as an alias of :is().Emilio Cobos Álvarez2021-02-261-0/+9
* Fix typoCamelid2020-07-011-1/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-22/+32
* style: Manually tweak inlining in stateless pseudo selector matching.Emilio Cobos Álvarez2020-06-042-8/+30
* style: Fix a no-longer valid assumption in pseudo-element matching / invalida...Emilio Cobos Álvarez2020-06-042-8/+48
* style: Fix a case where we'd allow parsing functional :host incorrectly.Emilio Cobos Álvarez2020-06-041-1/+6
* style: Fix parsing of :is() and :where() to account for constraints from pare...Emilio Cobos Álvarez2020-06-041-74/+99
* style: Collect ancestor hashes from single-length :is and :where selector lists.Emilio Cobos Álvarez2020-06-041-56/+65
* More Cargo.toml updatesatouchet2020-05-301-3/+1