aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-98/+0
* style: Move line-clamp out of mako and do some adjacent clean-upEmilio Cobos Álvarez2023-11-031-40/+0
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-0/+8
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-8/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+8
* style: Remove the old profiler label frames code in the servo codebase and re...Nazım Can Altınova2023-05-241-29/+0
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+17
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-0/+7
* Stylo: replace uses of mem::uninitialized with MaybeUninitSimon Sapin2019-07-161-2/+2
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-5/+4
* style: Add Gecko profiler labels for when the style threads are doing work.Cameron McCormack2019-05-291-0/+30
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+1
* style: Make the will-change bitfield use cbindgen.Emilio Cobos Álvarez2019-03-271-17/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format style component.chansuke2018-09-091-3/+13
* 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