aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/computed/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-998/+0
* style: Clean up Context::for_non_inherited_propertyEmilio Cobos Álvarez2023-11-241-11/+10
* style: Do not snap -webkit-text-stroke-width to dev pixelsEmilio Cobos Álvarez2023-11-241-1/+1
* style: Update the syntax of offset-positionBoris Chiou2023-11-241-1/+1
* style: Simplify border snappingEmilio Cobos Álvarez2023-11-241-11/+8
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-4/+9
* style: Implement parsing for `baseline-source`David Shin2023-11-241-1/+1
* style: Rework -x-text-zoom to allow disabling text zoom and min-font-size sep...Emilio Cobos Álvarez2023-11-211-5/+2
* style: Move animation-related values from box.rs/ui.rs to animation.rsBoris Chiou2023-11-211-9/+13
* style: Add forced-color-adjust propertyFred Chasen2023-11-061-1/+1
* style: Support view-timeline-inset in style systemBoris Chiou2023-11-061-1/+1
* style: Style changes to support the 'page-orientation' propertyJonathan Watt2023-11-041-1/+1
* style: Use used, rather than computed font-size for font-metric dependent unitsEmilio Cobos Álvarez2023-11-041-1/+1
* style: Use root element font size for rem calculation in Container queriesZiran Sun2023-11-041-1/+1
* style: Rename page::PageOrientation to page::PageSizeOrientationJonathan Watt2023-11-031-1/+1
* style: Container Relative Units: Set flag for `USES_VIEWPORT_UNITS` only when...David Shin2023-11-031-0/+2
* style: Split in_media_query and in_container_query bits from computed::ContextEmilio Cobos Álvarez2023-11-031-3/+15
* style: Enable lookup and computation of container size queriesDavid Shin2023-11-031-1/+19
* style: Centralize construction of `computed::Context`David Shin2023-11-031-0/+37
* style: CSS support for the font-palette propertyJonathan Kew2023-11-031-1/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-9/+11
* style: Implement <tabpanels> and <deck> without XUL layoutEmilio Cobos Álvarez2023-11-031-1/+1
* style: Simplify our setup for font metric queries from styleEmilio Cobos Álvarez2023-11-031-2/+0
* style: Move line-clamp out of mako and do some adjacent clean-upEmilio Cobos Álvarez2023-11-031-5/+1
* style: Add support for parsing the `contain-intrinsic-size` property from the...Ziran Sun2023-10-021-1/+1
* style: Support scroll-timeline-axis longhand in style systemBoris Chiou2023-10-021-1/+1
* style: Support scroll-timeline-name longhand in style systemBoris Chiou2023-10-021-1/+1
* style: Parse scroll-snap-stop style and propagate it to APZ sideHiroyuki Ikezoe2023-08-161-1/+2
* Further changes required by ServoOriol Brufau2023-08-161-2/+0
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-161-2/+42
* style: Add support for parsing container-query-specific featuresEmilio Cobos Álvarez2023-08-161-1/+1
* style: Implement new {small,large,dynamic} viewport unitsHiroyuki Ikezoe2023-08-161-2/+6
* style: Implement parsing / serialization for container{,-type,-name} CSS prop...Emilio Cobos Álvarez2023-08-161-1/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-50/+7
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-7/+50
* style: Add support for parsing the `content-visibility` property from the CSS...Martin Robinson2023-06-091-1/+1
* style: Make color-adjust an alias of print-color-adjust as per specEmilio Cobos Álvarez2023-06-091-1/+1
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-1/+1
* style: Add CSS support for the hyphenate-character propertyJonathan Kew2023-06-091-0/+1
* style: Implement parsing of the page propertyEmily McDonough2023-06-091-1/+1
* style: Support scrollbar-gutter in the style systemTing-Yu Lin2023-06-091-1/+1
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-1/+1
* style: [css-lists] Remove the internal '-moz-list-reversed' CSS property that...Mats Palmgren2023-06-091-1/+0
* style: [css-lists] Style system changes to support 'reversed(<counter-name>)'Mats Palmgren2023-06-091-1/+1
* style: Part 1: Add animation-timeline longhand property in style systemBoris Chiou2023-05-301-1/+1
* style: Move image-rendering out of makoEmilio Cobos Álvarez2023-05-261-1/+1
* style: Initial support for the color-scheme CSS propertyEmilio Cobos Álvarez2023-05-241-1/+1
* style: Part 1: Add SVG d property in CSSBoris Chiou2023-05-241-1/+1
* style: Clean up text-justify, and make distribute a parse-time aliasOriol Brufau2023-05-161-1/+1
* style: part 1 - Support parsing ruby-position: alternateOriol Brufau2023-05-161-1/+1