Auto merge of #19055 - upsuper:window-opacity, r=Manishearth

Add support for -moz-window-opacity to stylo

Fixes [bug 1374177](https://bugzilla.mozilla.org/show_bug.cgi?id=1374177).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19055)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-30 00:42:45 -05:00 committed by GitHub
commit 17bfe5c120

View file

@ -40,6 +40,12 @@ ${helpers.single_keyword("-moz-window-shadow", "none default menu tooltip sheet"
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"