aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update cssparser to 0.18Simon Sapin2017-07-241-7/+6
* Filter out non-applying properties when cascading style for ::first-letter/::...Boris Zbarsky2017-07-211-0/+13
* Fix tidyManish Goregaokar2017-07-171-1/+1
* stylo: Switch Gecko over to ServoStyleContextManish Goregaokar2017-07-171-0/+3
* Call non-functional pseudo-elements simple pseudo-element.Xidorn Quan2017-07-121-2/+2
* Reframe less on restyles that involve nonexistent first-letter frames in Gecko.Boris Zbarsky2017-06-261-0/+7
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-5/+5
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-1/+1
* Record whether an snapshot is recording a class attribute change or id change.Emilio Cobos Álvarez2017-06-131-0/+24
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-4/+4
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-0/+6
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-26/+30
* style: Match :lang() using snapshots correctly.Cameron McCormack2017-06-081-1/+7
* style: Note :lang() as being sensitive to attributes.Cameron McCormack2017-06-081-1/+1
* style: Define types for pseudo-class string argument storage.Cameron McCormack2017-06-081-1/+4
* style: Clean up extended_filtering a bit.Cameron McCormack2017-06-081-25/+20
* script: Move extended_filtering to the style crate.Cameron McCormack2017-06-081-0/+58
* style: Support matching :-moz-browser-frame and :-moz-table-border-nonzero ag...Cameron McCormack2017-06-061-0/+6
* stylo: Use namespace ids for content: attr(..)Manish Goregaokar2017-06-011-2/+2
* Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-8/+0
* Stylo: match both ::placehoder & ::moz-placeholder for placeholder pseudo-ele...cku2017-05-241-0/+6
* ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-181-7/+26
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-7/+6
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-17/+22