aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/values.rs
Commit message (Expand)AuthorAgeFilesLines
* Update ns[C]String::from -> ns[C]Str::from where possibleMichael Layzell2017-09-261-2/+2
* Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-6/+6
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-7/+7
* Rewrite CounterStyleOrNone::from_gecko_value to use fewer binding functionsXidorn Quan2017-08-311-23/+26
* Revert "Rewrite CounterStyleOrNone::from_gecko_value to use fewer binding fun...Emilio Cobos Álvarez2017-08-301-26/+23
* Rewrite CounterStyleOrNone::from_gecko_value to use fewer binding functionsXidorn Quan2017-08-301-23/+26
* Handle calcs in ScrollSnapPoints conversionsManish Goregaokar2017-08-241-4/+2
* Auto merge of #17985 - dadaa:make-list-style-type-animatable, r=hirobors-servo2017-08-071-0/+30
|\
| * implement conversion method from Gecko CounterStylePtr to CounterStyleOrNoneDaisuke Akatsuka2017-08-071-0/+30
* | Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and ...Boris Chiou2017-08-041-2/+12
* | Bug 1374233 - Part 7: Add NonNegativeLengthOrPercentage.Boris Chiou2017-08-041-0/+11
* | Bug 1374233 - Part 4: Add NonNegativeLengthOr{Auto|Normal|Number}.Boris Chiou2017-08-041-2/+12
|/
* style: Respect calc for percentages.Emilio Cobos Álvarez2017-07-141-2/+1
* implements nsStyleCoord type properties animatableDaisuke Akatsuka2017-07-051-0/+25
* style: Assert we never style a root element from another document.Emilio Cobos Álvarez2017-06-211-1/+1
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-6/+6
* Resolve counter style during parallel traversal when possible.Xidorn Quan2017-06-141-3/+5
* Introduce #[css(function)] for #[derive(ToCss)]Anthony Ramine2017-06-131-1/+1
* Add support for symbols() function.Xidorn Quan2017-05-271-7/+22
* Merge nsCOMPtr<nsIAtom> into CounterStylePtr.Xidorn Quan2017-05-271-1/+17
* Auto merge of #16970 - MaloJaffre:grid_cleanup, r=wafflespeanutbors-servo2017-05-221-1/+1
|\
| * Refactor grid style types and implsMalo Jaffré2017-05-211-1/+1
* | Rename MinLength to MozLength.Hiroyuki Ikezoe2017-05-211-6/+6
* | Combine LengthOrPercentage and Auto into LengthOrPercentageOrAuto for {Min,Ma...Hiroyuki Ikezoe2017-05-211-14/+4
|/
* stylo: Support other unit types in computed angleNazım Can Altınova2017-05-011-6/+7
* Make ShapeRadius genericRavi Shankar2017-04-251-8/+7
* Rename and move PercentageOrNumber to valuesNazım Can Altınova2017-03-251-2/+35
* Add support for MaxLengthEthan Glasser-Camp2017-02-241-1/+20
* Implement a MinLength typeEthan Glasser-Camp2017-02-231-1/+51
* Auto merge of #15662 - canaltinova:column, r=Manishearthbors-servo2017-02-201-1/+15
|\
| * Fix parsing methods of column-{gap,width}Nazım Can Altınova2017-02-201-1/+15
* | Add gecko glue for grid <track-size>Ravi Shankar2017-02-201-1/+35
|/
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-10/+8
* style: Document the remaining public parts of Gecko's values module.Emilio Cobos Álvarez2017-01-021-3/+7
* style: Ditch GeckoStyleCoordHelpers, and implement directly on nsStyleCoord.Emilio Cobos Álvarez2017-01-021-9/+9
* Auto merge of #14703 - canaltinova:perspective-transform, r=Wafflespeanutbors-servo2016-12-261-1/+15
|\
| * Add gecko glue for perspective and perspective-origin.Nazım Can Altınova2016-12-231-1/+15
* | style: Update bindings because of bug 1325006Emilio Cobos Álvarez2016-12-251-6/+12
|/
* Convert column-width to use EitherJ. Cliff Dyer2016-12-011-1/+15
* Prefer Either<A, B> for LengthOrNumberRavi Shankar2016-11-181-21/+15
* Add impl GeckoStyleCoordConvertible for Either<A, B>Ravi Shankar2016-11-181-0/+16
* Move LengthOrNumber to style/values and implement GeckoStyleCoordConvertibleNazım Can Altınova2016-11-061-2/+20
* impl GeckoStyleCoordConvertible for AuManish Goregaokar2016-10-091-0/+13
* Move gecko_* into style::geckoManish Goregaokar2016-09-241-0/+175