aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo
Commit message (Expand)AuthorAgeFilesLines
* 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-192-61/+51
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-192-51/+61
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-184-16/+14
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-172-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-102-26/+28
* Auto merge of #18714 - jdm:sizes, r=jdmbors-servo2017-10-031-1/+1
|\
| * Parse sizes attribute values.Rakhi Sharma2017-10-021-1/+1
* | style: Avoid being so Arc-happy in the custom properties code.Emilio Cobos Álvarez2017-10-011-1/+1
* | style: Cleanup some media-query-related code.Emilio Cobos Álvarez2017-09-261-1/+1
* | stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-1/+1
|/
* style: Kill -servo-under-display-none.Emilio Cobos Álvarez2017-09-171-1/+0
* style: Implement the body text color quirk in a more straight-forward way.Emilio Cobos Álvarez2017-09-161-0/+7
* Backed out changeset 67769dac78c4 for busting builds CLOSED TREEGecko Backout2017-09-151-7/+0
* style: Implement the body text color quirk in a more straight-forward way.Emilio Cobos Álvarez2017-09-151-0/+7
* style: Record the property we are computing on computed::Context, if it's a n...Cameron McCormack2017-09-141-0/+1
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-0/+4
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-4/+4
* style: Stop the cascade when only reset structs change.Emilio Cobos Álvarez2017-09-061-1/+8
* Replace some more uses of `write!` in components/styleSimon Sapin2017-09-041-7/+6
* style: Don't look for viewport units in stylesheets.Emilio Cobos Álvarez2017-08-281-11/+21
* order derivable traits listsClément DAVID2017-08-233-6/+6
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-202-17/+18
* stylo: Remove some unused FFI functions.Emilio Cobos Álvarez2017-08-151-5/+0
* Introduce ComputedUrlFausto Núñez Alberro2017-08-091-0/+33
* style: Use an enumerated array for per-pseudo maps.Emilio Cobos Álvarez2017-08-081-22/+15
* Auto merge of #17783 - BorisChiou:stylo/animation/restrictions, r=noxbors-servo2017-08-071-1/+2
|\
| * Bug 1374233 - Part 3: Use NonNegativeAu as computed values for font-size rela...Boris Chiou2017-08-041-1/+2
* | 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
* style: Ensure we generate a ReconstructFrame hint when -moz-binding changes o...Cameron McCormack2017-07-251-0/+11
* Auto merge of #17839 - heycam:opacity-smil, r=hirobors-servo2017-07-241-0/+1
|\
| * style: Record on a computed::Context whether we are computing a SMIL animated...Cameron McCormack2017-07-241-0/+1
* | Update cssparser to 0.18Simon Sapin2017-07-242-8/+7
|/
* Filter out non-applying properties when cascading style for ::first-letter/::...Boris Zbarsky2017-07-211-0/+13
* Auto merge of #17802 - emilio:reland-stuff, r=heycambors-servo2017-07-201-1/+2
|\
| * Revert "Backed out changeset b10e6ba9cbdb because gecko part had to be backed...Emilio Cobos Álvarez2017-07-201-1/+2
* | Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-3/+12
|/
* Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=...Gecko Backout2017-07-201-2/+1
* Auto merge of #17796 - heycam:calc-difference, r=emiliobors-servo2017-07-201-1/+2
|\
| * style: Pass old ComputedValues and old cached struct bits to Gecko_CalcStyleD...Cameron McCormack2017-07-201-1/+2
* | style: Cleanup the cascade a good bit.Emilio Cobos Álvarez2017-07-201-3/+1
|/
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* style: More ComputedValuesInner cleanup.Emilio Cobos Álvarez2017-07-181-1/+1