aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-2/+2
* style: Invalidate style for ::selection.violet2019-06-251-0/+6
* style: Fix servo build.Emilio Cobos Álvarez2019-05-071-4/+13
* Remove :-servo-case-sensitive-type-attr()Ian Moody2019-04-181-26/+6
* Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-1/+0
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-4/+2
* style: Fix Gecko and Servo builds, and appease tidy.Emilio Cobos Álvarez2019-03-271-0/+6
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* `cargo fix --edition`Simon Sapin2018-11-101-10/+12
* Reorder importsPyfisch2018-11-061-3/+3
* style: Remove PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-191-5/+0
* style: Stop using PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-151-35/+3
* Format style component.chansuke2018-09-091-2/+5
* style: Fix servo build.Emilio Cobos Álvarez2018-09-031-0/+4
* style: Simplify the Lang pseudo-class stuff a bit.Emilio Cobos Álvarez2018-09-031-3/+3
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-4/+4
* style: Fix servo build.Emilio Cobos Álvarez2018-07-241-1/+1
* style: Push visited style computation a bit further down.Emilio Cobos Álvarez2018-07-241-4/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-41/+63
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-5/+0
* Stop using Gecko namespace ids in servo.Bobby Holley2018-04-061-2/+2
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-6/+14
* style: Tidy a couple things.Emilio Cobos Álvarez2018-03-141-8/+15
* style: Make Element::id not clone the attribute.Emilio Cobos Álvarez2018-02-241-2/+2
* style: Use CascadeFlags for what they're for.Emilio Cobos Álvarez2018-01-231-5/+41
* Rename SelectorMethods to Visit, after its one method.Simon Sapin2018-01-121-2/+2
* style: Add a document state invalidator.Emilio Cobos Álvarez2018-01-121-1/+2
* selectors: Allow defining an implementation-dependent field in the matching c...Emilio Cobos Álvarez2018-01-121-0/+1
* style: Remove unused SelectorImpl::pseudo_element_cascade_type.Emilio Cobos Álvarez2017-12-091-6/+0
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-4/+3
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-12/+12
* Auto merge of #18962 - upsuper:tree-pseudos, r=emiliobors-servo2017-10-201-7/+6
|\
| * Add slots in PerPseudoElementMap for tree pseudos.Xidorn Quan2017-10-201-7/+6
* | style: Record DocumentState dependencies.Cameron McCormack2017-10-201-1/+6
* | style: Remove unused SelectorImpl::pseudo_class_state_flag.Cameron McCormack2017-10-201-6/+0
|/
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-12/+12
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-12/+12
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* style: Remove the ElementExt trait.Emilio Cobos Álvarez2017-10-161-10/+1
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-24/+26
* order derivable traits listsClément DAVID2017-08-231-2/+2
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-2/+14
* style: Use an enumerated array for per-pseudo maps.Emilio Cobos Álvarez2017-08-081-22/+15
* style: Don't perform parent display-based style fixups on most pseudos.Cameron McCormack2017-08-051-0/+7
* style: Move nsStyleContext::mParent to GeckoStyleContext.Emilio Cobos Álvarez2017-08-031-0/+5
* Make sure we don't recreate boxes just because we have a ::first-line.Boris Zbarsky2017-07-281-0/+8
* Don't reconstruct the layout object when going from no pseudo to pseudo with ...Boris Zbarsky2017-07-281-0/+17