aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/specified_value_info.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-138/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-5/+3
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* style: Refactor grid types to preserve repeat() at computed value time and us...Emilio Cobos Álvarez2019-08-151-0/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-291-0/+1
* style: Use OwnedSlice in the specified and computed values of most vector pro...Emilio Cobos Álvarez2019-05-291-0/+2
* style: Introduce ArcSlice, a small wrapper over ThinArc but without an explic...Emilio Cobos Álvarez2019-05-101-0/+2
* style: Make cssPropertySupportsType take an enum.Emilio Cobos Álvarez2019-03-271-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format component of style_traitschansuke2018-09-081-1/+1
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-1/+1
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-2/+0
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-0/+7
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-0/+30
* style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-0/+26
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-0/+71