servo/components/style/values/computed
Emilio Cobos Álvarez 9321265b38 style: Clean up Context::for_non_inherited_property
We don't ever check the particular property, so it can just be a
boolean.

Differential Revision: https://phabricator.services.mozilla.com/D180680
2023-11-24 08:57:14 +01:00
..
align.rs style: Rustfmt recent changes. 2020-06-04 02:02:50 +02:00
angle.rs style: Use serde to serialize LengthPercentage and StyleRayFunction. 2019-11-04 13:36:32 +01:00
animation.rs style: [css-properties-values-api] Parsing and serialization for @property syntax descriptor 2023-11-24 08:57:14 +01:00
background.rs style: Use rust types for background-size. 2019-02-23 21:02:46 -08:00
basic_shape.rs style: Split clip-path and shape-outside values. 2020-04-16 16:35:07 +02:00
border.rs style: Do not snap -webkit-text-stroke-width to dev pixels 2023-11-24 08:57:14 +01:00
box.rs style: Make content-visibility: auto forces contain-intrinsic-size to gain an auto value 2023-11-24 08:57:14 +01:00
color.rs style: Hardening color checks 2023-11-24 08:57:14 +01:00
column.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
counters.rs style: [css-lists] Style system changes to support 'reversed(<counter-name>)' 2023-06-09 10:22:18 +02:00
easing.rs style: Avoid infinite output progress after applying the easing function 2023-11-06 09:35:57 +01:00
effects.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
flex.rs style: Use Rust sizes for flex-basis, width, height, and their min/max properties. 2019-02-23 21:02:18 -08:00
font.rs style: Rustfmt servo/. r=zrhoffman 2023-11-24 08:57:14 +01:00
image.rs style: Avoid selecting zero-resolution images in image-set 2023-11-24 08:57:14 +01:00
length.rs style: Rustfmt servo/. r=zrhoffman 2023-11-24 08:57:14 +01:00
length_percentage.rs style: Refactor mul_by fn into map fn 2023-11-21 15:36:35 +01:00
list.rs style: [css-lists] Remove the internal '-moz-list-reversed' CSS property that is no longer needed 2023-06-09 10:22:19 +02:00
mod.rs style: Clean up Context::for_non_inherited_property 2023-11-24 08:57:14 +01:00
motion.rs style: Add at <position> into ray() in style system 2023-11-24 08:57:14 +01:00
outline.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
page.rs style: Style changes to support the 'page-orientation' property 2023-11-04 08:17:09 +01:00
percentage.rs style: Serialize NaN and infinity percentages correctly 2023-11-21 15:36:35 +01:00
position.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
ratio.rs style: Refactor media feature expression representation in preparation to support multi-range syntax 2023-08-16 17:46:41 +02:00
rect.rs style: Use Rust types for some misc properties. 2019-02-23 21:04:33 -08:00
resolution.rs style: Forbid negative CSS resolutions at parse time 2023-11-24 08:57:14 +01:00
svg.rs style: Use ColorMix for interpolated colors in the computed style rather than ComplexColorRatios 2023-08-16 17:46:41 +02:00
table.rs style: Move caption-side outside of mako. 2021-02-26 16:44:05 +01:00
text.rs style: Rustfmt servo/. r=zrhoffman 2023-11-24 08:57:14 +01:00
time.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
transform.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
ui.rs style: Move animation-related values from box.rs/ui.rs to animation.rs 2023-11-21 15:36:35 +01:00
url.rs style: Support full <image> syntax in list-style-image as per spec. 2021-02-26 16:44:05 +01:00