gecko-dev/devtools/server/actors
Eddy Bruel 58e6eb79d8 Bug 1268461 - Decouple StyleSheetsFront from StyleSheetsActor;r=jryans 2016-05-06 08:09:20 +02:00
..
highlighters Bug 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04:00
utils Merge m-c to inbound, a=merge 2016-04-26 14:27:46 -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 1263935 - Use AddonPathService.mapURIToAddonId instead of AddonManager.mapURIToAddonID. r=ejpbruel 2016-04-26 07:11:15 -07:00
animation.js Bug 1254408 - Part 1 - Expose animation performance information in DevTools. r=pbro 2016-04-22 20:17:58 +09: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 1168113 - Anonymous custom content container should use absolute position. r=xidorn 2016-04-19 22:22:57 +08: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 1269034 - Fix getSuggestionForQuery in inspector actor for id queries. r=bgrins 2016-04-30 00:36:17 +02:00
layout.js Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau 2016-05-04 08:02:03 -06: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 Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau 2016-05-04 08:02:03 -06:00
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 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau 2016-05-04 08:02:03 -06: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 1060732 - Load sources from page loaded via POST from cache in the debugger. r=ejpbruel 2016-04-27 09:43:59 -07:00
storage.js Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau 2016-05-04 08:02:03 -06: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 1268466 - ruleview: create new rule <style> el in frame document;r=tromey 2016-04-30 16:41:54 +02:00
stylesheets.js Bug 1268461 - Decouple StyleSheetsFront from StyleSheetsActor;r=jryans 2016-05-06 08:09:20 +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 1266128 - Send tabListChanged messages when tab title changes. r=jryans 2016-05-03 09:06:31 -07:00
webconsole.js Bug 1264780 - Handle destructuring cases when forcing binding initialization; r=bgrins 2016-04-15 19:01:09 -07:00
webgl.js
worker.js Bug 1258902 - part1:add service worker unregister link in about:debugging;r=janx 2016-04-06 16:37:35 +02:00