aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+3
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-5/+8
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+2
* Do not use CVAS for specified::AttrAnthony Ramine2017-09-111-1/+1
* style: Unify the trivial ToComputedValue implementations, and add impls for i32.Emilio Cobos Álvarez2017-09-111-2/+0
* style: Use derive for -x-span.Emilio Cobos Álvarez2017-09-111-11/+19
* style: Derive ToComputedValue for keyword types.Emilio Cobos Álvarez2017-09-111-2/+1
* style: Manually expand ComputedValueAsSpecified in the keyword macros.Emilio Cobos Álvarez2017-09-111-2/+12
* style: Minor reformatting in macros.rsEmilio Cobos Álvarez2017-09-111-11/+14
* Replace some more uses of `write!` in components/styleSimon Sapin2017-09-041-1/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-5/+2
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-12/+2
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-6/+1
* Introduce values::animated::AnimateAnthony Ramine2017-08-221-3/+6
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-11/+1
* Introduce ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+10
* Update cssparser to 0.18Simon Sapin2017-07-241-1/+1
* Move Animatable::get_zero_value to ToAnimatedZero::to_animated_zeroAnthony Ramine2017-07-191-0/+5
* Introduce ToAnimatedValue 🎥Anthony Ramine2017-06-291-0/+1
* Derive ToCss for keyword structsAnthony Ramine2017-06-171-8/+2
* style: Reduce some code duplication and ugliness when parsing identifiers.Emilio Cobos Álvarez2017-06-111-4/+20
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-10/+13
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-201-13/+0
* Move some style macros into their own module, used firstAnthony Ramine2017-05-181-0/+115