aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/specified_value_info.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-195/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-5/+1
* style: Allow to derive Parse/ToCss/SpecifiedValueInfo on bitflagsEmilio Cobos Álvarez2023-08-161-1/+8
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-8/+1
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-1/+8
* Upgrade remaining components to edition 2018sagudev2023-02-181-1/+5
* style: Teach style_derive's map_type_params about mapping self correctly.Emilio Cobos Álvarez2021-02-261-0/+1
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-3/+3
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* Fix all clippy warnings in style_deriveBastien Orivel2018-12-121-8/+6
* Update syn and related dependenciesBastien Orivel2018-11-301-6/+7
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-3/+3
* Use 2018-style paths in code generated by style_deriveSimon Sapin2018-11-101-5/+5
* Format component of style_derivechansuke2018-09-071-9/+15
* style_derive: Fix tidy lint.Emilio Cobos Álvarez2018-06-121-1/+1
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-1/+3
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-3/+2
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-2/+2
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-12/+69
* style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-16/+72
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-0/+68