mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Hide multiple -moz-window-* properties from content.
Bug: 1419695 Reviewed-by: xidorn MozReview-Commit-ID: Jsqt3kqjPiq
This commit is contained in:
parent
6940787916
commit
f6f421f5aa
1 changed files with 14 additions and 9 deletions
|
@ -41,13 +41,17 @@ ${helpers.single_keyword("-moz-window-shadow", "none default menu tooltip sheet"
|
|||
enabled_in="chrome",
|
||||
spec="None (Nonstandard internal property)")}
|
||||
|
||||
// TODO(bug 1419695) This should be hidden from content.
|
||||
${helpers.predefined_type("-moz-window-opacity", "Opacity", "1.0", products="gecko",
|
||||
${helpers.predefined_type(
|
||||
"-moz-window-opacity",
|
||||
"Opacity",
|
||||
"1.0",
|
||||
products="gecko",
|
||||
gecko_ffi_name="mWindowOpacity",
|
||||
animation_value_type="ComputedValue",
|
||||
spec="None (Nonstandard internal property)")}
|
||||
spec="None (Nonstandard internal property)",
|
||||
enabled_in="chrome",
|
||||
)}
|
||||
|
||||
// TODO(bug 1419695) This should be hidden from content.
|
||||
${helpers.predefined_type(
|
||||
"-moz-window-transform",
|
||||
"Transform",
|
||||
|
@ -56,10 +60,10 @@ ${helpers.predefined_type(
|
|||
gecko_ffi_name="mSpecifiedWindowTransform",
|
||||
flags="GETCS_NEEDS_LAYOUT_FLUSH",
|
||||
animation_value_type="ComputedValue",
|
||||
spec="None (Nonstandard internal property)"
|
||||
spec="None (Nonstandard internal property)",
|
||||
enabled_in="chrome",
|
||||
)}
|
||||
|
||||
// TODO(bug 1419695) This should be hidden from content.
|
||||
${helpers.predefined_type(
|
||||
"-moz-window-transform-origin",
|
||||
"TransformOrigin",
|
||||
|
@ -69,7 +73,8 @@ ${helpers.predefined_type(
|
|||
products="gecko",
|
||||
boxed=True,
|
||||
flags="GETCS_NEEDS_LAYOUT_FLUSH",
|
||||
spec="None (Nonstandard internal property)"
|
||||
spec="None (Nonstandard internal property)",
|
||||
enabled_in="chrome",
|
||||
)}
|
||||
|
||||
// TODO(emilio): Probably also should be hidden from content.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue