gecko-dev/devtools/server/actors
yulia 825e041cf6 Bug 1485378 - Replace CallWatcher actor with helper; r=jdescottes
creates a CallWatcherActor only for tests and migrates other functionality to the helper

Differential Revision: https://phabricator.services.mozilla.com/D5534

--HG--
rename : devtools/server/actors/call-watcher.js => devtools/client/canvasdebugger/test/call-watcher-actor.js
rename : devtools/shared/fronts/call-watcher.js => devtools/client/canvasdebugger/test/call-watcher-front.js
rename : devtools/shared/specs/call-watcher.js => devtools/client/canvasdebugger/test/call-watcher-spec.js
rename : devtools/server/actors/call-watcher.js => devtools/server/actors/utils/call-watcher.js
rename : devtools/server/actors/call-watcher.js => devtools/server/actors/utils/function-call.js
rename : devtools/shared/fronts/call-watcher.js => devtools/shared/fronts/function-call.js
rename : devtools/shared/specs/call-watcher.js => devtools/shared/specs/function-call.js
extra : moz-landing-system : lando
2018-09-20 13:41:26 +00:00
..
addon Bug 1487836 - Fix innerWindowID used for the WebExtensions devtools API eval denied errors. r=jdescottes 2018-09-03 06:29:21 +00:00
canvas
emulation
highlighters Bug 1457330 - TypeError: quads is undefined r=pbro 2018-09-11 13:40:39 +00:00
inspector Bug 1488769 - Slotted nodes not being displayed in Shadow DOM tree if the node is a text. r=jdescottes 2018-09-11 15:47:09 +00:00
network-monitor Bug 1487274 - Use nsIHttpChannel.isThirdPartyTrackingResource to identify trackers; r=nchevobbe 2018-09-07 06:55:19 +00:00
object
replay Bug 956376 - Part 2: Support Debugger#findSource in WebReplay. r=jimb 2018-08-27 08:17:39 +09:00
targets Bug 1491914 - Include a binding for ChromeUtils in the browser content toolbox. r=bgrins 2018-09-17 11:06:58 -07:00
utils Bug 1485378 - Replace CallWatcher actor with helper; r=jdescottes 2018-09-20 13:41:26 +00:00
webconsole Bug 1429421 - remove gcli code; r=jdescottes,julienw,ochameau 2018-09-06 11:42:57 +00:00
worker Bug 1484496: Part 5d - Convert devtools/ nsISimpleEnumerator users to use JS iteration. r=bgrins 2018-08-18 19:28:37 -07:00
accessibility-parent.js
accessibility.js Bug 1484496: Part 5d - Convert devtools/ nsISimpleEnumerator users to use JS iteration. r=bgrins 2018-08-18 19:28:37 -07:00
actor-registry.js
animation-type-longhand.js Bug 1483075 - Merge the two scrollbar color properties into scrollbar-color. r=heycam,hiro 2018-09-19 05:33:12 +00:00
animation.js Bug 1490583: Remove actor related code that no longer used. r=pbro 2018-09-19 02:03:49 +00:00
array-buffer.js
breakpoint.js
canvas.js Bug 1485378 - Replace CallWatcher actor with helper; r=jdescottes 2018-09-20 13:41:26 +00:00
common.js
css-properties.js
csscoverage.js
device.js Bug 1489381 - Remove devtools code depending on nsISettingsService. r=jdescottes 2018-09-07 15:01:22 +10:00
emulation.js
environment.js
errordocs.js Bug 1486140 - Add Learn More links for JSMSG_PROPERTY_FAIL and JSMSG_PROPERTY_FAIL_EXPR r=nchevobbe 2018-08-29 14:58:07 +09:00
frame.js
framerate.js
heap-snapshot-file.js
highlighters.css Bug 1473030 - Show accessible object's name and role information with the info-bar highlighter. r=gl,yzen 2018-08-16 00:35:02 -04:00
highlighters.js Bug 1429421 - remove gcli code; r=jdescottes,julienw,ochameau 2018-09-06 11:42:57 +00:00
layout.js Bug 1487806 - Add a null check for the flex argument in getFlexData. r=jdescottes 2018-09-07 10:20:28 -04:00
memory.js
moz.build Bug 1485378 - Replace CallWatcher actor with helper; r=jdescottes 2018-09-20 13:41:26 +00:00
network-event.js Bug 1487274 - Use nsIHttpChannel.isThirdPartyTrackingResource to identify trackers; r=nchevobbe 2018-09-07 06:55:19 +00:00
network-monitor.js Bug 1487284 - Update message manager in actors spawned in parent after browserSwap;r=yulia 2018-09-06 16:06:34 +00:00
object.js
pause-scoped.js
perf.js
performance-recording.js
performance.js
preference.js
pretty-print-worker.js
process.js
promises.js Backed out 4 changesets (bug 956376) for causing a spike of failures in bug 1438778. a=backout 2018-08-27 18:52:57 +03:00
reflow.js
root.js
screenshot.js Bug 1483173 - introduce screenshot actor; r=ochameau 2018-08-27 15:14:10 +00:00
source.js
storage.js Bug 1486703 - Display correct hostOnly values in storage inspector;r=miker 2018-09-07 10:41:42 +00:00
string.js
styles.js
stylesheets.js
thread.js Backed out 4 changesets (bug 956376) for causing a spike of failures in bug 1438778. a=backout 2018-08-27 18:52:57 +03:00
timeline.js
webaudio.js Bug 1485378 - Replace CallWatcher actor with helper; r=jdescottes 2018-09-20 13:41:26 +00:00
webbrowser.js Bug 1484496: Part 5d - Convert devtools/ nsISimpleEnumerator users to use JS iteration. r=bgrins 2018-08-18 19:28:37 -07:00
webconsole.js Merge mozilla-central to mozilla-inbound 2018-08-30 01:16:38 +03:00
webgl.js