зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1468651: Rename the properties directories from "shorthand" to "shorthands", "longhand" to "longhands". r=heycam
MozReview-Commit-ID: CY4THCC4zkX --HG-- rename : servo/components/style/properties/longhand/background.mako.rs => servo/components/style/properties/longhands/background.mako.rs rename : servo/components/style/properties/longhand/border.mako.rs => servo/components/style/properties/longhands/border.mako.rs rename : servo/components/style/properties/longhand/box.mako.rs => servo/components/style/properties/longhands/box.mako.rs rename : servo/components/style/properties/longhand/color.mako.rs => servo/components/style/properties/longhands/color.mako.rs rename : servo/components/style/properties/longhand/column.mako.rs => servo/components/style/properties/longhands/column.mako.rs rename : servo/components/style/properties/longhand/counters.mako.rs => servo/components/style/properties/longhands/counters.mako.rs rename : servo/components/style/properties/longhand/effects.mako.rs => servo/components/style/properties/longhands/effects.mako.rs rename : servo/components/style/properties/longhand/font.mako.rs => servo/components/style/properties/longhands/font.mako.rs rename : servo/components/style/properties/longhand/inherited_box.mako.rs => servo/components/style/properties/longhands/inherited_box.mako.rs rename : servo/components/style/properties/longhand/inherited_svg.mako.rs => servo/components/style/properties/longhands/inherited_svg.mako.rs rename : servo/components/style/properties/longhand/inherited_table.mako.rs => servo/components/style/properties/longhands/inherited_table.mako.rs rename : servo/components/style/properties/longhand/inherited_text.mako.rs => servo/components/style/properties/longhands/inherited_text.mako.rs rename : servo/components/style/properties/longhand/inherited_ui.mako.rs => servo/components/style/properties/longhands/inherited_ui.mako.rs rename : servo/components/style/properties/longhand/list.mako.rs => servo/components/style/properties/longhands/list.mako.rs rename : servo/components/style/properties/longhand/margin.mako.rs => servo/components/style/properties/longhands/margin.mako.rs rename : servo/components/style/properties/longhand/outline.mako.rs => servo/components/style/properties/longhands/outline.mako.rs rename : servo/components/style/properties/longhand/padding.mako.rs => servo/components/style/properties/longhands/padding.mako.rs rename : servo/components/style/properties/longhand/position.mako.rs => servo/components/style/properties/longhands/position.mako.rs rename : servo/components/style/properties/longhand/svg.mako.rs => servo/components/style/properties/longhands/svg.mako.rs rename : servo/components/style/properties/longhand/table.mako.rs => servo/components/style/properties/longhands/table.mako.rs rename : servo/components/style/properties/longhand/text.mako.rs => servo/components/style/properties/longhands/text.mako.rs rename : servo/components/style/properties/longhand/ui.mako.rs => servo/components/style/properties/longhands/ui.mako.rs rename : servo/components/style/properties/longhand/xul.mako.rs => servo/components/style/properties/longhands/xul.mako.rs rename : servo/components/style/properties/shorthand/background.mako.rs => servo/components/style/properties/shorthands/background.mako.rs rename : servo/components/style/properties/shorthand/border.mako.rs => servo/components/style/properties/shorthands/border.mako.rs rename : servo/components/style/properties/shorthand/box.mako.rs => servo/components/style/properties/shorthands/box.mako.rs rename : servo/components/style/properties/shorthand/column.mako.rs => servo/components/style/properties/shorthands/column.mako.rs rename : servo/components/style/properties/shorthand/font.mako.rs => servo/components/style/properties/shorthands/font.mako.rs rename : servo/components/style/properties/shorthand/inherited_svg.mako.rs => servo/components/style/properties/shorthands/inherited_svg.mako.rs rename : servo/components/style/properties/shorthand/inherited_text.mako.rs => servo/components/style/properties/shorthands/inherited_text.mako.rs rename : servo/components/style/properties/shorthand/list.mako.rs => servo/components/style/properties/shorthands/list.mako.rs rename : servo/components/style/properties/shorthand/margin.mako.rs => servo/components/style/properties/shorthands/margin.mako.rs rename : servo/components/style/properties/shorthand/mask.mako.rs => servo/components/style/properties/shorthands/mask.mako.rs rename : servo/components/style/properties/shorthand/outline.mako.rs => servo/components/style/properties/shorthands/outline.mako.rs rename : servo/components/style/properties/shorthand/padding.mako.rs => servo/components/style/properties/shorthands/padding.mako.rs rename : servo/components/style/properties/shorthand/position.mako.rs => servo/components/style/properties/shorthands/position.mako.rs rename : servo/components/style/properties/shorthand/text.mako.rs => servo/components/style/properties/shorthands/text.mako.rs
This commit is contained in:
Родитель
d6c4f58d3f
Коммит
c13219375d
|
@ -97,29 +97,29 @@ macro_rules! expanded {
|
|||
/// A module with all the code for longhand properties.
|
||||
#[allow(missing_docs)]
|
||||
pub mod longhands {
|
||||
<%include file="/longhand/background.mako.rs" />
|
||||
<%include file="/longhand/border.mako.rs" />
|
||||
<%include file="/longhand/box.mako.rs" />
|
||||
<%include file="/longhand/color.mako.rs" />
|
||||
<%include file="/longhand/column.mako.rs" />
|
||||
<%include file="/longhand/counters.mako.rs" />
|
||||
<%include file="/longhand/effects.mako.rs" />
|
||||
<%include file="/longhand/font.mako.rs" />
|
||||
<%include file="/longhand/inherited_box.mako.rs" />
|
||||
<%include file="/longhand/inherited_table.mako.rs" />
|
||||
<%include file="/longhand/inherited_text.mako.rs" />
|
||||
<%include file="/longhand/inherited_ui.mako.rs" />
|
||||
<%include file="/longhand/list.mako.rs" />
|
||||
<%include file="/longhand/margin.mako.rs" />
|
||||
<%include file="/longhand/outline.mako.rs" />
|
||||
<%include file="/longhand/padding.mako.rs" />
|
||||
<%include file="/longhand/position.mako.rs" />
|
||||
<%include file="/longhand/table.mako.rs" />
|
||||
<%include file="/longhand/text.mako.rs" />
|
||||
<%include file="/longhand/ui.mako.rs" />
|
||||
<%include file="/longhand/inherited_svg.mako.rs" />
|
||||
<%include file="/longhand/svg.mako.rs" />
|
||||
<%include file="/longhand/xul.mako.rs" />
|
||||
<%include file="/longhands/background.mako.rs" />
|
||||
<%include file="/longhands/border.mako.rs" />
|
||||
<%include file="/longhands/box.mako.rs" />
|
||||
<%include file="/longhands/color.mako.rs" />
|
||||
<%include file="/longhands/column.mako.rs" />
|
||||
<%include file="/longhands/counters.mako.rs" />
|
||||
<%include file="/longhands/effects.mako.rs" />
|
||||
<%include file="/longhands/font.mako.rs" />
|
||||
<%include file="/longhands/inherited_box.mako.rs" />
|
||||
<%include file="/longhands/inherited_table.mako.rs" />
|
||||
<%include file="/longhands/inherited_text.mako.rs" />
|
||||
<%include file="/longhands/inherited_ui.mako.rs" />
|
||||
<%include file="/longhands/list.mako.rs" />
|
||||
<%include file="/longhands/margin.mako.rs" />
|
||||
<%include file="/longhands/outline.mako.rs" />
|
||||
<%include file="/longhands/padding.mako.rs" />
|
||||
<%include file="/longhands/position.mako.rs" />
|
||||
<%include file="/longhands/table.mako.rs" />
|
||||
<%include file="/longhands/text.mako.rs" />
|
||||
<%include file="/longhands/ui.mako.rs" />
|
||||
<%include file="/longhands/inherited_svg.mako.rs" />
|
||||
<%include file="/longhands/svg.mako.rs" />
|
||||
<%include file="/longhands/xul.mako.rs" />
|
||||
}
|
||||
|
||||
macro_rules! unwrap_or_initial {
|
||||
|
@ -163,20 +163,20 @@ pub mod shorthands {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
<%include file="/shorthand/background.mako.rs" />
|
||||
<%include file="/shorthand/border.mako.rs" />
|
||||
<%include file="/shorthand/box.mako.rs" />
|
||||
<%include file="/shorthand/column.mako.rs" />
|
||||
<%include file="/shorthand/font.mako.rs" />
|
||||
<%include file="/shorthand/inherited_text.mako.rs" />
|
||||
<%include file="/shorthand/list.mako.rs" />
|
||||
<%include file="/shorthand/margin.mako.rs" />
|
||||
<%include file="/shorthand/mask.mako.rs" />
|
||||
<%include file="/shorthand/outline.mako.rs" />
|
||||
<%include file="/shorthand/padding.mako.rs" />
|
||||
<%include file="/shorthand/position.mako.rs" />
|
||||
<%include file="/shorthand/inherited_svg.mako.rs" />
|
||||
<%include file="/shorthand/text.mako.rs" />
|
||||
<%include file="/shorthands/background.mako.rs" />
|
||||
<%include file="/shorthands/border.mako.rs" />
|
||||
<%include file="/shorthands/box.mako.rs" />
|
||||
<%include file="/shorthands/column.mako.rs" />
|
||||
<%include file="/shorthands/font.mako.rs" />
|
||||
<%include file="/shorthands/inherited_text.mako.rs" />
|
||||
<%include file="/shorthands/list.mako.rs" />
|
||||
<%include file="/shorthands/margin.mako.rs" />
|
||||
<%include file="/shorthands/mask.mako.rs" />
|
||||
<%include file="/shorthands/outline.mako.rs" />
|
||||
<%include file="/shorthands/padding.mako.rs" />
|
||||
<%include file="/shorthands/position.mako.rs" />
|
||||
<%include file="/shorthands/inherited_svg.mako.rs" />
|
||||
<%include file="/shorthands/text.mako.rs" />
|
||||
|
||||
// We don't defined the 'all' shorthand using the regular helpers:shorthand
|
||||
// mechanism, since it causes some very large types to be generated.
|
||||
|
|
Загрузка…
Ссылка в новой задаче