aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors
Commit message (Expand)AuthorAgeFilesLines
...
* style: Implement parsing / selector-matching for :is() and :where().Emilio Cobos Álvarez2020-04-184-174/+255
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-1/+4
* style: Make :host::part work in the same shadow tree as the part.Emilio Cobos Álvarez2020-04-161-12/+15
* style: Don't append the default namespace for featureless host selectors.Emilio Cobos Álvarez2020-04-161-10/+28
* style: Allow to export a shadow part under multiple names.Emilio Cobos Álvarez2020-04-161-7/+0
* Use the `matches!` macro from the standard librarySimon Sapin2020-02-122-3/+0
* Bump selectors.Emilio Cobos Álvarez2019-12-181-1/+1
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Update smallvec to 1.0.Emilio Cobos Álvarez2019-12-162-3/+3
* style: Correctly style dark scrollbars in tree components.Cameron McCormack2019-12-162-3/+15
* style: Update derive_more.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Don't specify minor version for cssparser.Emilio Cobos Álvarez2019-11-301-1/+1
* style: Implement shadow part forwarding (minus invalidation).Emilio Cobos Álvarez2019-11-302-1/+50
* Auto merge of #24877 - atouchet:master, r=jdmbors-servo2019-11-271-2/+2
|\
| * Update some URLsAlex Touchet2019-11-261-2/+2
* | style: Remove some XBL code in the style system.Emilio Cobos Álvarez2019-11-041-9/+0
* | style: Support multiple parts in ::part() selectors.Emilio Cobos Álvarez2019-11-042-13/+22
* | Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-232-6/+9
|/
* style: Shutdown Servo's thread-pool in leak-checking builds, leak the atom ta...Emilio Cobos Álvarez2019-09-121-4/+2
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-252-11/+9
* style: Add code to make part rules affect the style of the elements.Emilio Cobos Álvarez2019-06-251-2/+2
* style: Collect ::part() rules during CascadeData rebuilds.Emilio Cobos Álvarez2019-06-251-0/+25
* style: Add an extra flag to flag ::part() to selectors.Emilio Cobos Álvarez2019-06-252-28/+92
* Auto merge of #23611 - atouchet:travis-url, r=jdmbors-servo2019-06-241-2/+2
|\
| * Update Travis CI URLsatouchet2019-06-231-2/+2
* | Fix some new warningsSimon Sapin2019-06-221-1/+1
|/
* Upgrade phf codegen.Josh Matthews2019-06-131-2/+2
* Auto merge of #23503 - emilio:gecko-sync, r=emiliobors-servo2019-06-042-12/+10
|\
| * style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-042-12/+10
* | Auto merge of #23499 - est31:unused_code_removal_3, r=jdmbors-servo2019-06-041-5/+0
|\ \ | |/ |/|
| * Remove unused code from a bunch of cratesest312019-06-031-5/+0
* | style: Cleanup selector-matching for nested pseudo-elements, match ::slotted ...Emilio Cobos Álvarez2019-05-294-23/+18
|/
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-05-073-31/+40
* style: Add parsing support for ::part().Emilio Cobos Álvarez2019-05-074-16/+88
* style: Check iterator length in SelectorIter::is_featureless_host_selector.Emilio Cobos Álvarez2019-05-071-1/+2
* style: Remove support for XBL resources.Emilio Cobos Álvarez2019-05-071-2/+2
* style: Don't allow to parse XUL tree pseudo-elements with a single colon.Emilio Cobos Álvarez2019-05-071-8/+2
* style: Refactor the selector parser to make implementing ::part() easier.Emilio Cobos Álvarez2019-05-071-174/+175
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-3/+10
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-125-19/+35
* ReformatSimon Sapin2019-02-261-2/+3
* style: Derive more.Bobby Holley2019-01-292-33/+3
* style: Add a dependency on derive_more.Bobby Holley2019-01-291-0/+1
* Auto merge of #22385 - servo:rustup, r=SimonSapinbors-servo2018-12-312-25/+23
|\
| * Rustfmt has changed its default style :/Simon Sapin2018-12-282-25/+23
* | Publish selectors 0.21.0 on crates.ioselectors-v0.21.0Simon Sapin2018-12-311-1/+1
|/
* style: Fix tidy issues.Emilio Cobos Álvarez2018-12-164-29/+14
* style: Fix serialization of explicitly case-sensitive attr selectors with a n...Boris Zbarsky2018-12-161-1/+1
* style: Handle nested slots correctly in slotted matching and invalidation.Emilio Cobos Álvarez2018-12-162-6/+25
* style: Add support for 's' flag on attribute selectors.Boris Zbarsky2018-12-162-25/+73