Open
Bug 1980978
Opened 8 months ago
Updated 5 months ago
Use an exaustive and reliable DOM event name list for the event tooltip User-defined tag
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
Attachments
(2 obsolete files)
Bug 1977628 introduces a "User-defined" tag in the event tooltip.
This logic relies on processing EventNameList.h which is unfortunately incomplete.
We may:
- try to review missing events in this list. There is at least
DOMContentLoaded. - discuss about potential alternative lists which may be better long term. (WebIDL EventHandler's ?)
- revise native implementation in order to ensure having a reliable and exhaustive list.
Updated•8 months ago
|
Attachment #9505174 -
Attachment is obsolete: true
Updated•8 months ago
|
Attachment #9505176 -
Attachment is obsolete: true
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•