forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| addon | ||
| descriptors | ||
| style | ||
| targets | ||
| worker | ||
| accessibility.js | ||
| animation.js | ||
| array-buffer.js | ||
| breakpoint-list.js | ||
| changes.js | ||
| compatibility.js | ||
| css-properties.js | ||
| device.js | ||
| environment.js | ||
| eventsource.js | ||
| frame.js | ||
| framerate.js | ||
| heap-snapshot-file.js | ||
| highlighters.js | ||
| index.js | ||
| inspector.js | ||
| layout.js | ||
| manifest.js | ||
| media-rule.js | ||
| memory.js | ||
| moz.build | ||
| network-content.js | ||
| network-event.js | ||
| network-monitor.js | ||
| network-parent.js | ||
| node.js | ||
| object.js | ||
| page-style.js | ||
| perf.js | ||
| performance-recording.js | ||
| performance.js | ||
| preference.js | ||
| private-properties-iterator.js | ||
| property-iterator.js | ||
| reflow.js | ||
| responsive.js | ||
| root.js | ||
| screenshot-content.js | ||
| screenshot.js | ||
| source.js | ||
| storage.js | ||
| string.js | ||
| style-rule.js | ||
| style-sheet.js | ||
| style-sheets.js | ||
| symbol-iterator.js | ||
| symbol.js | ||
| target-configuration.js | ||
| thread-configuration.js | ||
| thread.js | ||
| timeline.js | ||
| walker.js | ||
| watcher.js | ||
| webconsole.js | ||
| websocket.js | ||