diff -up thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs --- thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build 2019-03-04 19:17:30.000000000 +0100 +++ thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs 2019-03-13 15:05:58.966726107 +0100 @@ -55,6 +55,7 @@ use style_adjuster::StyleAdjuster; pub use self::declaration_block::*; +/// Generated #[cfg(feature = "gecko")] #[macro_export] macro_rules! property_name { @@ -3852,7 +3853,7 @@ impl fmt::Debug for AliasId { } } -// NOTE(emilio): Callers are responsible to deal with prefs. +/// Callers are responsible to deal with prefs. #[macro_export] macro_rules! css_properties_accessors { ($macro_name: ident) => { @@ -3875,6 +3876,7 @@ macro_rules! css_properties_accessors { } } +/// Neco #[macro_export] macro_rules! longhand_properties_idents { ($macro_name: ident) => { diff -up thunderbird-60.8.0/servo/components/style_traits/values.rs.rust-1.33-build thunderbird-60.8.0/servo/components/style_traits/values.rs --- thunderbird-60.8.0/servo/components/style_traits/values.rs 2019-07-12 08:54:19.969243232 +0200 +++ thunderbird-60.8.0/servo/components/style_traits/values.rs 2019-07-12 08:56:56.179646823 +0200 @@ -135,6 +135,7 @@ where } } +/// Serialize function. #[macro_export] macro_rules! serialize_function { ($dest: expr, $name: ident($( $arg: expr, )+)) => { @@ -404,6 +405,7 @@ impl_to_css_for_predefined_type!(::csspa impl_to_css_for_predefined_type!(::cssparser::Color); impl_to_css_for_predefined_type!(::cssparser::UnicodeRange); +/// Define CSS keyword enum. #[macro_export] macro_rules! define_css_keyword_enum { (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {