NEW 178679
Web Inspector: source mapped resource can sometimes have empty folder name
https://bugs.webkit.org/show_bug.cgi?id=178679
Summary Web Inspector: source mapped resource can sometimes have empty folder name
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.