[Webkit-unassigned] [Bug 142123] Web Inspector: sourceURL links should take you to the sourceURL resource, not original resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 16:20:36 PDT 2015


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: REGRESSION:  |Web Inspector: sourceURL
                   |sourceURL is broken         |links should take you to
                   |                            |the sourceURL resource, not
                   |                            |original resource

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This is not a regression. The links work, they just don’t take you to the sourceURL named resource, and instead take you to the real resource. A valid location, just not the ideal location.

I may be wrong, but I believe in Chrome, v8 parses the sourceURL comment and uses that in the JavaScript engine. So it would pass to the frontend the sourceURL.

For us, any url:line:column our frontend gets we can compute where we want to show it.

-- 
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/20150317/dd8979b1/attachment-0002.html>


More information about the webkit-unassigned mailing list