зеркало из https://github.com/mozilla/gecko-dev.git
2ce628defc
We now have stacktrace for expressions evaluated in the console that throws, and we are stripping any frames that are devtools internals. But the way we were doing this meant that we were only having one `debugger eval code` frame, even if the expression in the console had multiple frames. Also, if an expression was throwing without having any `debugger eval code` frame (e.g. expression with SyntaxError), we were sending internal frames. This patch should fix those 2 cases and a linux 64 ccov intermittent caused by a different line number for an internal frame in a fixture packet. Tests cases are added to the existing mochitest to ensure this works as expected. Differential Revision: https://phabricator.services.mozilla.com/D30934 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
actors | ||
performance | ||
socket | ||
startup | ||
tests | ||
main.js | ||
moz.build |