Closed
Bug 1669133
Opened 5 years ago
Closed 5 years ago
Get rid of a telemetry probe and pref for the legacy `text` event
Categories
(Core :: DOM: Events, task, P2)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
The telemetry probe was added in bug 1506434, and it's not necessary anymore because of the event is completely disabled in bug 1288640. Now, I want to add another bool
member to nsIPIDOMWindowInner
for bug 1668134 so that I'd like to get rid of the non-used bool
member from it.
Assignee | ||
Comment 1•5 years ago
|
||
The telemetry probe was added in bug 1506434, and it's not necessary anymore
because of the event in the default group was completely disabled in
bug 1288640 (Gecko 65).
Therefore, we can get rid of the pref, and we can take back a room for a
bool member in nsPIDOMWindowInner
for new telemetry probes which need
to know whether a specific event listener has been added or not.
Depends on D92395
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/8bed311970ec
Get rid of pref to disable `text` event in the default group and telemetry for it r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•