commit 7032b912c282da6b9b8219e779b2a441a27aaec9
parent fd49611b75c1e8a8d0dd06041f44671d35d1d246
Author: Gregory Pappas <gp3033@protonmail.com>
Date: Sun, 30 Nov 2025 04:28:49 +0000
Bug 1848384 - Turn off initKeyEvent in addon scripts on early beta r=masayuki
It's been disabled in Nightly for about 2 years with no reports of issues
Differential Revision: https://phabricator.services.mozilla.com/D274494
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -3543,7 +3543,7 @@
# disabled.
- name: dom.keyboardevent.init_key_event.enabled_in_addons
type: bool
- value: @IS_NOT_NIGHTLY_BUILD@
+ value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always
# If this is true, keypress events for non-printable keys are dispatched only