servo/components/style_traits
Emilio Cobos Álvarez 915c8725ae
style: Remove PropertyId::name.
It's only used for the error path in property parsing, so most of the time is
not useful.

Use the just-introduced NonCustomPropertyId::name to preserve the alias name,
which we were doing by passing the name around.

Bug: 1466645
Reviewed-by: xidorn
MozReview-Commit-ID: 46xxZKCoeBB
2018-06-12 12:15:12 -07:00
..
Cargo.toml style: Fix tidy issues and Servo build. 2018-04-29 05:09:43 +02:00
cursor.rs style: Manually implement collect_completion_keywords for some types. 2018-04-29 03:28:50 +02:00
lib.rs style: Remove PropertyId::name. 2018-06-12 12:15:12 -07:00
specified_value_info.rs style: Move some parsing-only attributes to use #[parse(..)] instead of #[css(..)]. 2018-06-12 12:15:10 -07:00
values.rs style: Ensure all lonhands have a working clone(), and to_css. 2018-05-19 10:15:17 +02:00
viewport.rs Remove useless AsciiExt imports. 2018-03-27 10:30:02 +02:00