servo/components/style/values/generics
Jonathan Watt 2c1799a8df style: Rename page::PageOrientation to page::PageSizeOrientation
The @page rule may contain both 'page-orientation' and 'size' properties. The
'size' property can contain an orientation component which was being
represented as 'PageOrientation' prior to this patch. This patch changes that
to 'PageSizeOrientation' so that 'PageOrientation' can be used for
'page-orientation' in a subsequent patch.

Differential Revision: https://phabricator.services.mozilla.com/D160790
2023-11-03 08:59:49 +01:00
..
background.rs style: Fix the serialization of the computed value of background-size. 2019-06-25 13:11:31 +02:00
basic_shape.rs Fix warnings introduced in newer Rust Nightly 2021-02-25 15:36:03 +01:00
border.rs style: Remove -moz-outline-radius 2023-05-24 18:32:35 +02:00
box.rs style: Run "cargo +nightly fmt" for style components in servo 2023-11-03 08:59:49 +01:00
calc.rs style: Implement parsing of container relative lengths 2023-11-03 08:59:49 +01:00
color.rs style: Run "cargo +nightly fmt" for style components in servo 2023-11-03 08:59:49 +01:00
column.rs style: Derive ToResolvedValue. 2019-04-12 12:20:09 +02:00
counters.rs Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
easing.rs style: C++ ComputedTimingFunction uses Rust's timing function calculation 2023-10-02 14:37:19 +00:00
effects.rs Fix warnings introduced in newer Rust Nightly 2021-02-25 15:36:03 +01:00
flex.rs style: Miscellaneous servo build fixes. 2020-06-04 01:50:36 +02:00
font.rs style: Update font-size-adjust keywords to match CSSWG resolution in csswg-drafts/#6288 2023-05-24 18:32:37 +02:00
grid.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
image.rs style: Introduce Optional<T> to represent optional values in the style system 2023-08-16 17:46:41 +02:00
length.rs style: Unprefix -moz-fit-content 2023-05-30 23:26:03 +02:00
mod.rs style: Use Rust's ComputedTimingFunction for IPDL 2023-10-02 14:37:19 +00:00
motion.rs style: Use Serde for SVGOffsetPath. 2020-02-12 02:43:14 +01:00
page.rs style: Rename page::PageOrientation to page::PageSizeOrientation 2023-11-03 08:59:49 +01:00
position.rs style: Implement Animate trait and ComputeSquaredDistance trait for <ratio>. 2021-02-26 16:44:05 +01:00
ratio.rs style: Implement Animate trait and ComputeSquaredDistance trait for <ratio>. 2021-02-26 16:44:05 +01:00
rect.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
size.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
svg.rs Fix warnings introduced in newer Rust Nightly 2021-02-25 15:36:03 +01:00
text.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
transform.rs style: Run "cargo +nightly fmt" for style components in servo 2023-11-03 08:59:49 +01:00
ui.rs style: Run rustfmt on servo/components/style and servo/ports/geckolib 2023-06-09 10:22:19 +02:00
url.rs style: Update cbindgen. 2019-09-12 22:34:16 +02:00