gecko-dev/devtools/server/actors
2019-03-23 11:47:34 +02:00
..
accessibility Bug 1518487 - ensure that accessible audit can be performed without requiring highlighting. r=pbro 2019-02-12 19:39:09 +00:00
addon Bug 1528146. Fix how web extensions are injected into about:blank. r=kmag 2019-02-22 21:27:44 +00:00
emulation Bug 1503070 part 10. Remove sendTouchEvent() API from BrowserElement. r=jryans 2018-11-01 17:37:48 -04:00
highlighters Bug 1521151 - Make Flexbox Inspector canvas take zoom into account when scrolling r=gl 2019-03-19 15:33:43 +00:00
inspector Bug 1537877 - Update getDocumentWalker to fallback to non-anonymous walker;r=pbro 2019-03-22 19:43:08 +00:00
network-monitor Bug 1535799 - nsIHttpChannel.isTrackingResource should be a method, r=Ehsan 2019-03-17 06:55:50 +00:00
object Bug 1403944 - Remove Web Audio Editor actor and spec; r=vporof 2019-03-13 16:49:15 +00:00
replay Bug 1536618 Part 2 - Tolerate sources from any debugger in getOrCreateSourceActor, r=loganfsmyth. 2019-03-22 12:08:19 -06:00
targets Bug 1527203 Part 2 - Prevent worker debuggee execution until the thread actor has attached, r=ochameau. 2019-02-12 13:05:34 -10:00
utils Bug 1536618 Part 2 - Tolerate sources from any debugger in getOrCreateSourceActor, r=loganfsmyth. 2019-03-22 12:08:19 -06:00
webconsole Bug 1164195 - Add a resultType param to $x console helper. r=nchevobbe. 2019-03-13 13:16:15 +00:00
worker Bug 1527203 Part 2 - Prevent worker debuggee execution until the thread actor has attached, r=ochameau. 2019-02-12 13:05:34 -10:00
actor-registry.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
animation-type-longhand.js Bug 1528834 - Implement scroll-snap-align parser and serializer. r=emilio 2019-02-18 23:10:08 +00:00
animation.js Bug 1520745: Remove unused getAllAnimations function. r=pbro 2019-03-04 08:47:47 +00:00
array-buffer.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
breakpoint.js Bug 1532309 - Log points should show multiple values. r=bhackett 2019-03-15 20:31:37 +00:00
changes.js Bug 1512665 - Clear changes only when parent document navigates, not iframes; r=bradwerth 2018-12-13 16:19:08 +00:00
common.js Bug 1523943 - Cache SourceActor.url. r=jlast 2019-01-31 18:30:17 +00:00
css-properties.js Bug 1533201 - Make cssPropertySupportsType take an enum. r=heycam,rcaliman 2019-03-18 16:38:48 +00:00
device.js Bug 1495382 - Check isMultiE10s from runtime info;r=daisuke,ladybenko 2019-01-09 09:44:15 +00:00
emulation.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
environment.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
errordocs.js Bug 1525711 - Index MDN page for JSMSG_REDECLARED_VAR errors. r=fscholz 2019-03-07 11:50:03 +01:00
frame.js Bug 1527612 - Format displayName in the server. r=loganfsmyth 2019-02-13 22:32:00 +00:00
framerate.js
heap-snapshot-file.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
highlighters.css Bug 1536096 - Unship the combined flexbox highlighter r=gl 2019-03-19 03:36:09 +00:00
highlighters.js Backed out changeset 7f6996c8b32f (bug 1521712) for breaking firefox when devtools is opened a=backout 2019-01-24 12:39:40 +02:00
layout.js Bug 1523335 - Make use of parentFlexElement in Flexbox inspector r=pbro 2019-02-06 17:35:20 +00:00
memory.js
moz.build Bug 1536834 - Remove leftover csscoverage code; r=jdescottes 2019-03-20 16:06:59 +00:00
network-event.js Bug 1496742 - Allow to display Referrer Policy for a given request. r=Honza 2018-11-05 16:44:17 +00:00
network-monitor.js Bug 1485664 - adjust events to front events; r=ochameau 2019-02-20 10:49:09 +00:00
object.js Bug 1526033 - Remove server side coalescing of HTML document sources, r=lsmyth. 2019-02-07 11:00:23 -10:00
pause-scoped.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
perf.js Bug 1515197 - Remove the window length setting from devtools performance panel r=julienw 2019-01-07 21:37:05 +00:00
performance-recording.js Bug 1515862 - Remove unecessary usages of actorid checks in actor and front's form method. r=jdescottes 2019-01-28 18:42:39 +00:00
performance.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
preference.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
process.js
promises.js Bug 1512437 - Part 1: Remove more sourcemap-specific codepaths that no longer apply. r=jlast 2018-12-14 23:29:23 +00:00
reflow.js Bug 1506751 - Re-assign listeners for Observable instances that monitor TargetActor windows on navigate. r=pbro 2018-11-23 15:46:26 +00:00
root.js Bug 827976 - Use a different method to detect if xpcshell tests are running. r=ochameau 2019-03-04 18:52:53 +00:00
screenshot.js Bug 1498143 - Pass nodeActorID to screenshot actor to enable feature in iframes and shadowroots;r=pbro,yulia 2018-11-19 13:27:51 +00:00
source.js Bug 1536201 - Avoid calling findScripts() in a loop. r=jlast 2019-03-21 15:45:24 +00:00
storage.js Bug 1515862 - Remove unecessary usages of actorid checks in actor and front's form method. r=jdescottes 2019-01-28 18:42:39 +00:00
string.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
styles.js Bug 1530972 - Remove obsolete modifySelctor2 method from StyleRule actor, front and spec. r=gl 2019-02-27 15:33:33 +00:00
stylesheets.js Bug 1515862 - Remove unecessary usages of actorid checks in actor and front's form method. r=jdescottes 2019-01-28 18:42:39 +00:00
thread.js Bug 1532567 - remove unused eval method from threadClient and threadActor; r=bhackett 2019-03-12 15:03:47 +00:00
webbrowser.js Bug 1510654 - Move worker/worker-list.js to targets/worker-list;r=ochameau,ladybenko 2019-01-10 17:22:47 +00:00
webconsole.js Bug 717611 - Clear ConsoleService cached messages in webconsole actor's clearMessagesCache; r=Honza. 2019-03-06 13:40:47 +00:00