aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename MinLength to MozLength.Hiroyuki Ikezoe2017-05-211-1/+1
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-201-34/+5
* Auto-generate code for grid-template-{rows,columns}Ravi Shankar2017-05-181-0/+8
* Implement the hashless color quirk (fixes #15341)Anthony Ramine2017-05-171-2/+78
* Auto merge of #16859 - nox:gradients, r=emiliobors-servo2017-05-151-8/+21
|\
| * Implement -webkit-gradient() (fixes #16542)Anthony Ramine2017-05-151-5/+19
| * Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-1/+1
| * Refactor GradientAnthony Ramine2017-05-151-2/+1
| * Kill side keywords from style::values::specified::imageAnthony Ramine2017-05-151-2/+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
* | Disallow negative duration for animation and transition.Hiroyuki Ikezoe2017-05-131-9/+23
|/
* Make no_viewport_percentage! use an absolute path for HasViewportPercentageMichael Brennan2017-05-111-1/+0
* Refactor PositionAnthony Ramine2017-05-101-1/+1
* style: Rewrite calc to be cleaner and support arbitrary expressions.Emilio Cobos Álvarez2017-05-051-128/+69
* Stylo: Implement {specified|computed}::LayerImage.cku2017-05-031-1/+1
* stylo: Support other unit types in computed angleNazım Can Altınova2017-05-011-51/+16
* Reverse Number and LengthOrPercentage in LengthOrPercentageOrNumberAnthony Ramine2017-04-281-3/+3
* Auto merge of #16609 - nox:quirks, r=Manishearth,emiliobors-servo2017-04-271-3/+30
|\
| * Implement the unitless length quirk for clipAnthony Ramine2017-04-271-2/+2
| * Implement the unitless length quirk for border-*-widthAnthony Ramine2017-04-271-1/+11
| * Implement the unitless length quirk for background-positionAnthony Ramine2017-04-271-0/+17
* | Parse interpolation hints (fixes #15166)Anthony Ramine2017-04-271-2/+2
* | Add frames into style system and update animation with frames functions.Boris Chiou2017-04-271-1/+2
|/
* Create a module for generics and make BorderRadiusSize genericRavi Shankar2017-04-251-33/+4
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-1/+1
* Don't reject out of bound calc() values at parsing-timeAnthony Ramine2017-04-121-22/+28
* Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-42/+44
* Auto merge of #16229 - tomhoule:fix-lengths, r=emiliobors-servo2017-04-121-0/+1
|\
| * Style: Do not immediately convert absolute specified lengthsTom Houlé2017-04-121-0/+1
* | Stylo - support image-orientation propertyJeremy Chen2017-04-111-1/+16
|/
* stylo: Add support for <table> color quirkManish Goregaokar2017-04-041-9/+12
* Implement serialization for transform functions.Pyfisch2017-04-041-32/+73
* Bug 1336769 - Make Angle constructors return a finite value.Boris Chiou2017-03-291-8/+4
* style: Properly handle calc inside integer expressions.Emilio Cobos Álvarez2017-03-271-14/+53
* style: Properly track whether <angle> or <time> values came from calc() expre...Emilio Cobos Álvarez2017-03-271-35/+139
* style: Make numbers keep track of whether they were specified as calc().Emilio Cobos Álvarez2017-03-271-26/+48
* Auto merge of #16143 - emilio:lops, r=Manishearthbors-servo2017-03-261-8/+8
|\
| * style: Be consistent with naming and serialization of "0" with LenghtOrPercen...Emilio Cobos Álvarez2017-03-261-8/+8
* | style: Simplify Number::parse_with_minimum.Emilio Cobos Álvarez2017-03-261-2/+2
* | style: Make PercentageOrNumber also reject negative percentages.Emilio Cobos Álvarez2017-03-261-4/+3
|/
* Add support for -moz-image-rectNazım Can Altınova2017-03-251-2/+2
* Rename and move PercentageOrNumber to valuesNazım Can Altınova2017-03-251-0/+32
* Don't resolve URLs at parse time for Stylo.Bobby Holley2017-03-221-1/+27
* Make specified::parse_number() return finite f32.Boris Chiou2017-03-221-1/+10
* Add a predefined integer typeXidorn Quan2017-03-171-3/+66
* Add support for non-standard -moz color keyword values.Matt Brubeck2017-03-141-8/+10
* Change code for serialization of {box,text}-shadow so blur-radiuskaran sharma2017-03-131-15/+9
* Implement parsing/serialization for caret-coloraustinprete2017-03-051-0/+3
* Add get_initial_specified_value to many longhandsXidorn Quan2017-02-281-0/+21