Name Description Size
events.js Reports if a given DOM Event name is probably supported by Gecko. If it isn't, it is most likely a custom event implemented by the web page. @param {String} name @return {Boolean} 830
GenerateEventListFromHeaders.py This script parses mozilla-central's EventNameList.h and writes a JSON-formatted equivalent in order to guess if a DOM Event name is implemented by Gecko: "devtools/server/event-list.json" Run this script via > ./mach python devtools/server/GenerateEventListFromHeaders.py dom/events/EventNameList.h 1349
moz.build 932
test