gecko-dev/devtools/server/actors
Alexandre Poirot e11f76a190 Bug 1669473 - [devtools] Fix a typo around event timings. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D92605
2020-10-07 16:00:50 +00:00
..
accessibility Bug 1629890 - Convert accessible isDestroyed getter to Actor::isDestroyed() r=yzen,nchevobbe 2020-08-10 18:56:38 +00:00
addon Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo 2020-08-17 20:20:50 +00:00
compatibility Bug 1653520 - Remove code replication in the compatibility actor by moving UserSettings to shared folder r=daisuke,mtigley,devtools-backward-compat-reviewers 2020-09-15 14:26:39 +00:00
descriptors Bug 1662734 - [devtools] Create an actual WorkerTargetActor and use it in startup/worker.js . r=ochameau,jdescottes,devtools-backward-compat-reviewers. 2020-09-29 14:47:34 +00:00
emulation Bug 1629890 - Use Front/Actor::isDestroyed to replace actorID checks r=nchevobbe 2020-08-12 11:33:44 +00:00
highlighters Bug 1572662 - Remove unused option to customize fill color on SelectorHighlighter and BoxModelHighlighter r=jdescottes 2020-09-16 13:43:57 +00:00
inspector Bug 1662059 - [devtools] Only read devtools.overflow.debugging.enabled from the client. r=jdescottes 2020-10-06 02:50:38 +00:00
network-monitor Bug 1669473 - [devtools] Fix a typo around event timings. r=Honza 2020-10-07 16:00:50 +00:00
object Bug 1642295 - Add missing Cu import in devtools/server/actors/object/utils.js r=nchevobbe 2020-08-19 14:08:36 +00:00
resources Bug 1667839 - Pass watchedData to already existing targets. r=nchevobbe 2020-10-05 20:52:23 +00:00
targets Bug 1667839 - Pass watchedData to already existing targets. r=nchevobbe 2020-10-05 20:52:23 +00:00
utils Bug 1663636 - Prevent trying to resume destroyed documents. r=jdescottes 2020-09-08 16:31:01 +00:00
watcher Bug 1667839 - Pass watchedData to already existing targets. r=nchevobbe 2020-10-05 20:52:23 +00:00
webconsole Bug 1642295 - Fold clearCachedMessage from ConsoleServiceListener into WebConsoleActor r=nchevobbe 2020-08-19 14:08:37 +00:00
worker Bug 1573779 - [devtools] Rename WorkerTargetActorList to WorkerDescriptorActorList. r=jdescottes. 2020-09-29 14:31:10 +00:00
animation-type-longhand.js Bug 1667118 - Rename -moz-math-script-level to math-depth. r=emilio 2020-09-26 03:04:56 +00:00
animation.js
array-buffer.js Bug 1658888 - Remove old backward compat code for ArrayBuffer marshalling r=ochameau,devtools-backward-compat-reviewers 2020-08-17 18:35:18 +00:00
breakpoint.js Bug 1616897 - Remove WebReplay-related functions/variables/css rules in devtools. r=jlast. 2020-03-27 15:10:53 +00:00
changes.js
common.js Bug 1495728 - Remove unused ActorPool class. r=ochameau. 2020-06-24 07:39:06 +00:00
css-properties.js Bug 1658566 - Remove all unecessary typeName. r=jdescottes 2020-08-12 16:57:05 +00:00
device.js Bug 1619221 - Remove service-workers-debug-helper and check isParentIntercept in device actor r=ladybenko,daisuke 2020-07-07 15:21:54 +00:00
environment.js Bug 1663847 part 2 - Change Debugger.Environment.callee getter to calleeScript getter. r=tcampbell,jdescottes 2020-09-11 09:24:34 +00:00
errordocs.js Bug 1658323: HTTPS-Only Mode: Have console message link to SUMO page r=nchevobbe 2020-08-11 13:22:32 +00:00
frame.js
framerate.js
heap-snapshot-file.js
highlighters.css Bug 1664177: Load all images in devtools/client/debugger/images using chrome:. r=jdescottes 2020-09-10 17:04:35 +00:00
highlighters.js Bug 1659376 - Fix Browser Toolbox inspector when print preview is displayed.r=rcaliman. 2020-08-25 07:08:12 +00:00
layout.js
manifest.js
memory.js
moz.build Bug 1657537 - Part 2 - Move MDNCompatibility library and related files to devtools/server/actors/compatibility r=daisuke,mtigley 2020-09-15 14:26:36 +00:00
object.js Bug 1657389 - Rename target actor mock 'window' property to 'workerGlobal'. r=ochameau. 2020-08-06 14:05:07 +00:00
pause-scoped.js Bug 1658566 - Remove all unecessary typeName. r=jdescottes 2020-08-12 16:57:05 +00:00
perf.js
performance-recording.js
performance.js
preference.js Bug 1662067 - Set default preferences from about:debugging when connecting to remote runtimes r=daisuke,nchevobbe,devtools-backward-compat-reviewers 2020-09-03 07:49:33 +00:00
process.js
reflow.js Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
root.js Bug 1573779 - [devtools] Rename WorkerTargetActorList to WorkerDescriptorActorList. r=jdescottes. 2020-09-29 14:31:10 +00:00
screenshot.js
source.js Bug 1658566 - Remove all unecessary typeName. r=jdescottes 2020-08-12 16:57:05 +00:00
storage.js Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo 2020-08-17 20:20:50 +00:00
string.js
styles.js Bug 1653520 - Remove code replication in the compatibility actor by moving UserSettings to shared folder r=daisuke,mtigley,devtools-backward-compat-reviewers 2020-09-15 14:26:39 +00:00
stylesheets.js Bug 1644193: Implement addStyleSheet function. r=ochameau,devtools-backward-compat-reviewers 2020-09-14 23:37:39 +00:00
thread.js Bug 1657389 - Rename target actor mock 'window' property to 'workerGlobal'. r=ochameau. 2020-08-06 14:05:07 +00:00
watcher.js Bug 1667839 - Pass watchedData to already existing targets. r=nchevobbe 2020-10-05 20:52:23 +00:00
webbrowser.js Bug 1573779 - [devtools] Rename WorkerTargetActorList to WorkerDescriptorActorList. r=jdescottes. 2020-09-29 14:31:10 +00:00
webconsole.js Bug 1642295 - Fold clearCachedMessage from ConsoleServiceListener into WebConsoleActor r=nchevobbe 2020-08-19 14:08:37 +00:00