aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #16962 - hiikezoe:prefixed-intrinsic-size-value, r=Manishearthselectors-v0.18.0bors-servo2017-05-224-77/+61
|\
| * Rename MinLength to MozLength.Hiroyuki Ikezoe2017-05-214-31/+31
| * Combine LengthOrPercentage and Auto into LengthOrPercentageOrAuto for {Min,Ma...Hiroyuki Ikezoe2017-05-212-55/+39
* | Auto merge of #16984 - emilio:lop-parsing-mode, r=canaltinovabors-servo2017-05-211-5/+12
|\ \
| * | Bug 1365629: Respect parsing mode in LengthOrPercentage. r=canaltinovaEmilio Cobos Álvarez2017-05-211-5/+12
| |/
* | Derive ToComputedValueAnthony Ramine2017-05-215-422/+98
* | Remove style::values::HasViewportPercentage reexportAnthony Ramine2017-05-208-15/+10
|/
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-208-223/+29
* Auto merge of #16931 - nox:font-feature-descriptor, r=emiliobors-servo2017-05-192-111/+2
|\
| * Move some style macros into their own module, used firstAnthony Ramine2017-05-182-111/+2
* | Auto merge of #16067 - Wafflespeanut:grid, r=nox,Wafflespeanutbors-servo2017-05-183-38/+641
|\ \
| * | Fix old grid codeRavi Shankar2017-05-181-32/+52
| * | Auto-generate code for grid-template-{rows,columns}Ravi Shankar2017-05-182-0/+16
| * | Merge grid <line-names> in <track-list> computed valueRavi Shankar2017-05-181-1/+95
| * | Add parsing/serialization for <track-list>Ravi Shankar2017-05-181-3/+179
| * | Apply track repetitions and merge grid <line-names> in ToComputedValueRavi Shankar2017-05-181-0/+55
| * | Add parsing/serialization for repeat() functionRavi Shankar2017-05-181-2/+142
| * | Add RepeatCount enum for handling the first component of repeat()Ravi Shankar2017-05-181-1/+46
| * | Add functions for checking <fixed-size> and <fixed-breadth>Ravi Shankar2017-05-181-0/+39
| * | Add function to parse <line-names>Ravi Shankar2017-05-181-2/+20
* | | Introduce CalcLengthOrPercentage::unclamped_lengthAnthony Ramine2017-05-182-3/+12
| |/ |/|
* | Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-184-48/+84
|/
* Implement the hashless color quirk (fixes #15341)Anthony Ramine2017-05-172-6/+88
* Make stylo use counter-style for list-style-type and counter functions.Xidorn Quan2017-05-161-0/+50
* Stylo: Let SpecifiedUrl be able to carry ImageValue.cku2017-05-161-4/+24
* Auto merge of #16859 - nox:gradients, r=emiliobors-servo2017-05-158-1230/+1283
|\
| * Implement -webkit-gradient() (fixes #16542)Anthony Ramine2017-05-153-15/+284
| * Reorganise specified::image::GradientItem methodsAnthony Ramine2017-05-151-23/+24
| * Accept strings in -moz-image-rect() (fixes #16823)Anthony Ramine2017-05-151-29/+26
| * Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-154-64/+10
| * Clean up methods on specified::ImageAnthony Ramine2017-05-151-13/+11
| * Refactor GradientAnthony Ramine2017-05-157-750/+628
| * Kill side keywords from style::values::specified::imageAnthony Ramine2017-05-154-23/+20
| * Introduce style::values::generics::imageAnthony Ramine2017-05-154-440/+407
* | Rewrite interpolate() in terms of a more general add_weighted() functionBrian Birtles2017-05-151-1/+2
* | stylo: -moz-image-region shouldn't parse unitless lengths in quirks modeNazım Can Altınova2017-05-141-10/+31
* | Add PARSING_MODE_ALLOW_ALL_NUMERIC_VALUES to force to parse negative values.Hiroyuki Ikezoe2017-05-141-2/+10
* | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-3/+3
* | Auto merge of #16829 - hiikezoe:disallow-negative-duration, r=emiliobors-servo2017-05-131-9/+23
|\ \ | |/ |/|
| * Disallow negative duration for animation and transition.Hiroyuki Ikezoe2017-05-131-9/+23
* | Fix future illegal_floating_point_literal_pattern warnings.Simon Sapin2017-05-122-12/+13
|/
* Auto merge of #16805 - brisad:master, r=Wafflespeanutbors-servo2017-05-116-6/+1
|\
| * Make no_viewport_percentage! use an absolute path for HasViewportPercentageMichael Brennan2017-05-116-6/+1
* | Allow border radii to be set via preshintsManish Goregaokar2017-05-101-0/+6
|/
* Refactor PositionAnthony Ramine2017-05-105-579/+304
* Merge ComputeDistance trait into Animatable traitBrian Birtles2017-05-101-8/+1
* Rename the Interpolate trait to AnimatableBrian Birtles2017-05-101-2/+2
* Auto merge of #16728 - emilio:recalc, r=wafflesbors-servo2017-05-053-569/+629
|\
| * style: Rewrite calc to be cleaner and support arbitrary expressions.Emilio Cobos Álvarez2017-05-053-569/+629
* | Allow vector properties to be set by iteratorManish Goregaokar2017-05-041-0/+7