aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-2/+3
* Fix error name in comment for try_match_ident_ignore_ascii_caseJonathan Watt2018-04-171-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-10/+13
* Kill AnimatedValueAsComputedAnthony Ramine2018-02-101-4/+2
* Don't use define_css_keyword_enum in style anymoreAnthony Ramine2018-02-011-22/+0
* Kill define_numbered_css_keyword_enumAnthony Ramine2018-02-011-39/+0
* style: make the try_match_ident_ignore_ascii_case macro actually return the e...Emilio Cobos Álvarez2018-01-241-9/+6
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-2/+5
* style: Move font-variant-numeric outside of makoCYBAI2017-11-181-0/+17
* Auto merge of #19220 - CYBAI:font-variant-east-asian-out-of-mako, r=emiliobors-servo2017-11-151-0/+10
|\
| * style: Move font-variant-east-asian outside of makoCYBAI2017-11-151-0/+10
* | Move text-decoration-line out of makoKeith Yeung2017-11-141-0/+17
|/
* 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