aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/transform.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-487/+0
* style: Implement transform: perspective(none)Emilio Cobos Álvarez2023-05-241-2/+8
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-21/+26
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-1/+3
* style: Have scale function and scale property accept percentage value.enordin2019-11-301-13/+17
* style: Treat 3d translate/scale as 2d if the value can be expressed as 2d.Boris Chiou2019-11-301-5/+10
* style: Experiment with implementing zoom as a transform + transform-origin sh...Emilio Cobos Álvarez2019-11-041-1/+22
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-1/+3
* style: Use cbindgen for gradients.Emilio Cobos Álvarez2019-06-251-5/+9
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-172/+176
* style: Use cbindgen to back CSS transforms.Emilio Cobos Álvarez2019-05-291-2/+2
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-1/+1
* style: Remove Options from TransformOperation.Emilio Cobos Álvarez2019-03-131-6/+6
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+1
* style: Appease tidy.Emilio Cobos Álvarez2019-02-231-1/+1
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-20/+1
* style: Manually rename some variables.Emilio Cobos Álvarez2019-01-081-3/+3
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-19/+19
* style: Simplify computed::LengthOrPercentage and friends.Emilio Cobos Álvarez2019-01-071-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Fix formatting.Emilio Cobos Álvarez2018-11-171-13/+16
* style: Support keywords [x|y|z] on rotate.Boris Chiou2018-11-171-7/+14
* style: Parse any order of number and angle for Rotate.Boris Chiou2018-11-171-10/+21
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-21/+21
* style: Cargo fix + ./mach fmt.Emilio Cobos Álvarez2018-11-101-1/+4
* style: Percentage values of translate are serialized as percent for computed ...Boris Chiou2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-29/+29
* style: Fix the default behavior of scale:<number>{1}.Boris Chiou2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* style: Split TimingFunction into a separate file to match spec.Boris Chiou2018-10-281-101/+1
* style: Drop frames() timing function.Boris Chiou2018-10-281-27/+0
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-5/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-2/+6
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-42/+44
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-70/+65
* Convert StylePrefs to StaticPrefs.Nicholas Nethercote2018-04-031-1/+1
* style: Unship the legacy syntax for -moz-transform.Emilio Cobos Álvarez2018-02-191-60/+21
* Move TransformStyle out of Mako filesAnthony Ramine2018-02-011-0/+2
* Implement scale property stylingCJ Ku2018-01-311-1/+30
* Implement translate property stylingCJ Ku2018-01-311-0/+28
* Implement rotate property stylingCJ Ku2018-01-311-0/+28
* Auto merge of #19462 - emilio:angle-parsing, r=noxbors-servo2017-12-031-2/+4
|\
| * style: Deduplicate Angle parsing code.Emilio Cobos Álvarez2017-12-021-2/+4
* | style: Remove free parsing functions, use Integer::parse and Number::parse in...Emilio Cobos Álvarez2017-12-021-34/+34
|/
* Use helpers.predefined_type for transform property.Xidorn Quan2017-11-121-1/+20
* Backed out changeset d77275db6419 (bug 1374178) for failure reftests/transfor...Gecko Backout2017-11-071-21/+2
* Use helpers.predefined_type for transform property.Xidorn Quan2017-11-061-2/+21
* Rustfmt the new filesManish Goregaokar2017-11-021-38/+48
* Allow cross interpolation between differing translate/scale functionsManish Goregaokar2017-11-021-1/+1
* Replace old transform code with new generic codeManish Goregaokar2017-11-021-1/+2