aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-3/+10
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-13/+20
* ReformatSimon Sapin2019-02-261-2/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-13/+12
* style: Fix tidy issues.Emilio Cobos Álvarez2018-12-161-14/+9
* style: Fix serialization of explicitly case-sensitive attr selectors with a n...Boris Zbarsky2018-12-161-1/+1
* style: Add support for 's' flag on attribute selectors.Boris Zbarsky2018-12-161-23/+63
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-11/+11
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-70/+75
* style: Support ::before / ::after on ::slotted pseudos.Emilio Cobos Álvarez2018-11-051-57/+103
* style: Implement @supports selector() syntax.Emilio Cobos Álvarez2018-10-191-8/+9
* format components/selectorsAnshul Malik2018-09-121-383/+321
* style: Shrink selectors::Component to 24 bytes.Cameron McCormack2018-08-081-32/+44
* style: Simplify selector serialization.Emilio Cobos Álvarez2018-07-011-7/+7
* style: Deindent the serialization loop.Emilio Cobos Álvarez2018-07-011-61/+62
* style: Add diagnostics.Emilio Cobos Álvarez2018-06-121-1/+1
* style: Make pseudo-elements work with :host.Emilio Cobos Álvarez2018-06-121-3/+19
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-570/+858
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-34/+39
* style: Implement the functional :host(..) selector.Emilio Cobos Álvarez2018-04-101-12/+32
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-10/+28
* selectors: Don't serialize :nth-child(-n) as -1n.Emilio Cobos Álvarez2018-04-071-0/+1
* Remove useless AsciiExt imports.Emilio Cobos Álvarez2018-03-271-1/+0
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-11/+27
* style: Tidy a couple things.Emilio Cobos Álvarez2018-03-141-1/+4
* selectors: Simplify SelectorIter::next.Emilio Cobos Álvarez2018-01-181-4/+3
* Move Visit trait bounds to where they’re neededSimon Sapin2018-01-121-3/+3
* Document selectors::VisitSimon Sapin2018-01-121-9/+1
* Rename SelectorMethods to Visit, after its one method.Simon Sapin2018-01-121-5/+5
* Move PrecomputedHash bounds to where they’re actually needed.Simon Sapin2018-01-121-13/+22
* Reverse the dependency between selectors and malloc_size_ofSimon Sapin2018-01-121-1/+1
* style: Use Default for ExtraStyleData instead of Option.Emilio Cobos Álvarez2018-01-121-1/+1
* selectors: Allow defining an implementation-dependent field in the matching c...Emilio Cobos Álvarez2018-01-121-0/+2
* style: Store ::slotted rules separately on the cascade data, since they may c...Emilio Cobos Álvarez2018-01-091-1/+9
* style: Don't support a list of selectors in ::slotted yet.Emilio Cobos Álvarez2017-12-201-26/+36
* selectors: Add parsing support for ::slotted().Emilio Cobos Álvarez2017-12-141-39/+135
* Auto merge of #19536 - emilio:compound-selector-list, r=mbrubeckbors-servo2017-12-091-0/+28
|\
| * style: Move the code to parse a list of compound selectors.Emilio Cobos Álvarez2017-12-091-0/+28
* | style: Simplify naming and signatures of single-colon pseudo stuff.Emilio Cobos Álvarez2017-12-091-3/+3
|/
* selectors: Allow white space in the brackets of an attribute selector.Cameron McCormack2017-11-181-0/+3
* style: Sprinkle some inline in trivial methods.Emilio Cobos Álvarez2017-11-151-0/+13
* Allow unused imports for AsciiExt in style code.Simon Sapin2017-11-091-1/+1
* selectors: Reformat signatures in the parser module.Emilio Cobos Álvarez2017-10-221-92/+154
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* style: Use left-to-right indices in the invalidator.Emilio Cobos Álvarez2017-10-161-14/+21
* CSS parsing error types: flatten nested enums somewhatSimon Sapin2017-10-101-93/+95
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-87/+119
* Add support for :scope pseudo-classXidorn Quan2017-10-091-0/+3