gecko-dev/devtools/server/actors
Gabriel Luong fe1128dd14 Bug 1373483 - Add telemetry for the grid inspector. r=pbro. data-r=bsmedberg 2017-06-20 16:32:18 -07:00
..
highlighters Bug 1373678 - don't display lines' number for value equals to 0; r=pbro 2017-06-20 21:52:55 +02:00
utils Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian 2017-06-19 11:32:37 +01:00
actor-registry.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
addon.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
addons.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
animation.js Bug 1210796 - Part 2: Visualize each properties. r=pbro 2017-04-18 12:15:54 +09:00
breakpoint.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
call-watcher.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
canvas.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
child-process.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
childtab.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
chrome.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
common.js Bug 1334293 - Use the typeName for source and thread actors. r=ochameau 2017-01-25 17:44:41 -06:00
css-properties.js Bug 1310681 - fix the missed closing parenthesis. r=me 2017-03-13 11:54:00 +01:00
csscoverage.js Bug 1355542 - [2.0] Remove unused web progress callbacks and add missing progress filters. r=felipe 2017-04-13 23:20:17 +02:00
device.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
emulation.js
environment.js Bug 1367052 - Debugger Server prematurely removes out of scope variables. r=fitzgen 2017-05-25 12:33:00 -04:00
errordocs.js Bug 1371035 - Index JSMSG_CANT_TRUNCATE_ARRAY MDN documentation. r=fscholz 2017-06-08 09:49:11 +00:00
eventlooplag.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
frame.js Bug 1370923 - Fetch environments on demand. r=jimb 2017-06-07 14:28:00 -04:00
framerate.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
gcli.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
heap-snapshot-file.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
highlighters.css Bug 1368709 - Handle zoom and geometry-box options for CSS shapes highlighter. r=pbro 2017-05-30 14:24:12 -04:00
highlighters.js Bug 1282716 - Add static highlighter for polygon and circle shapes. r=pbro 2017-05-15 13:56:04 -04:00
inspector.js Bug 987877 - Add Copy XPath menu item to the inspector; r=miker 2017-06-12 16:25:48 +02:00
layout.js Bug 1373483 - Add telemetry for the grid inspector. r=pbro. data-r=bsmedberg 2017-06-20 16:32:18 -07:00
memory.js
monitor.js Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
moz.build Backed out changeset 9b16857ca48d (bug 1302702) 2017-05-17 20:01:30 +02:00
object.js Bug 1364535 - Modifies Debug Protocol to access WebAssembly binary source. r=jlast 2017-05-19 12:19:54 -05:00
performance-entries.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
performance-recording.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
performance.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
preference.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
pretty-print-worker.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
process.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
profiler.js Bug 1329111 - Update devtools users of nsIProfiler.getSharedLibraryInformation. r=gregtatum 2017-03-14 19:20:21 -04:00
promises.js
reflow.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
root.js Bug 1364535 - Modifies Debug Protocol to access WebAssembly binary source. r=jlast 2017-05-19 12:19:54 -05:00
script.js Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian 2017-06-19 11:32:37 +01:00
source.js Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian 2017-06-19 11:32:37 +01:00
storage.js Bug 1363006 - Make it possible to add local and session storage entries to the storage inspector r=pbro 2017-05-08 17:30:15 +01:00
string.js
styleeditor.js Bug 1331802 - Fix remaining ESLint issues in devtools/server/actors/ r=tromey 2017-05-03 23:26:19 +02:00
styles.js Bug 1355819 - Make the getDocument function safer in devtools\server\actors\styles.js.If passed object has no ownerNode get it from parentStyleSheet instead. r=pbro 2017-05-19 17:41:52 +05:30
stylesheets.js Bug 1331802 - Fix remaining ESLint issues in devtools/server/actors/ r=tromey 2017-05-03 23:26:19 +02:00
tab.js Bug 1302702 - Check if the threadActor is attached before using it in tab actor's _windowReady. r=ochameau 2017-05-11 18:54:26 +02:00
timeline.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
webaudio.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
webbrowser.js Backed out changeset 9b16857ca48d (bug 1302702) 2017-05-17 20:01:30 +02:00
webconsole.js Bug 1362830 - Fix incorrect API call from webconsole actor. r=bgrins 2017-05-09 19:51:55 +02:00
webextension-inspected-window.js Bug 1370652 - Handle more rejections in code exercised by browser-chrome tests. r=Mossop 2017-06-06 21:15:42 +01:00
webextension-parent.js Bug 1368152: Part 3 - Remove ExtensionManagement.getURLForExtension. r=aswan 2017-06-03 22:29:27 -07:00
webextension.js Backed out changeset 9b16857ca48d (bug 1302702) 2017-05-17 20:01:30 +02:00
webgl.js Bug 1322085 - Make devtools/server/actors/*.js eslint-clean. r=ntim 2017-01-16 12:51:00 -05:00
window.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
worker-list.js
worker.js Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage 2017-04-18 15:28:38 -04:00