Bug 178679

Summary: Web Inspector: source mapped resource can sometimes have empty folder name
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: http://2ality.com/2016/10/async-function-tips.html
Attachments:
Description Flags
[Screenshot] none

Blaze Burg
Reported 2017-10-23 13:23:51 PDT
Created attachment 324581 [details] [Screenshot] For some reason, a source map folder of mapped resources has an empty label. This looks weird and is a bug. See screenshot.
Attachments
[Screenshot] (526.84 KB, image/png)
2017-10-23 13:23 PDT, Blaze Burg
no flags
Radar WebKit Bug Importer
Comment 1 2017-10-23 13:24:18 PDT
Joseph Pecoraro
Comment 2 2018-07-30 16:16:38 PDT
The URL was: webpack:///PostPage.bundle.js So it looks like we are breaking this out as: scheme: webpack:// component 1: / component 2: PostPage.bundle.js We could probably treat leading or empty slashes as empty and just cull them. So leading extra slashes like: scheme://////Foo.js Or inner extra slashes: scheme://path/to/////here/Foo.js Could be ignored in the UI folderization.
Note You need to log in before you can comment on or make changes to this bug.