commit | 068b01dc6fac2343045da703607f6fb87183bc7e | [log] [tgz] |
---|---|---|
author | Philip Pfaffe <pfaffe@chromium.org> | Mon Mar 22 10:46:26 2021 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 22 10:36:27 2021 +0000 |
tree | 79d87ff0e08ec442e9cef737b154ce993249a15c | |
parent | b3b6f14ba747dfab516199e8c17b945524370ad6 [diff] [blame] |
Expand inline call frames in error stack traces This CL adds support for expanding inlined functions when formatting Error stack traces. Bug: 1189161 Change-Id: I79ac5f5ad5c15d520a876ad13ff7efaa20a7772f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2775602 Commit-Queue: Philip Pfaffe <pfaffe@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
diff --git a/front_end/lighthouse/LighthouseReportRenderer.ts b/front_end/lighthouse/LighthouseReportRenderer.ts index d398f4b..7772090 100644 --- a/front_end/lighthouse/LighthouseReportRenderer.ts +++ b/front_end/lighthouse/LighthouseReportRenderer.ts
@@ -127,6 +127,7 @@ const element = await Components.Linkifier.Linkifier.linkifyURL(url, { lineNumber: line, columnNumber: column, + inlineFrameIndex: 0, maxLength: MaxLengthForLinks, bypassURLTrimming: undefined, className: undefined,