gecko-dev/devtools/server/actors
Ehsan Akhgari f0f85366d9 Bug 1318218 - Remove PermissionsTable; r=baku,jryans
This also removes the WebIDE UI for viewing the permissions table.
2016-11-18 08:59:35 -05:00
..
highlighters Bug 1302536 - Adds a toggleable button next to the 'display: grid' declaration to toggle the grid highlighter r=pbro 2016-11-16 22:35:20 +09:00
utils Bug 1308257 - Part 2: Implement LayoutActor and GridActor r=pbro, jryans 2016-11-08 20:51:13 +09:00
actor-registry.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
addon.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
addons.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
animation.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
breakpoint.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
call-watcher.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
canvas.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
child-process.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
childtab.js Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
chrome.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
common.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
css-properties.js Bug 1315391 - Clean up actor destruction after changing to `destroy`. r=ochameau 2016-11-11 18:24:41 -06:00
csscoverage.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
device.js Bug 1318218 - Remove PermissionsTable; r=baku,jryans 2016-11-18 08:59:35 -05:00
director-manager.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
director-registry.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
emulation.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
environment.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
errordocs.js Bug 1293205 - Part 2: Link to MDN documentation from for-each warning. r=fscholz 2016-09-02 20:15:08 +09:00
eventlooplag.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
frame.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
framerate.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
gcli.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
heap-snapshot-file.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
highlighters.css Bug 1302536 - Adds a toggleable button next to the 'display: grid' declaration to toggle the grid highlighter r=pbro 2016-11-16 22:35:20 +09:00
highlighters.js Bug 983386 - Prevent initializing canvas highlighter on loading or destroyed documents. r=pbro 2016-10-24 07:52:23 -07:00
inspector.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
layout.js Bug 1308260 - Part 1: Emit an event with the new grid layout actors on page navigations from the LayoutActor. r=pbro 2016-11-16 00:52:32 +09:00
memory.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
monitor.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
moz.build Bug 1308257 - Part 2: Implement LayoutActor and GridActor r=pbro, jryans 2016-11-08 20:51:13 +09:00
object.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
performance-entries.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
performance-recording.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
performance.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
preference.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
pretty-print-worker.js Bug 1303268 - Package acorn lib with same path as sources to fix hot reload. r=pbro 2016-09-19 10:27:31 -07:00
process.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
profiler.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06: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 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
root.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
script.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
settings.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
source.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
storage.js Bug 1315391 - Clean up actor destruction after changing to `destroy`. r=ochameau 2016-11-11 18:24:41 -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 1301854 - detect BOM when determining resource encoding; r=pbro 2016-09-16 13:02:33 -06:00
styles.js Bug 1290988 - Collect devtools/shared/css-* files into a folder. r=tromey 2016-09-14 10:00:27 -05:00
stylesheets.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
timeline.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
webaudio.js Bug 1121938 - Implement TypedArray.prototype.toString and .toLocaleString. r=waldo 2016-08-11 09:31:22 -07:00
webbrowser.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00
webconsole.js Bug 1318006 - Prevent "TypeError: can't access dead object" exception on webconsole getCachedMessages. r=ochameau 2016-11-16 16:35:04 +01:00
webextension.js Bug 1285557 - Create a WebExtensionAddonActor based on ChromeActor and TabActor. r=jryans 2016-07-25 16:28:49 +02:00
webgl.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
worker.js Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06:00