From 24105911194e5fd399a50732686730b24bdbea17 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 6 Feb 2017 15:30:18 -0800 Subject: [PATCH] Implement -moz-window-dragging MozReview-Commit-ID: Ed6qYsOi5Ix --- components/style/properties/longhand/ui.mako.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/style/properties/longhand/ui.mako.rs b/components/style/properties/longhand/ui.mako.rs index 62948316e70..79d25467df6 100644 --- a/components/style/properties/longhand/ui.mako.rs +++ b/components/style/properties/longhand/ui.mako.rs @@ -23,3 +23,9 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all", products="gec gecko_inexhaustive=True, animatable=False, spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")} + +${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko", + gecko_ffi_name="mWindowDragging", + gecko_enum_prefix="StyleWindowDragging", + animatable=False, + spec="None (Nonstandard Firefox-only property)")}