aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/conversions.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-59/+0
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-1/+1
* style: Use enums for text-align / text-align-last.Emilio Cobos Álvarez2020-04-161-35/+1
* style: Use cbindgen for shape-outside and clip-path.Emilio Cobos Álvarez2020-04-161-153/+0
* style: Use cbindgen instead of nsStyleImage.Emilio Cobos Álvarez2020-04-161-84/+5
* style: Some preparation to start using cbindgen for shape-outside and clip-path.Emilio Cobos Álvarez2020-04-161-25/+20
* style: Merge ImageLayer and Image.Emilio Cobos Álvarez2020-04-161-12/+15
* style: Remove nsStyleImageRequest.Emilio Cobos Álvarez2020-02-121-9/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-10-091-10/+10
* style: Support ray() in offset-path and make it animatable.Boris Chiou2019-10-091-13/+14
* style: rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-1/+6
* style: Remove nsStyleCoord.Emilio Cobos Álvarez2019-07-081-61/+2
* style: Stop using nsStyleSides for -moz-image-rect.Emilio Cobos Álvarez2019-07-081-37/+10
* style: Use cbindgen for grid track sizing.Emilio Cobos Álvarez2019-07-081-76/+1
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-3/+2
* style: Use cbindgen for gradients.Emilio Cobos Álvarez2019-06-251-340/+7
* style: Handle default angle in radians.Emilio Cobos Álvarez2019-06-251-0/+1
* style: Cleanup gradient parsing by removing the simple-moz-gradient parsing p...Emilio Cobos Álvarez2019-06-251-40/+5
* style: Use cbindgen for URIs.Emilio Cobos Álvarez2019-06-041-3/+4
* style: Remove eStyleImageType_URL.Emilio Cobos Álvarez2019-05-291-16/+8
* style: Rustfmt + build fix.Emilio Cobos Álvarez2019-05-101-4/+2
* style: Add bindings for ArcSlice and ThinArc, and use them to reduce copies o...Emilio Cobos Álvarez2019-05-101-3/+1
* style: Use the owned slice type for basic shape polygon coordinates.Emilio Cobos Álvarez2019-05-101-75/+3
* style: Use rust types for vertical-align.Emilio Cobos Álvarez2019-05-071-21/+0
* style: Use rust types for gradient stops.Emilio Cobos Álvarez2019-05-071-40/+5
* style: Don't keep two list of stylesheets in ServoStyleSet.Emilio Cobos Álvarez2019-05-071-12/+2
* style: Remove some redundant use statements.Emilio Cobos Álvarez2019-04-121-11/+2
* style: Allow C++ URLValue objects to be lazily created from Rust SpecifiedUrls.Cameron McCormack2019-04-121-5/+2
* style: Fix Gecko and Servo builds, and appease tidy.Emilio Cobos Álvarez2019-03-271-4/+3
* style: Simplify a bit our generated bindings by getting rid of FooBorrowed an...Emilio Cobos Álvarez2019-03-271-9/+9
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-1/+1
* style: Use rust lengths for border corners.Emilio Cobos Álvarez2019-03-131-65/+2
* style: Use rust types for background-size.Emilio Cobos Álvarez2019-02-231-39/+0
* style: Use Rust types for Position.Emilio Cobos Álvarez2019-02-231-24/+2
* style: Derive more length stuff, and shrink MaxLength / MozLength's repr(C) r...Emilio Cobos Álvarez2019-02-101-5/+6
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-3/+1
* style: Represent the percentage in LengthPercentage with something other than...Emilio Cobos Álvarez2019-01-201-4/+3
* style: Three-value position syntax uses calc() as its computed value represen...Emilio Cobos Álvarez2019-01-111-1/+6
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-16/+13
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-42/+42
* style: Simplify computed::LengthOrPercentage and friends.Emilio Cobos Álvarez2019-01-071-71/+26
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-071-6/+13
* style: Use NonNegative more in the border code.Emilio Cobos Álvarez2019-01-071-5/+8
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* style: Rustfmt.Emilio Cobos Álvarez2018-12-021-10/+23
* style: Move the animation code of transform into a different file.Boris Chiou2018-12-021-0/+22
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Manually extinguish multi-line use statements.Emilio Cobos Álvarez2018-11-101-3/+2
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-62/+70
* Reorder importsPyfisch2018-11-061-7/+9