Remove code for KeyboardEvent.initKeyEvent
Categories
(Core :: DOM: Events, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: mathew.hodson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
KeyboardEvent.initKeyEvent was unexposed to the Web by default in bug 1717760 and will be disabled for addons in bug 2015079.
| Assignee | ||
Comment 1•3 months ago
|
||
Also remove dom.keyboardevent.init_key_event.enabled_in_addons pref.
| Assignee | ||
Updated•3 months ago
|
Comment 2•3 months ago
|
||
Let's not land the removal too early. Copied from https://bugzilla.mozilla.org/show_bug.cgi?id=1842988#c6 :
The pref is false on release 147 by bug 1848384, which triggered a regression report at bug 2013772.
We are going to default to false to finalize the deprecation process in bug 2015079, but let's not rush to remove ASAP. Instead, let's monitor the fallout, and only finalize the removal if the impact is shown to be limited. Despite having deprecated years ago, users on release only started experiencing the effects from 147 on, and people used to old versions of an add-on working probably need some time to migrate to something else.
| Assignee | ||
Comment 3•3 months ago
|
||
Yeah I set the patch to WIP for that reason. I thought I would create this bug and still upload the patch because I had already started working on it before I noticed the regression in bug 2013772.
Updated•2 months ago
|
Updated•2 months ago
|
Description
•