mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
eec59321db
This patch adds a checkbox at the end of each event listeners in the EventTooltip, which allow the user to disable/re-enable a given event listener. This is done by managing a Map of nsIEventListenerInfo object in the NodeActor, which we populate from `getEventListenerInfo`. Each `nsIEventListenerInfo` is assigned a generated id, which can then be used to call the new NodeActor methods, `(enable|disable)EventListener`. We don't support disabling jquery/React event listeners at the moment, so we display the checkbox for them as well, but disabled. Differential Revision: https://phabricator.services.mozilla.com/D135133 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |