Skip to content

Commit bdefe29

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Fix enhanced traces function stacks not linking / using source map
Regressed in http://crrev.com/c/6940957. For some unknown reasons, the search params are very important for this to work. Bug: 427455148 Change-Id: I59c0d14d98c28b6bdc27bbba780dc25dcc05106d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7028256 Auto-Submit: Connor Clark <cjamcl@chromium.org> Commit-Queue: Connor Clark <cjamcl@chromium.org> Reviewed-by: Paul Irish <paulirish@chromium.org>
1 parent 2b4cc6b commit bdefe29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

front_end/panels/timeline/TimelinePanel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,8 +1652,6 @@ export class TimelinePanel extends Common.ObjectWrapper.eventMixin<EventTypes, t
16521652
const url = new URL(window.location.href);
16531653
const pathToEntrypoint = url.pathname.slice(0, url.pathname.lastIndexOf('/'));
16541654
url.pathname = `${pathToEntrypoint}/rehydrated_devtools_app.html`;
1655-
// The standalone devtools shouldn't retain any existing query params.
1656-
url.search = '';
16571655
pathToLaunch = url.toString();
16581656

16591657
// Clarifying the window the code is referring to

0 commit comments

Comments
 (0)