зеркало из https://github.com/mozilla/gecko-dev.git
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 |
||
---|---|---|
.. | ||
actors | ||
connectors | ||
performance | ||
socket | ||
startup | ||
tests | ||
devtools-server-connection.js | ||
devtools-server.js | ||
moz.build |