style: add an appearance type that forces a dropshadow on menus on Windows, and uses SetWindowRgn to clip the popup to the border radius

Differential Revision: https://phabricator.services.mozilla.com/D109833
This commit is contained in:
Oriol Brufau 2023-05-16 23:00:33 +02:00
parent 8a16ba74ec
commit 7c26fb82b1

View file

@ -53,7 +53,7 @@ ${helpers.single_keyword(
${helpers.single_keyword(
"-moz-window-shadow",
"default none menu tooltip sheet",
"default none menu tooltip sheet cliprounded",
engines="gecko",
gecko_ffi_name="mWindowShadow",
gecko_enum_prefix="StyleWindowShadow",