gecko-dev/devtools/server/actors
2016-04-07 11:59:37 +02:00
..
highlighters Bug 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04:00
utils Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans 2016-03-14 18:49:07 -07: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 1260680 - Filter out unwanted data in getProperties to reduce protocol traffic; r=miker 2016-03-30 12:12:36 +02:00
breakpoint.js Bug 1250896 - Move SourceActor into its own file;r=jryans 2016-03-03 17:51:37 +01: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 Bug 1212797 - Refactor worker actors to protocol.js. r=ochameau 2016-02-24 06:29:00 +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 1252247 - Load devtools/clients resources lazily when used from devtools/server. r=jryans 2016-03-16 06:42:18 -07: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
environment.js Bug 1253976 - Protocol.js error packets should have meaningful error and message fields;r=jryans 2016-04-01 09:17:50 +02:00
errordocs.js Bug 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins 2016-04-01 23:17:49 -07:00
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 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04:00
highlighters.js Bug 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04: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 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins 2016-04-01 23:17:49 -07:00
object.js Bug 1172920: DevTools: Map/Set entries should be visible in the Variables view r=vporof,tromey a=kwierso 2016-03-31 16:12:38 -07:00
performance-entries.js
performance-recording.js Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp 2016-02-05 08:04:12 -08:00
performance.js Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp 2016-02-05 08:04:12 -08:00
preference.js Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
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 1241841 - Remove the RootActor's service worker registration listener on disconnect. r=ejpbruel 2016-02-15 08:11:00 +01:00
script.js Bug 1261956 - Replace update with Object.assign in actors/script.js r=ejpbruel 2016-04-06 23:30:41 -07:00
settings.js Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
source.js Bug 1253976 - Protocol.js error packets should have meaningful error and message fields;r=jryans 2016-04-01 09:17:50 +02:00
storage.js Bug 1237915 - Fix devtools storage interface to use the correct user context id when opening indexdb connections. r=mratcliffe 2016-04-01 18:05:00 +02: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 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04:00
stylesheets.js Bug 1255787 - Do not assume sourceMap appears only in external stylesheets; r=gl 2016-03-29 21:30:11 +02: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 1256401 - Part 2: Remove references to b2gdroid. r=fabrice 2016-03-18 14:41:51 -07:00
webaudio.js
webbrowser.js Bug 1233463 - Support outerWindowID in getTab request for tabs in child processes. r=jryans 2016-03-16 06:42:19 -07:00
webconsole.js Bug 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins 2016-04-01 23:17:49 -07:00
webgl.js
worker.js Bug 1239705 - Add a 'Start' button for service workers in about:debugging. r=ochameau 2016-03-03 09:47:23 -06:00