fune/devtools/shared/specs
Nicolas Chevobbe a232d2448c Bug 1492497 - [devtools] Add a way to disable (and re-enable) event listener for a given node. r=ochameau,devtools-backward-compat-reviewers,bomsy.
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
2022-01-12 12:42:48 +00:00
..
addon
descriptors Bug 1675456 - [devtools] Enable watcher for webextension toolboxes. r=nchevobbe,devtools-backward-compat-reviewers 2021-11-03 11:08:54 +00:00
style
targets Bug 1749449 - [devtools] Cleanup hasNativeConsoleAPI state through the codebase. r=jdescottes,devtools-backward-compat-reviewers. 2022-01-11 15:17:24 +00:00
worker
accessibility.js
animation.js Bug 1716492 - [devtools] Remove unused AnimationActor#getProperties. r=devtools-backward-compat-reviewers,ochameau. 2021-06-17 08:31:28 +00:00
array-buffer.js
breakpoint-list.js Bug 1717802 - [devtools] Add support for event breakpoints via the watcher actor r=ochameau,devtools-backward-compat-reviewers,jdescottes 2021-09-23 08:53:57 +00:00
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 Bug 1732120 - [devtools] Remove FrameTargetActor in favor of WindowGlobalTargetActor. r=nchevobbe,devtools-backward-compat-reviewers 2021-09-27 12:16:12 +00:00
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 Bug 1439509 - [devtools] Clear network events when their related WindowGlobal is destroyed. r=bomsy,devtools-backward-compat-reviewers,jdescottes 2021-09-07 17:51:52 +00:00
node.js Bug 1492497 - [devtools] Add a way to disable (and re-enable) event listener for a given node. r=ochameau,devtools-backward-compat-reviewers,bomsy. 2022-01-12 12:42:48 +00:00
object.js
page-style.js
perf.js Bug 1716490 - [devtools] Remove backward compatibility code for activeBrowsingContextID property in profiler-started event. r=julienw,devtools-backward-compat-reviewers. 2021-06-17 08:31:28 +00:00
performance-recording.js
performance.js
preference.js
private-properties-iterator.js
property-iterator.js
reflow.js
responsive.js Bug 1730503 - Make RDM force Android-style scrollbars better. r=mstange,devtools-backward-compat-reviewers,nchevobbe 2021-10-12 09:21:17 +00:00
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 Bug 1743310 - Remove paint flashing support from DevTools. r=nchevobbe,devtools-backward-compat-reviewers 2021-11-30 11:46:07 +00:00
thread-configuration.js
thread.js Bug 1717861 - [devtools] Remove error from ThreadActor paused event r=ochameau,devtools-backward-compat-reviewers 2021-07-05 15:58:47 +00:00
timeline.js
walker.js Bug 1531311 - [devtools] Add more visibility for node picker when debugging remote pages. r=jdescottes,devtools-backward-compat-reviewers. 2021-12-11 10:58:35 +00:00
watcher.js
webconsole.js Bug 1749449 - [devtools] Cleanup hasNativeConsoleAPI state through the codebase. r=jdescottes,devtools-backward-compat-reviewers. 2022-01-11 15:17:24 +00:00
websocket.js