Bug 91104
Summary: | Web Inspector: relative sourceURLs are linkified as relative to inspector front-end URL | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, vsevik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andrey Kosyakov
Use the following page as an example:
<!DOCTYPE html>
<html>
<body>
<script>
function test()
{
setTimeout(function() {}, 100);
}
eval(test.toString() + "\n//@ sourceURL= foo.js");
test();
</script>
</body>
</html>
0. Open inspector
1. Switch to the timeline panel
2. Start timeline
3. Reload
4. Stop timline
5. Expand parse event
6. Hover over foo.js
7. Observe URL in the status bar is something like chrome-devtools://devtools/foo.js
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.