gecko/devtools/server/actors
2016-02-02 11:49:22 +01:00
..
highlighters Bug 1059312 - Fix highlighter offset after switching iframe context;r=pbro 2016-01-31 10:19:31 +01:00
utils Bug 1230345 - kill breakpoint sliding for most scenarios, only do it when we know we have scripts r=fitzgen 2016-01-07 11:53:56 -05:00
actor-registry.js Bug 1220458 - Resolves ActorRegistry.registerActor only once actor is registered in the child processes. r=jryans 2015-11-19 09:51:21 -08:00
addon.js Bug 1113865 - Replace all calls to dbg_assert with DevToolsUtils.assert. r=fitzgen 2015-11-16 07:22:49 -08:00
animation.js Bug 1231945 - Display animation.id when it exists; r=tromey 2016-02-02 11:49:22 +01:00
breakpoint.js Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans 2016-01-22 15:52:00 -05:00
call-watcher.js Bug 1226267 - Emit CallWatcher call events, r=jsantell 2016-01-22 15:26:03 +01:00
canvas.js Bug 1226245 - Make CallWatcher generic, r=jsantell 2016-01-20 14:11:14 +01:00
child-process.js Backed out changeset b4b8a8dd9ce8 (bug 1239008) for dt1 test failures 2016-01-14 16:43:20 +01:00
childtab.js
chrome.js
common.js Bug 1223766 - Removing an actor from an actor pool should destroy it;r=past 2015-11-13 10:19:55 +01:00
csscoverage.js Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro 2016-01-12 09:52:12 -08:00
device.js Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking 2015-12-09 15:52:38 -05:00
director-manager.js
director-registry.js
eventlooplag.js
frame.js Bug 1235375 - Change FrameActor to protocol.js. r=ejpbruel 2016-01-04 08:34:00 -05:00
framerate.js Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell 2015-10-09 18:26:09 -05:00
gcli.js
heap-snapshot-file.js Bug 1207645 - Create HeapSnapshotFileActor; r=jryans 2015-09-25 15:35:02 -07:00
highlighters.css Bug 1228829 - Make infobar more visible on dark backgrounds. r=pbro, r=ntim 2015-12-11 10:02:00 -05:00
highlighters.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
inspector.js Bug 1213651 - Avoid server round-trips when displaying animated dom nodes; r=tromey 2016-01-21 13:19:58 +01:00
layout.js Bug 1222409 - Listen to window resize events on server and use this to refresh style-inspector; r=bgrins 2015-11-26 12:18:17 +01:00
memory.js Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell 2015-10-09 18:26:09 -05:00
memprof.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
monitor.js
moz.build Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans 2016-01-22 15:52:00 -05:00
object.js Bug 1237428 - Don't cap number of attributes on DOM nodes in console;r=jryans 2016-01-07 14:30:23 -08:00
performance-entries.js
performance-recording.js Bug 1196047 - Move most of shared/performance to client or server. r=jsantell 2015-10-09 18:26:08 -05:00
performance.js Bug 1218078 - Show onload and DOMContentLoaded markers in the netmonitor's frontend, r=smaug, jsantell, tromey 2015-11-11 23:11:40 +01:00
preference.js
pretty-print-worker.js Bug 1221549 - Package source-map with the same layout than source tree r=jryans 2015-11-16 07:22:48 -08:00
process.js Bug 1225477 - Support listening for processes creation. r=jryans 2015-12-03 06:42:34 -08:00
profiler.js Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell 2015-10-09 18:26:09 -05:00
promises.js Bug 1203520 - We need a DevTools ESLint plugin containing our ruleset r=gps 2015-09-30 14:44:48 +01:00
root.js Bug 1225473 - Support Service workers in child process. r=janx 2015-12-03 06:42:34 -08:00
script.js Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans 2016-01-22 15:52:00 -05:00
settings.js Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2() 2016-01-29 09:16:13 -08:00
storage.js Bug 1003860 - Service worker cache for storage actor. r=mratcliffe 2016-02-02 01:31:34 -08:00
string.js
styleeditor.js Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro 2016-01-12 09:52:12 -08:00
styles.js Bug 1239438 - fix most eslint warnings in styles.js; r=pbro 2016-01-20 13:39:06 -07:00
stylesheets.js Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro 2016-01-12 09:52:12 -08:00
timeline.js Bug 1218078 - Show onload and DOMContentLoaded markers in the netmonitor's frontend, r=smaug, jsantell, tromey 2015-11-11 23:11:40 +01:00
webapps.js Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking 2015-12-09 15:52:38 -05:00
webaudio.js
webbrowser.js Bug 828008 - Expand TabActor to support UA emulation. r=jryans 2015-12-23 15:04:00 +01:00
webconsole.js Bug 1240762 - Fix ServiceWorker request coming from Cache/Fetch. r=vporof 2016-01-20 14:09:25 -08:00
webgl.js
worker.js Bug 1228382 - Keep service worker alive when attaching to them. r=janx,ejpbruel 2015-12-15 03:10:53 -08:00