[Webkit-unassigned] [Bug 178679] Web Inspector: source mapped resource can sometimes have empty folder name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 16:16:38 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=178679

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180730/d56cb4b3/attachment-0001.html>


More information about the webkit-unassigned mailing list