From 4c8df426a82b87a43b8476d792854823bcb9354b Mon Sep 17 00:00:00 2001 From: roytam1 Date: Wed, 9 Jul 2025 00:22:46 +0800 Subject: [PATCH] layout: plug back alias of -moz-user-select so it won't break pages/extensions relying on this --- layout/style/nsCSSPropAliasList.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layout/style/nsCSSPropAliasList.h b/layout/style/nsCSSPropAliasList.h index 2b95974ab7..8dd1fe8e78 100644 --- a/layout/style/nsCSSPropAliasList.h +++ b/layout/style/nsCSSPropAliasList.h @@ -255,6 +255,11 @@ CSS_PROP_ALIAS(-moz-tab-size, MozTabSize, "") +CSS_PROP_ALIAS(-moz-user-select, + user_select, + MozUserSelect, + "") + #define WEBKIT_PREFIX_PREF "layout.css.prefixes.webkit" // -webkit- prefixes