aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/conversions.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Change URL value storage in StyleShapeSource.Ting-Yu Lin2017-10-021-1/+2
* style: Remove refcount for StyleBasicShapeTing-Yu Lin2017-10-021-1/+1
* style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-2/+2
* Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-6/+6
* Replace Au with CSSPixelLength in CalcLengthOrPercentage.Boris Chiou2017-09-131-2/+2
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-2/+3
* style: Properly use integers on grid properties, and derive ToComputedValue.Emilio Cobos Álvarez2017-09-111-2/+2
* Auto merge of #18206 - ferjm:bug1382369.grid.repeat.function, r=wafflespeanutbors-servo2017-09-111-1/+18
|\
| * stylo: store specified value of grid layout repeat() functionFernando Jiménez Moreno2017-09-061-1/+18
* | Box gradients and rects in Image. r=xidornBoris Zbarsky2017-09-091-5/+5
|/
* Use generics for the vertical-align propertyAnthony Ramine2017-08-301-2/+23
* geckolib: Fix some warnings (treated as error) new in Rust NigthlySimon Sapin2017-08-171-1/+1
* Implement clone_content methodDaisuke Akatsuka2017-08-151-0/+13
* Animate basic shapesAnthony Ramine2017-08-111-14/+53
* Always set mBgPos for LineDirection::Vertical.Xidorn Quan2017-08-041-8/+12
* stylo: serialize radial gradients computed value using modern unprefixed styleFernando Jiménez Moreno2017-08-031-1/+1
* Support calc for fit-content()Daisuke Akatsuka2017-08-011-1/+2
* style: Don't unconditionally generate Calc values when converting background-...Emilio Cobos Álvarez2017-07-281-0/+10
* Revert "Auto merge of #17868 - ferjm:bug1380259.radial.gradients, r=xidorn"Emilio Cobos Álvarez2017-07-261-1/+1
* stylo: serialize radial gradients using modern unprefixed styleFernando Jiménez Moreno2017-07-261-1/+1
* style: Cleanup the cascade a good bit.Emilio Cobos Álvarez2017-07-201-18/+1
* style: Respect calc for percentages.Emilio Cobos Álvarez2017-07-141-2/+1
* Implement serialization of linear-gradient the same ways as in GeckoFernando Jiménez Moreno2017-07-131-14/+29
* Rename MinMax to MinmaxAnthony Ramine2017-07-121-2/+2
* Rename ImageRect to MozImageRectAnthony Ramine2017-07-121-2/+2
* implements nsStyleImage type properties animatableDaisuke Akatsuka2017-07-051-0/+207
* implements nsStyleSides type properties animatableDaisuke Akatsuka2017-07-051-0/+26
* implements nsStyleGridLine type properties animatableDaisuke Akatsuka2017-07-051-1/+52
* stylo: Implement -moz-prefixed radial gradientsNazım Can Altınova2017-06-301-3/+8
* stylo: Implement -moz-prefixed linear gradientsNazım Can Altınova2017-06-301-3/+22
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-5/+6
* Create RGBAColor for colors compute to RGBA.Xidorn Quan2017-06-081-14/+1
* Rename BorderRadiusSize to BorderCornerSizeAnthony Ramine2017-05-291-3/+3
* Refactor BorderRadius and move it to the border modulesAnthony Ramine2017-05-281-5/+6
* Use Rect in InsetRectAnthony Ramine2017-05-251-4/+8
* Refactor basic shapesAnthony Ramine2017-05-221-6/+8
* Introduce CalcLengthOrPercentage::unclamped_lengthAnthony Ramine2017-05-181-1/+1
* Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-5/+2
* Stylo: Pass LayerImage's image_value to gecko.cku2017-05-161-3/+3
* Pass the gradient compatibility mode to geckoAnthony Ramine2017-05-151-3/+3
* Refactor GradientAnthony Ramine2017-05-151-33/+29
* Kill side keywords from style::values::specified::imageAnthony Ramine2017-05-151-5/+6
* Introduce style::values::generics::imageAnthony Ramine2017-05-151-6/+7
* Refactor PositionAnthony Ramine2017-05-101-7/+6
* stylo: Support other unit types in computed angleNazım Can Altınova2017-05-011-2/+36
* Parse interpolation hints (fixes #15166)Anthony Ramine2017-04-271-22/+31
* Stylo: Remove the second parameter(with_url) of nsStyleImage::set.cku2017-04-271-5/+4
* Cleanup position and make use of generic Position for its usersRavi Shankar2017-04-251-6/+7
* Cleanup Polygon and make it genericRavi Shankar2017-04-251-0/+1
* Create a module for generics and make BorderRadiusSize genericRavi Shankar2017-04-251-3/+3