author | Xidorn Quan <me@upsuper.org> |
Mon, 30 Oct 2017 00:42:45 -0500 | |
changeset 388997 | 38f363ae6e486df376200b402902b380c1934820 |
parent 388996 | 7e750211e314c6ad0df7269e633b78d6f518db58 |
child 388998 | de11750ca8ed37fa8b9c50c7a86f8e84e9c81342 |
push id | 32777 |
push user | archaeopteryx@coole-files.de |
push date | Mon, 30 Oct 2017 22:44:45 +0000 |
treeherder | mozilla-central@dd0f265a1300 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Manishearth |
bugs | 1374177 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
servo/components/style/properties/longhand/ui.mako.rs | file | annotate | diff | comparison | revisions |
--- a/servo/components/style/properties/longhand/ui.mako.rs +++ b/servo/components/style/properties/longhand/ui.mako.rs @@ -35,16 +35,22 @@ ${helpers.single_keyword("-moz-window-shadow", "none default menu tooltip sheet", products="gecko", gecko_ffi_name="mWindowShadow", gecko_constant_prefix="NS_STYLE_WINDOW_SHADOW", animation_value_type="discrete", internal=True, spec="None (Nonstandard internal property)")} +${helpers.predefined_type("-moz-window-opacity", "Opacity", "1.0", products="gecko", + gecko_ffi_name="mWindowOpacity", + animation_value_type="ComputedValue", + internal=True, + spec="None (Nonstandard internal property)")} + <%helpers:longhand name="-moz-force-broken-image-icon" products="gecko" animation_value_type="discrete" spec="None (Nonstandard Firefox-only property)"> use std::fmt; use style_traits::ToCss; pub mod computed_value {