gecko-dev/devtools/server/actors
nchevobbe 5534f094a3 Bug 1347490 - Return isConnected in node grip to indicate if a node is in the DOM tree. r=ochameau
node.isConnected (see https://dom.spec.whatwg.org/#dom-node-isconnected) returns true if the node is
in the DOM tree (including in a shadowDOM tree), which can be used in the frontend to display additional
tools and information.

MozReview-Commit-ID: LjUbkc7VPcB

--HG--
extra : rebase_source : b43644cf869663412a9ed6b956093e7a41afb01f
2017-04-04 12:08:54 +02:00
..
highlighters Bug 1345434 - Implementation of a virtual canvas technique for grid highlighter; r=pbro 2017-04-04 15:11:04 +02:00
utils Bug 1326100 - Restore notable inline comments in DevTools. r=tromey 2017-03-20 16:22:55 -05:00
actor-registry.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
addon.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
addons.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
animation.js Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
breakpoint.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
call-watcher.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
canvas.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
child-process.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
childtab.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
chrome.js Bug 1275942 - Add option to wait for debugger on startup. r=jdescottes 2017-03-02 14:50:30 -06:00
common.js Bug 1334293 - Use the typeName for source and thread actors. r=ochameau 2017-01-25 17:44:41 -06:00
css-properties.js Bug 1310681 - fix the missed closing parenthesis. r=me 2017-03-13 11:54:00 +01:00
csscoverage.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
device.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
emulation.js Bug 1317745 - Rename 'round trip time' to 'latency' in network throttling. r=jryans 2016-11-15 22:51:44 -07:00
environment.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
errordocs.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
eventlooplag.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
frame.js Bug 1333840 - Protect from frame.this access for wasm debugger frame. r=ochameau 2017-01-25 12:21:37 -06:00
framerate.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
gcli.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
heap-snapshot-file.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
highlighters.css Bug 1338582 - New devtools highlighter for signaling paused state; r=jlast 2017-04-04 12:03:03 +02:00
highlighters.js Bug 1338582 - New devtools highlighter for signaling paused state; r=jlast 2017-04-04 12:03:03 +02:00
inspector.js Bug 1350894 - Check if the node is dead in getOffsetParent. r=pbro 2017-03-30 00:10:40 -04:00
layout.js Bug 1347238 - Add a check for rootNode in getAllGrids. r=pbro 2017-03-20 13:44:14 -04:00
memory.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
monitor.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
moz.build Bug 1353010 - Remove the unused director-manager/registry API; r=ochameau 2017-04-05 10:44:07 +02:00
object.js Bug 1347490 - Return isConnected in node grip to indicate if a node is in the DOM tree. r=ochameau 2017-04-04 12:08:54 +02:00
performance-entries.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
performance-recording.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
performance.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
preference.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
pretty-print-worker.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
process.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
profiler.js Bug 1329111 - Update devtools users of nsIProfiler.getSharedLibraryInformation. r=gregtatum 2017-03-14 19:20:21 -04:00
promises.js Bug 1315391 - Clean up actor destruction after changing to `destroy`. r=ochameau 2016-11-11 18:24:41 -06:00
reflow.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
root.js Bug 1353559 - Filter out exited browsers from tab list. r=ochameau 2017-04-05 07:27:30 -05:00
script.js Bug 1275942 - Add option to wait for debugger on startup. r=jdescottes 2017-03-02 14:50:30 -06:00
source.js Bug 1333219 - Allow setBreakpoint on server fail when script is absent. r=jlast 2017-01-30 13:53:42 -06:00
storage.js Bug 1334252 - Find IDB storage for host more directly. r=jdescottes 2017-02-14 12:13:01 -06:00
string.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
styleeditor.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
styles.js Bug 1350499 - exclude styles for pseudo-els when building boxmodel widget;r=gl 2017-03-29 15:41:42 +02:00
stylesheets.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
tab.js Bug 1341756 - Clear any highlighters on window-ready. r=zer0 2017-03-08 16:55:31 -06:00
timeline.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
webaudio.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
webbrowser.js Bug 1353559 - Filter out exited browsers from tab list. r=ochameau 2017-04-05 07:27:30 -05:00
webconsole.js Bug 1348885 - Prevent throwing on dead wrapper when processing stacks of error from nuked globals. r=jryans 2017-03-23 18:53:57 +01:00
webextension-inspected-window.js Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
webextension.js Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws. 2017-01-09 20:27:26 +01:00
webgl.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
window.js Bug 1268134 - Add actor to target windows by ID. r=ochameau 2016-04-14 16:29:53 -05:00
worker-list.js Bug 1323466 - Split actors/worker.js in two to prevent loading unecessary actor code in parent process. r=jryans 2016-12-14 08:35:47 -08:00
worker.js Bug 1328293 - Show if a service worker is listening for fetch events in about:debugging. r=jdescottes 2017-01-22 09:03:00 +02:00