gecko-dev/devtools/server/actors
Nicolas Chevobbe aef9587dfb Bug 1541355 - Don't display DevTools internal frames in Netmonitor stacktrace. r=Honza.
Before sending back the stacktrace, we remove all the
devtools internal frames using removeFramesAboveDebuggerEval.
A test (that was failing without the fix) is added to ensure
this works as expected.
The test revealed some issues in webconsole-connection-proxy
(mostly trying to access webConsoleUI while closing the toolbox),
which we fix in the patch as well.

Differential Revision: https://phabricator.services.mozilla.com/D31249

--HG--
extra : moz-landing-system : lando
2019-05-22 08:57:36 +00:00
..
accessibility Bug 1549397 - add progress indicator to accessibility panel audit. r=yulia,flod 2019-05-13 14:01:16 +00:00
addon Bug 1544372 - part2: filter out hidden webextensions by default in about:debugging r=daisuke,Ola 2019-04-26 13:58:35 +00:00
emulation Bug 1282084 - Don't allow RDM to show triggered hover states while touch is enabled. r=pbro 2019-04-09 14:23:32 +00:00
highlighters Bug 1546555 - include WCAG score as part of contrast check to only calculate once. Rename ColorContrastScores constant to SCORES to be used by all checks. r=nchevobbe 2019-04-27 13:33:27 +00:00
inspector Bug 1542659 Part 2 - Remove unnecessary ReplayInspector instrumentation, r=pbro. 2019-04-07 16:02:04 -10:00
network-monitor Bug 1541355 - Don't display DevTools internal frames in Netmonitor stacktrace. r=Honza. 2019-05-22 08:57:36 +00:00
object Bug 1392760 - Avoid exponential behavior when inspecting nested proxies. r=nchevobbe 2019-05-14 06:46:30 +00:00
replay Bug 1547084 Part 4 - Switch to a search focused control logic architecture, r=loganfsmyth. 2019-05-12 13:17:40 -10:00
targets Bug 1546736 Part 2 - Set flag on docshell when devtools are watching it, r=ochameau. 2019-05-08 09:28:53 -10:00
utils Bug 1526975: Filter out implicit grid line names in text-property-editor's autocomplete. r=gl,bradwerth 2019-05-21 21:29:02 +00:00
webconsole Bug 1551222 - Fix stacktrace for throwing console evaluated expressions. r=bhackett. 2019-05-13 18:42:31 +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
animation-type-longhand.js Bug 1553227 - followup: fix animation-type-longhand.js. 2019-05-22 02:47:22 +02:00
animation.js Bug 1520745: Remove unused getAllAnimations function. r=pbro 2019-03-04 08:47:47 +00:00
array-buffer.js Bug 1545021 - Convert ArrayBuffer to a Front and Protocoljs actor; r=ochameau,jdescottes 2019-04-30 14:40:43 +00:00
breakpoint.js Bug 1532319 - Log Points should have context. r=davidwalsh 2019-04-09 22:42:06 +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 1509255 - Simulate 'orientationchange' event when RDM viewport is rotated. r=gl 2019-05-03 16:32:22 +00:00
environment.js
errordocs.js Bug 1512505 - Log a message in web console when a site is only supporting TLS 1.0 or 1.1. r=keeler 2019-04-04 23:37:20 +00:00
frame.js Bug 1532319 - Log Points should have context. r=davidwalsh 2019-04-09 22:42:06 +00:00
framerate.js
heap-snapshot-file.js
highlighters.css Bug 1521917 - Set a max width on infobar text. r=mtigley 2019-04-26 16:44:53 +00:00
highlighters.js Bug 1497393 Part 7 - Server side changes for inspector support while replaying, r=pbro. 2019-03-09 16:45:50 -10:00
layout.js Bug 1521188 - Make findGridParentContainerForNode not depend on the walker; r=gl 2019-05-21 14:30:33 +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 1392411 Part 2 - Report stacks for websocket construction in net monitor, r=ochameau. 2019-05-19 12:44:55 -10:00
network-monitor.js Bug 1392411 Part 2 - Report stacks for websocket construction in net monitor, r=ochameau. 2019-05-19 12:44:55 -10:00
object.js Bug 1392760 - Avoid exponential behavior when inspecting nested proxies. r=nchevobbe 2019-05-14 06:46:30 +00:00
pause-scoped.js
perf.js Bug 1551106 part 1. Stop using [array] in StartProfiler. r=gerald 2019-05-21 14:42:57 +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
preference.js
process.js
promises.js Bug 1540314: Devtools promise actor: Use ActorPool 'destroy' method. r=gl 2019-05-03 01:19:20 +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 1540693 - Fix BrowserTabList leak. r=jdescottes 2019-04-23 08:23:16 +00:00
screenshot.js
source.js Bug 1537779 - Improve column breakpoint UI performance. r=loganfsmyth 2019-05-02 19:21:21 +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
styles.js Bug 1306054 - Display an indicator on properties with inactive CSS r=rcaliman 2019-05-07 14:58:50 +00:00
stylesheets.js Bug 1544170 Part 3 - Inspector changes to fetch style sheets from replaying process, r=pbro. 2019-04-12 16:36:12 -10:00
thread.js Bug 1432885 - Step in to the first valid step target, r=loganfsmyth. 2019-05-14 07:11:04 -10:00
webbrowser.js Bug 1540693 - Fix BrowserTabList leak. r=jdescottes 2019-04-23 08:23:16 +00:00
webconsole.js Bug 1093953 - (Part 1) Make CSS warnings expandable to show affected DOM elements. r=Honza 2019-05-03 13:01:27 +00:00